------------------------------------------------------------------------ r19512 | petfr | 2014-03-08 21:06:37 +0100 (Sat, 08 Mar 2014) | 1 line Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf Added short chapter on Web browser simulation with OpenModelica ------------------------------------------------------------------------ r19511 | adrpo | 2014-03-08 20:46:16 +0100 (Sat, 08 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/runtime/config.h - update version to 1.9.1 Beta2 ------------------------------------------------------------------------ r19509 | hudson | 2014-03-08 19:19:15 +0100 (Sat, 08 Mar 2014) | 11 lines Changed paths: M /trunk/Makefile.libraries commit 681bfd47377bf6133307cfed3d472ea4250969c3 Author: Hudson Janitor Date: Sat Mar 8 19:04:50 2014 +0100 Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to 7fefdd4e2859cb98cd9c692cd395e3d2226bb4e0. * [https://github.com/lbl-srg/modelica-buildings/commit/7fefdd4 7fefdd4] Renamed figures and added pdf of fan/pump paper. - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 99d57dcda8621a360dd42eb800b85e229a4ec8b1. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/99d57dc 99d57dc] added defineUnitConversion("m3/(Pa.s)", "ml/(mmHg.s)", (1e+6)*(133.322387415)); //hydraulic conductance ------------------------------------------------------------------------ r19508 | sjoelund.se | 2014-03-08 17:51:48 +0100 (Sat, 08 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/ParseCode.tmo M /trunk/testsuite/openmodelica/omcc/Parser.mo Remove useless token to string ------------------------------------------------------------------------ r19507 | sjoelund.se | 2014-03-08 17:23:49 +0100 (Sat, 08 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/ParseCode.tmo M /trunk/testsuite/openmodelica/omcc/Parser.mo M /trunk/testsuite/openmodelica/omcc/ParserGenerator.mo M /trunk/testsuite/openmodelica/omcc/parserModelica.y Create the file info for AST only on demand ------------------------------------------------------------------------ r19506 | sjoelund.se | 2014-03-08 17:00:35 +0100 (Sat, 08 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Parser.mo Use match, not matchcontinue ------------------------------------------------------------------------ r19505 | sjoelund.se | 2014-03-08 16:55:38 +0100 (Sat, 08 Mar 2014) | 7 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo M /trunk/testsuite/openmodelica/omcc/Main.mo M /trunk/testsuite/openmodelica/omcc/Makefile M /trunk/testsuite/openmodelica/omcc/OMCC.mo M /trunk/testsuite/openmodelica/omcc/OMCC.mos M /trunk/testsuite/openmodelica/omcc/ParseCode.tmo M /trunk/testsuite/openmodelica/omcc/Parser.mo M /trunk/testsuite/openmodelica/omcc/ParserGenerator.mo M /trunk/testsuite/openmodelica/omcc/parserModelica.y - 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 ------------------------------------------------------------------------ r19504 | vitalij | 2014-03-08 15:36:15 +0100 (Sat, 08 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c - improve output format ------------------------------------------------------------------------ r19503 | vitalij | 2014-03-08 15:03:22 +0100 (Sat, 08 Mar 2014) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c fixed pre simulation for optimization ------------------------------------------------------------------------ r19502 | sjoelund.se | 2014-03-08 14:33:57 +0100 (Sat, 08 Mar 2014) | 2 lines Changed paths: M /trunk/configure.in Add -fno-stack-protector as a default flag since it messes with some systems ------------------------------------------------------------------------ r19501 | vitalij | 2014-03-08 10:37:46 +0100 (Sat, 08 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - fixed warning ------------------------------------------------------------------------ r19500 | petfr | 2014-03-08 10:35:07 +0100 (Sat, 08 Mar 2014) | 2 lines Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf Update of Users Guide and reorganization. Inclusion of builtin dynamic optimization version one from Bernhard bachmann. Put all optimization in a single chapter. Updated cross references and section heading levels. Updatered Python scripting chapter. Added new OpenModelicascripting API chapter. ------------------------------------------------------------------------ r19499 | adrpo | 2014-03-08 05:43:07 +0100 (Sat, 08 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo - support multiple indexes for ASUB (subscripting of general expressions like function calls) in XMLDump.mo ------------------------------------------------------------------------ r19498 | petfr | 2014-03-07 19:35:22 +0100 (Fri, 07 Mar 2014) | 1 line Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf Small update. Change to beta2 ------------------------------------------------------------------------ r19497 | hudson | 2014-03-07 19:17:40 +0100 (Fri, 07 Mar 2014) | 6 lines Changed paths: M /trunk/Makefile.libraries commit ba4f3cbf9975c55dc1115a240f5aaba2105bd686 Author: Hudson Janitor Date: Fri Mar 7 19:02:39 2014 +0100 Bump libraries ------------------------------------------------------------------------ r19496 | sjoelund.se | 2014-03-07 12:51:23 +0100 (Fri, 07 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/ParserGenerator.mo Statically parse the values of yyr2 in some places: knowing the number of tokens to reduce will be handy later on ------------------------------------------------------------------------ r19495 | niklwors | 2014-03-07 11:31:40 +0100 (Fri, 07 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir1.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos updated cpp runtime tests ------------------------------------------------------------------------ r19494 | sjoelund.se | 2014-03-07 10:24:31 +0100 (Fri, 07 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Absyn.mo M /trunk/testsuite/openmodelica/omcc/Lexer.mo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo M /trunk/testsuite/openmodelica/omcc/Main.mo M /trunk/testsuite/openmodelica/omcc/OMCC.mo M /trunk/testsuite/openmodelica/omcc/Parser.mo M /trunk/testsuite/openmodelica/omcc/ParserGenerator.mo M /trunk/testsuite/openmodelica/omcc/Types.mo Trim trailing whitespace ------------------------------------------------------------------------ r19493 | sjoelund.se | 2014-03-07 08:02:20 +0100 (Fri, 07 Mar 2014) | 2 lines Changed paths: M /trunk/Makefile.libraries M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos Update MSL 3.2.1 ------------------------------------------------------------------------ r19491 | hudson | 2014-03-06 23:31:52 +0100 (Thu, 06 Mar 2014) | 22 lines Changed paths: M /trunk/Makefile.libraries commit 5acd5f2b40f3b18baa07ba23b6c216ba3ca0f229 Author: Hudson Janitor Date: Thu Mar 6 23:00:09 2014 +0100 Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to b8defa21efc9f05516c2f2595e8b3553226be726. * [https://github.com/lbl-srg/modelica-buildings/commit/b8defa2 b8defa2] Added option to run a single package. - svn/MSL 3.2.1 uses 7274 but 7377 is available. It was pinned to the old revision and will not be updated. * m:r7377 fixed comment typo * m:r7364 Updated affiliation (documentation only) * m:r7362 Updated versionBuild * m:r7361 Re-designed backwards compatible start value propagation of variable off in multi phase thyristor * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - https://github.com/modelica-3rdparty/SystemDynamics.git branch master updated to c58a26dc3e62a50e64fd336dc4aa499b2d5ad314. * [https://github.com/modelica-3rdparty/SystemDynamics/commit/c58a26d c58a26d] Merge pull request #2 from adeas31/master * [https://github.com/modelica-3rdparty/SystemDynamics/commit/23ce427 23ce427] Fixed some old annotations ------------------------------------------------------------------------ r19488 | hudson | 2014-03-06 19:31:40 +0100 (Thu, 06 Mar 2014) | 25 lines Changed paths: M /trunk/Makefile.libraries commit 5e029aca580df3a138de1fb6f31dfb0073aa1686 Author: Hudson Janitor Date: Thu Mar 6 19:05:06 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7274 but 7377 is available. It was pinned to the old revision and will not be updated. * m:r7377 fixed comment typo * m:r7364 Updated affiliation (documentation only) * m:r7362 Updated versionBuild * m:r7361 Re-designed backwards compatible start value propagation of variable off in multi phase thyristor * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - svn/MSL trunk has been updated to r7376. * m:r7376 fixed comment typo * m:r7375 make cppcheck happy - https://github.com/modelica-compliance/compliance.git branch master updated to ada1321813df44d26227e376e1e4a7d26a25d291. * [https://github.com/modelica-compliance/compliance/commit/ada1321 ada1321] - Fixed various balancing issues. - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 686b64db98aac926246e41def7d20e0f81307e49. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/686b64d 686b64d] presentation of Physiolibrary 2.1 ------------------------------------------------------------------------ r19487 | arun3688 | 2014-03-06 17:05:23 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc/parserModelica.y grammar fix to handle empty if,elseif and for statements ------------------------------------------------------------------------ r19486 | niklwors | 2014-03-06 16:41:13 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.Motor.mos updated cpp runtime tests ------------------------------------------------------------------------ r19485 | vwaurich | 2014-03-06 15:58:49 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ExpressionDump.mo - added a case for record expressions to DAEDump.dumpExpStr ------------------------------------------------------------------------ r19483 | adrpo | 2014-03-06 15:23:30 +0100 (Thu, 06 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/meta/meta_modelica.h - fix Windows build include omc_inline.h to make VS happy ------------------------------------------------------------------------ r19482 | hudson | 2014-03-06 15:08:23 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/functions_eval/functionTest2.mo M /trunk/testsuite/simulation/modelica/functions_eval/functionTest2.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19481 | lochel | 2014-03-06 15:05:44 +0100 (Thu, 06 Mar 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos M /trunk/testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/modelica/hpcom/Makefile M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos - reactivate r19458 because it fixes some bugs - handling of different attributes in alias-sets is still not working correctly (this should become a ticket) ------------------------------------------------------------------------ r19480 | vwaurich | 2014-03-06 14:51:29 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/functions_eval/Makefile A /trunk/testsuite/simulation/modelica/functions_eval/ReferenceFiles/functionTest2.mat A /trunk/testsuite/simulation/modelica/functions_eval/functionTest2.mo A /trunk/testsuite/simulation/modelica/functions_eval/functionTest2.mos - added another test for evalConstFunc testsuite ------------------------------------------------------------------------ r19479 | vwaurich | 2014-03-06 14:44:54 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/debugDumps/optdaedump.mos - fixed clang test ------------------------------------------------------------------------ r19478 | perost | 2014-03-06 14:44:44 +0100 (Thu, 06 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/Util/Flags.mo - More punctuation. ------------------------------------------------------------------------ r19477 | perost | 2014-03-06 14:39:41 +0100 (Thu, 06 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/Util/Flags.mo - Punctuation. ------------------------------------------------------------------------ r19476 | hudson | 2014-03-06 14:30:20 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/functions_eval/Makefile M /trunk/testsuite/simulation/modelica/functions_eval/func.mo M /trunk/testsuite/simulation/modelica/functions_eval/functionTest.mo M /trunk/testsuite/simulation/modelica/functions_eval/functionTest.mos M /trunk/testsuite/simulation/modelica/functions_eval/functionTest1.mo M /trunk/testsuite/simulation/modelica/functions_eval/functionTest1.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19475 | vwaurich | 2014-03-06 14:27:51 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: A /trunk/testsuite/simulation/modelica/functions_eval A /trunk/testsuite/simulation/modelica/functions_eval/Makefile A /trunk/testsuite/simulation/modelica/functions_eval/ReferenceFiles A /trunk/testsuite/simulation/modelica/functions_eval/ReferenceFiles/functionTest.mat A /trunk/testsuite/simulation/modelica/functions_eval/ReferenceFiles/functionTest1.mat A /trunk/testsuite/simulation/modelica/functions_eval/func.mo A /trunk/testsuite/simulation/modelica/functions_eval/functionTest.mo A /trunk/testsuite/simulation/modelica/functions_eval/functionTest.mos A /trunk/testsuite/simulation/modelica/functions_eval/functionTest1.mo A /trunk/testsuite/simulation/modelica/functions_eval/functionTest1.mos - some tests for evalConstFuncs ------------------------------------------------------------------------ r19474 | vwaurich | 2014-03-06 14:26:16 +0100 (Thu, 06 Mar 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/Util/Debug.mo M /trunk/Compiler/Util/Flags.mo - 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" ------------------------------------------------------------------------ r19473 | sjoelund.se | 2014-03-06 12:41:43 +0100 (Thu, 06 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h M /trunk/testsuite/openmodelica/omcc/Lexer.mo Use newly added MetaModelica.Dangerous.listReverseInPlace to save a little more time in the OMCC lexer ------------------------------------------------------------------------ r19471 | sjoelund.se | 2014-03-06 12:05:29 +0100 (Thu, 06 Mar 2014) | 5 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Main.mo M /trunk/testsuite/openmodelica/omcc/Makefile M /trunk/testsuite/openmodelica/omcc/Parser.mo M /trunk/testsuite/openmodelica/omcc/Types.mo D /trunk/testsuite/openmodelica/omcc_test OMCC Fixes - Fix the dummy tokens when trying to merge tokens - Add the filename to error-messages again - Moved omcc_test to a collection of Modelica files to parse on github ------------------------------------------------------------------------ r19470 | sjoelund.se | 2014-03-06 11:43:20 +0100 (Thu, 06 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/ParserGenerator.mo Fix yytname parsing ------------------------------------------------------------------------ r19469 | niklwors | 2014-03-06 10:16:40 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Makefile M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos add freebody testcase to cpp runtime tests ------------------------------------------------------------------------ r19468 | hudson | 2014-03-06 09:42:13 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/meta/meta_modelica_gen_mk_box.sh M /trunk/SimulationRuntime/c/meta/meta_modelica_mk_box.h M /trunk/SimulationRuntime/c/openmodelica_types.h [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19467 | sjoelund.se | 2014-03-06 09:39:12 +0100 (Thu, 06 Mar 2014) | 2 lines Changed paths: D /trunk/testsuite/openmodelica/omcc_test/should_work/total.mo Don't commit too large files... ------------------------------------------------------------------------ r19466 | sjoelund.se | 2014-03-06 09:37:58 +0100 (Thu, 06 Mar 2014) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/meta/gc/common.h M /trunk/SimulationRuntime/c/meta/gc/generational.h M /trunk/SimulationRuntime/c/meta/gc/marksweep.c M /trunk/SimulationRuntime/c/meta/gc/marksweep.h M /trunk/SimulationRuntime/c/meta/gc/mmc_gc.h M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h A /trunk/SimulationRuntime/c/meta/meta_modelica_gen_mk_box.sh A /trunk/SimulationRuntime/c/meta/meta_modelica_mk_box.h M /trunk/SimulationRuntime/c/openmodelica.h A /trunk/SimulationRuntime/c/openmodelica_types.h M /trunk/SimulationRuntime/c/util/modelica_string.c M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo M /trunk/testsuite/openmodelica/omcc/ParseCode.tmo M /trunk/testsuite/openmodelica/omcc/Parser.mo M /trunk/testsuite/openmodelica/omcc/Types.mo - Inline some more MetaModelica functions - OMCC: Combine the Absyn.INFO lines/columns into the OMCCTypes.TOKEN directly (1 fewer allocation) ------------------------------------------------------------------------ r19465 | hudson | 2014-03-06 09:34:54 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19464 | hudson | 2014-03-06 09:34:23 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc_test/should_work/total.mo [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19463 | niklwors | 2014-03-06 09:26:33 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl fix in cpp template for changed stateset jacobian names ------------------------------------------------------------------------ r19462 | arun3688 | 2014-03-06 09:17:34 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: A /trunk/testsuite/openmodelica/omcc_test/should_work/total.mo total.mo corrected version ------------------------------------------------------------------------ r19461 | niklwors | 2014-03-06 08:53:30 +0100 (Thu, 06 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl fix in cpp template for call of executable in Linux script ------------------------------------------------------------------------ r19460 | lochel | 2014-03-06 01:36:25 +0100 (Thu, 06 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos M /trunk/testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/modelica/hpcom/Makefile M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos - revert r19458, since it breaks working test cases ------------------------------------------------------------------------ r19458 | wbraun | 2014-03-05 22:51:51 +0100 (Wed, 05 Mar 2014) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos M /trunk/testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/modelica/hpcom/Makefile M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos - 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). ------------------------------------------------------------------------ r19457 | sjoelund.se | 2014-03-05 22:49:30 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Lexer.mo M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo Implement the lexer states stack as an array instead of list ------------------------------------------------------------------------ r19456 | sjoelund.se | 2014-03-05 20:25:31 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl Fix whitespace ------------------------------------------------------------------------ r19455 | sjoelund.se | 2014-03-05 20:02:50 +0100 (Wed, 05 Mar 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h M /trunk/testsuite/openmodelica/omcc/Lexer.mo M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo M /trunk/testsuite/openmodelica/omcc/Types.mo - Add MetaModelica.Dangerous.stringGetNoBoundsChecking - Change LexerCode.action to return a token with index=-1 instead of NONE() ------------------------------------------------------------------------ r19454 | hudson | 2014-03-05 19:29:38 +0100 (Wed, 05 Mar 2014) | 23 lines Changed paths: M /trunk/Makefile.libraries commit 2b5a59335c2d616206d33f35566bf01838c3e624 Author: Hudson Janitor Date: Wed Mar 5 19:05:00 2014 +0100 Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to d19c3d563908030d27dd302e33c9ec1da5befb5b. * [https://github.com/iea-annex60/modelica-annex60/commit/d19c3d5 d19c3d5] Merge branch 'issue21_Media' of https://github.com/damienpicard/modelica-annex60 into damienpicard-issue21_Media * [https://github.com/iea-annex60/modelica-annex60/commit/d6e6717 d6e6717] Reformated code. * [https://github.com/iea-annex60/modelica-annex60/commit/c7d6eb2 c7d6eb2] conversion from degC to Kelvin for polynomial for isobaricExpansionCoefficient of Water.mo - svn/MSL 3.2.1 uses 7274 but 7364 is available. It was pinned to the old revision and will not be updated. * m:r7364 Updated affiliation (documentation only) * m:r7362 Updated versionBuild * m:r7361 Re-designed backwards compatible start value propagation of variable off in multi phase thyristor * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - svn/MSL trunk has been updated to r7375. * m:r7375 make cppcheck happy * m:r7361 Re-designed backwards compatible start value propagation of variable off in multi phase thyristor ------------------------------------------------------------------------ r19453 | hudson | 2014-03-05 18:50:45 +0100 (Wed, 05 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19452 | niklwors | 2014-03-05 18:41:41 +0100 (Wed, 05 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl fix for typo in cpp template ------------------------------------------------------------------------ r19450 | hudson | 2014-03-05 17:34:57 +0100 (Wed, 05 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Core/SimController/Initialization.cpp M /trunk/SimulationRuntime/cpp/Core/SimController/Initialization.h M /trunk/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp M /trunk/SimulationRuntime/cpp/Include/Core/Solver/ISolver.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h M /trunk/SimulationRuntime/cpp/Solver/CVode/CVode.cpp [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19449 | hudson | 2014-03-05 17:34:27 +0100 (Wed, 05 Mar 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp M /trunk/SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h M /trunk/SimulationRuntime/cpp/Include/Core/System/IStateSelection.h [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19448 | sjoelund.se | 2014-03-05 17:16:38 +0100 (Wed, 05 Mar 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h M /trunk/testsuite/openmodelica/omcc/Lexer.mo M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo - 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) ------------------------------------------------------------------------ r19447 | niklwors | 2014-03-05 17:06:57 +0100 (Wed, 05 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl fix in cpp template for linux executable name ------------------------------------------------------------------------ r19446 | niklwors | 2014-03-05 17:05:13 +0100 (Wed, 05 Mar 2014) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenFMUCpp.tpl M /trunk/SimulationRuntime/cpp/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Core/Math/Functions.cpp M /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Core/SimController/Initialization.cpp M /trunk/SimulationRuntime/cpp/Core/SimController/Initialization.h M /trunk/SimulationRuntime/cpp/Core/SimController/SimManager.cpp M /trunk/SimulationRuntime/cpp/Core/Solver/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Core/Solver/FactoryExport.h M /trunk/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp A /trunk/SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp M /trunk/SimulationRuntime/cpp/Core/Solver/stdafx.h M /trunk/SimulationRuntime/cpp/Core/System/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Include/Core/Modelica.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/ISolver.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h A /trunk/SimulationRuntime/cpp/Include/Core/Solver/SystemStateSelection.h M /trunk/SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h A /trunk/SimulationRuntime/cpp/Include/Core/System/IStateSelection.h M /trunk/SimulationRuntime/cpp/Include/Core/System/SystemDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Solver/CVode/CVode.cpp M /trunk/SimulationRuntime/cpp/Solver/CVode/CVode.h M /trunk/SimulationRuntime/cpp/Solver/CVode/FactoryExport.h M /trunk/SimulationRuntime/cpp/Solver/CVode/stdafx.h M /trunk/SimulationRuntime/cpp/Solver/Euler/Euler.cpp M /trunk/SimulationRuntime/cpp/Solver/Euler/Euler.h M /trunk/SimulationRuntime/cpp/Solver/Euler/FactoryExport.h M /trunk/SimulationRuntime/cpp/Solver/Euler/stdafx.h 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 ------------------------------------------------------------------------ r19445 | sjoelund.se | 2014-03-05 16:39:46 +0100 (Wed, 05 Mar 2014) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJS.mo M /trunk/Compiler/Template/CodegenJS.tpl M /trunk/SimulationRuntime/c/emcc/pre.js 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 ------------------------------------------------------------------------ r19443 | vitalij | 2014-03-05 15:26:56 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/testsuite/openmodelica/cruntime/optimization/basic/VDPchekError.mos - temporyry fix for optimization with output file ------------------------------------------------------------------------ r19442 | wbraun | 2014-03-05 15:06:43 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/testsuite/openmodelica/cruntime/optimization/basic/VDPchekError.mos - fixed initial guess for optimize ------------------------------------------------------------------------ r19441 | sjoelund.se | 2014-03-05 14:45:20 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Lexer.mo M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo Change buffer to Integer from list. Change the way info is generated (track first/last byte line/column in the token instead of only the first and re-read the token contents to figure out the line/column of the other end). ------------------------------------------------------------------------ r19440 | adeas31 | 2014-03-05 14:21:28 +0100 (Wed, 05 Mar 2014) | 1 line Changed paths: D /trunk/PythonInterface/PySimulator - Delete PySimulator ------------------------------------------------------------------------ r19439 | adeas31 | 2014-03-05 14:20:01 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw M /trunk/PythonInterface/Makefile.common M /trunk/PythonInterface/Makefile.in M /trunk/PythonInterface/Makefile.omdev.mingw - Removed PySimulator since it is moved to github. - Only creates the OMPython directories when user installs it. ------------------------------------------------------------------------ r19438 | sjoelund.se | 2014-03-05 13:38:13 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Lexer.mo Replace bkBuffer list with Integer (we only need to know the number of bytes to backtrack) ------------------------------------------------------------------------ r19437 | adeas31 | 2014-03-05 13:14:47 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - Removed PySimulator documentation. - Just a link to their github repository so that people can see the latest documentation. ------------------------------------------------------------------------ r19436 | sjoelund.se | 2014-03-05 12:43:20 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Lexer.mo Refactoring (remove match when not used) ------------------------------------------------------------------------ r19435 | sjoelund.se | 2014-03-05 10:09:26 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo M /trunk/Compiler/boot/Makefile.common M /trunk/Compiler/boot/Makefile.in M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h Adding MetaModelica builtin stringGet (returns a byte as Integer) ------------------------------------------------------------------------ r19434 | lochel | 2014-03-05 09:54:43 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - fix initialization by matfile ------------------------------------------------------------------------ r19433 | hudson | 2014-03-05 09:00:42 +0100 (Wed, 05 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc_test/Makefile [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19432 | sjoelund.se | 2014-03-05 09:00:26 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Lexer.mo M /trunk/testsuite/openmodelica/omcc/Main.mo M /trunk/testsuite/openmodelica/omcc/Parser.mo M /trunk/testsuite/openmodelica/omcc/Types.mo Removed the need to convert the read file from a String to list<1-length String> to list - we now read each byte as it is with an additional stack for returned characters in the backtracking ------------------------------------------------------------------------ r19431 | sjoelund.se | 2014-03-05 08:59:08 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: A /trunk/testsuite/openmodelica/omcc_test/Makefile D /trunk/testsuite/openmodelica/omcc_test/Test1.mo D /trunk/testsuite/openmodelica/omcc_test/Test10.mo D /trunk/testsuite/openmodelica/omcc_test/Test11.mo D /trunk/testsuite/openmodelica/omcc_test/Test12.mo D /trunk/testsuite/openmodelica/omcc_test/Test13.mo D /trunk/testsuite/openmodelica/omcc_test/Test14.mo D /trunk/testsuite/openmodelica/omcc_test/Test15.mo D /trunk/testsuite/openmodelica/omcc_test/Test16.mo D /trunk/testsuite/openmodelica/omcc_test/Test17.mo D /trunk/testsuite/openmodelica/omcc_test/Test18.mo D /trunk/testsuite/openmodelica/omcc_test/Test19.mo D /trunk/testsuite/openmodelica/omcc_test/Test2.mo D /trunk/testsuite/openmodelica/omcc_test/Test20.mo D /trunk/testsuite/openmodelica/omcc_test/Test21.mo D /trunk/testsuite/openmodelica/omcc_test/Test3.mo D /trunk/testsuite/openmodelica/omcc_test/Test4.mo D /trunk/testsuite/openmodelica/omcc_test/Test5.mo D /trunk/testsuite/openmodelica/omcc_test/Test6.mo D /trunk/testsuite/openmodelica/omcc_test/Test7.mo D /trunk/testsuite/openmodelica/omcc_test/Test8.mo D /trunk/testsuite/openmodelica/omcc_test/Test9.mo D /trunk/testsuite/openmodelica/omcc_test/error1.mo D /trunk/testsuite/openmodelica/omcc_test/error10.mo D /trunk/testsuite/openmodelica/omcc_test/error11.mo D /trunk/testsuite/openmodelica/omcc_test/error12.mo D /trunk/testsuite/openmodelica/omcc_test/error13.mo D /trunk/testsuite/openmodelica/omcc_test/error14.mo D /trunk/testsuite/openmodelica/omcc_test/error15.mo D /trunk/testsuite/openmodelica/omcc_test/error2.mo D /trunk/testsuite/openmodelica/omcc_test/error3.mo D /trunk/testsuite/openmodelica/omcc_test/error4.mo D /trunk/testsuite/openmodelica/omcc_test/error5.mo D /trunk/testsuite/openmodelica/omcc_test/error6.mo D /trunk/testsuite/openmodelica/omcc_test/error7.mo D /trunk/testsuite/openmodelica/omcc_test/error8.mo D /trunk/testsuite/openmodelica/omcc_test/error9.mo D /trunk/testsuite/openmodelica/omcc_test/fulltest.mo D /trunk/testsuite/openmodelica/omcc_test/optimica1.mo D /trunk/testsuite/openmodelica/omcc_test/optimica2.mo D /trunk/testsuite/openmodelica/omcc_test/partest1.mo D /trunk/testsuite/openmodelica/omcc_test/partest2.mo D /trunk/testsuite/openmodelica/omcc_test/partest3.mo D /trunk/testsuite/openmodelica/omcc_test/partest4.mo D /trunk/testsuite/openmodelica/omcc_test/partest5.mo A /trunk/testsuite/openmodelica/omcc_test/should_fail A /trunk/testsuite/openmodelica/omcc_test/should_fail/error1.mo (from /trunk/testsuite/openmodelica/omcc_test/error1.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error10.mo (from /trunk/testsuite/openmodelica/omcc_test/error10.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error11.mo (from /trunk/testsuite/openmodelica/omcc_test/error11.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error12.mo (from /trunk/testsuite/openmodelica/omcc_test/error12.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error13.mo (from /trunk/testsuite/openmodelica/omcc_test/error13.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error14.mo (from /trunk/testsuite/openmodelica/omcc_test/error14.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error15.mo (from /trunk/testsuite/openmodelica/omcc_test/error15.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error2.mo (from /trunk/testsuite/openmodelica/omcc_test/error2.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error3.mo (from /trunk/testsuite/openmodelica/omcc_test/error3.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error4.mo (from /trunk/testsuite/openmodelica/omcc_test/error4.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error5.mo (from /trunk/testsuite/openmodelica/omcc_test/error5.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error6.mo (from /trunk/testsuite/openmodelica/omcc_test/error6.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error7.mo (from /trunk/testsuite/openmodelica/omcc_test/error7.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error8.mo (from /trunk/testsuite/openmodelica/omcc_test/error8.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_fail/error9.mo (from /trunk/testsuite/openmodelica/omcc_test/error9.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work A /trunk/testsuite/openmodelica/omcc_test/should_work/Test1.mo (from /trunk/testsuite/openmodelica/omcc_test/Test1.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test10.mo (from /trunk/testsuite/openmodelica/omcc_test/Test10.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test11.mo (from /trunk/testsuite/openmodelica/omcc_test/Test11.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test12.mo (from /trunk/testsuite/openmodelica/omcc_test/Test12.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test13.mo (from /trunk/testsuite/openmodelica/omcc_test/Test13.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test14.mo (from /trunk/testsuite/openmodelica/omcc_test/Test14.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test15.mo (from /trunk/testsuite/openmodelica/omcc_test/Test15.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test16.mo (from /trunk/testsuite/openmodelica/omcc_test/Test16.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test17.mo (from /trunk/testsuite/openmodelica/omcc_test/Test17.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test18.mo (from /trunk/testsuite/openmodelica/omcc_test/Test18.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test19.mo (from /trunk/testsuite/openmodelica/omcc_test/Test19.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test2.mo (from /trunk/testsuite/openmodelica/omcc_test/Test2.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test20.mo (from /trunk/testsuite/openmodelica/omcc_test/Test20.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test21.mo (from /trunk/testsuite/openmodelica/omcc_test/Test21.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test3.mo (from /trunk/testsuite/openmodelica/omcc_test/Test3.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test4.mo (from /trunk/testsuite/openmodelica/omcc_test/Test4.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test5.mo (from /trunk/testsuite/openmodelica/omcc_test/Test5.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test6.mo (from /trunk/testsuite/openmodelica/omcc_test/Test6.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test7.mo (from /trunk/testsuite/openmodelica/omcc_test/Test7.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test8.mo (from /trunk/testsuite/openmodelica/omcc_test/Test8.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/Test9.mo (from /trunk/testsuite/openmodelica/omcc_test/Test9.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/fulltest.mo (from /trunk/testsuite/openmodelica/omcc_test/fulltest.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/optimica1.mo (from /trunk/testsuite/openmodelica/omcc_test/optimica1.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/optimica2.mo (from /trunk/testsuite/openmodelica/omcc_test/optimica2.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/partest1.mo (from /trunk/testsuite/openmodelica/omcc_test/partest1.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/partest2.mo (from /trunk/testsuite/openmodelica/omcc_test/partest2.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/partest3.mo (from /trunk/testsuite/openmodelica/omcc_test/partest3.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/partest4.mo (from /trunk/testsuite/openmodelica/omcc_test/partest4.mo:19419) A /trunk/testsuite/openmodelica/omcc_test/should_work/partest5.mo (from /trunk/testsuite/openmodelica/omcc_test/partest5.mo:19419) Added makefile in omcc_test to run all the tests (silently). Files in should_work give an error if they fail and opposite for the should_fail directory. ------------------------------------------------------------------------ r19430 | adrpo | 2014-03-05 07:07:44 +0100 (Wed, 05 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/Tpl.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_omc.c M /trunk/Compiler/runtime/System_rml.c - optimize template unparsing a bit (mostly memory but also speed) ------------------------------------------------------------------------ r19429 | vitalij | 2014-03-04 21:30:57 +0100 (Tue, 04 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/ipoptODEstruct.h M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/testsuite/openmodelica/cruntime/optimization/basic/VDPchekError.mos - improve output format ------------------------------------------------------------------------ r19427 | vitalij | 2014-03-04 21:00:25 +0100 (Tue, 04 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c fixed time grid for optimization ------------------------------------------------------------------------ r19426 | hudson | 2014-03-04 20:45:54 +0100 (Tue, 04 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/interactive-API/ListExpressions.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19425 | vitalij | 2014-03-04 20:45:28 +0100 (Tue, 04 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - fixed ipopt warning ------------------------------------------------------------------------ r19423 | vitalij | 2014-03-04 20:39:58 +0100 (Tue, 04 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - cheking ipopt max iter ------------------------------------------------------------------------ r19422 | perost | 2014-03-04 20:38:28 +0100 (Tue, 04 Mar 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Template/AbsynDumpTV.mo M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/AbsynDumpTpl.tpl M /trunk/Compiler/Template/ExpressionDumpTV.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl M /trunk/Compiler/Template/GraphvizDump.mo M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/Engine1.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/Engine2.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/FourBar1.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/FourBar2.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/TwoLoop.mos A /trunk/testsuite/openmodelica/interactive-API/ListExpressions.mos M /trunk/testsuite/openmodelica/interactive-API/Makefile M /trunk/testsuite/openmodelica/parser/ParseFullModelica2.2.2.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.1.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.1.mos Fix for #2607: - Take associativity into account when printing expressions. ------------------------------------------------------------------------ r19421 | sjoelund.se | 2014-03-04 19:23:02 +0100 (Tue, 04 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Makefile M /trunk/testsuite/openmodelica/omcc/OMCC.mo M /trunk/testsuite/openmodelica/omcc/ParserGenerator.mo Handle multiple bison versions (YY_NULL|0) ------------------------------------------------------------------------ r19420 | hudson | 2014-03-04 19:17:43 +0100 (Tue, 04 Mar 2014) | 17 lines Changed paths: M /trunk/Makefile.libraries commit 1e0d1da8ea0ef0b0c140c5f6f1d1a4e5eb13f750 Author: Hudson Janitor Date: Tue Mar 4 19:03:21 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7274 but 7364 is available. It was pinned to the old revision and will not be updated. * m:r7364 Updated affiliation (documentation only) * m:r7362 Updated versionBuild * m:r7361 Re-designed backwards compatible start value propagation of variable off in multi phase thyristor * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 57773378c68be3ac1e13931552430323ccc67de9. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/5777337 5777337] Update README.md ------------------------------------------------------------------------ r19419 | sjoelund.se | 2014-03-04 17:12:17 +0100 (Tue, 04 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Lexer.mo M /trunk/testsuite/openmodelica/omcc/Main.mo M /trunk/testsuite/openmodelica/omcc/ParserGenerator.mo M /trunk/testsuite/openmodelica/omcc/Types.mo M /trunk/testsuite/openmodelica/omcc/parserModelica.y Remove env from the lexer - pass everything without building a new record all the time ------------------------------------------------------------------------ r19418 | arun3688 | 2014-03-04 16:48:01 +0100 (Tue, 04 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo M /trunk/testsuite/openmodelica/omcc/ParserGenerator.mo M /trunk/testsuite/openmodelica/omcc/Types.mo Code generation fixes for windows and linux ------------------------------------------------------------------------ r19417 | sjoelund.se | 2014-03-04 16:10:12 +0100 (Tue, 04 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Lexer.mo M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo M /trunk/testsuite/openmodelica/omcc/ParseCode.tmo M /trunk/testsuite/openmodelica/omcc/Parser.mo M /trunk/testsuite/openmodelica/omcc/Types.mo OMCC: Remove list value from TOKEN ------------------------------------------------------------------------ r19416 | sjoelund.se | 2014-03-04 15:27:17 +0100 (Tue, 04 Mar 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo M /trunk/Compiler/Util/System.mo M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h M /trunk/testsuite/openmodelica/bootstrapping/System.mos M /trunk/testsuite/openmodelica/omcc/GenerateParser.mos M /trunk/testsuite/openmodelica/omcc/Lexer.mo M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo M /trunk/testsuite/openmodelica/omcc/Main.mo M /trunk/testsuite/openmodelica/omcc/Makefile M /trunk/testsuite/openmodelica/omcc/ParseCode.tmo M /trunk/testsuite/openmodelica/omcc/Parser.mo M /trunk/testsuite/openmodelica/omcc/Types.mo 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) ------------------------------------------------------------------------ r19415 | adrpo | 2014-03-04 09:21:11 +0100 (Tue, 04 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/Makefile - remove omcc testing. ------------------------------------------------------------------------ r19414 | sjoelund.se | 2014-03-04 08:48:22 +0100 (Tue, 04 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Lexer.mo M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/Makefile Don't construct the environment over and over again - pass only required variables ------------------------------------------------------------------------ r19413 | hudson | 2014-03-04 05:41:00 +0100 (Tue, 04 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19412 | wbraun | 2014-03-04 04:52:50 +0100 (Tue, 04 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos M /trunk/testsuite/openmodelica/debugDumps/optdaedump.mos M /trunk/testsuite/openmodelica/debugDumps/symjacdump.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-omc.mos - moved also calculation of jacobians of dynamic StateSet from SimCodeUtil to Backend module ------------------------------------------------------------------------ r19411 | hudson | 2014-03-03 23:55:37 +0100 (Mon, 03 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/solver/LotkaVolterraWithInput.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19410 | wbraun | 2014-03-03 23:47:05 +0100 (Mon, 03 Mar 2014) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/solver/external_input.c M /trunk/SimulationRuntime/c/simulation/solver/external_input.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c A /trunk/testsuite/simulation/modelica/solver/LotkaVolterraWithInput.mos M /trunk/testsuite/simulation/modelica/solver/Makefile - added testcase for external input via file for different solvers - fixed small bugs in external input reading - suppress prints of inputs to LOG_SIMULATION ------------------------------------------------------------------------ r19409 | vitalij | 2014-03-03 23:28:22 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - fixed output format ------------------------------------------------------------------------ r19408 | sjoelund.se | 2014-03-03 22:52:54 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/Main.mo Return failure codes ------------------------------------------------------------------------ r19407 | sjoelund.se | 2014-03-03 22:35:49 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo Avoid slow lookup of names through lists (like in the hand-coded parser) ------------------------------------------------------------------------ r19406 | sjoelund.se | 2014-03-03 22:21:11 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo Call getInfo on demand, like the old hand-tuned code ------------------------------------------------------------------------ r19405 | sjoelund.se | 2014-03-03 22:09:49 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/GenerateParser.mos M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo M /trunk/testsuite/openmodelica/omcc/Main.mo M /trunk/testsuite/openmodelica/omcc/Makefile Fix generation of lexer listReverse(buffer) to be the same as in the hand-tuned version... ------------------------------------------------------------------------ r19404 | vitalij | 2014-03-03 21:10:13 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/testsuite/openmodelica/cruntime/optimization/basic/VDPchekError.mos - fixed output format ------------------------------------------------------------------------ r19403 | sjoelund.se | 2014-03-03 20:40:10 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: A /trunk/Compiler/boot/Makefile.omdev.mingw (from /trunk/Compiler/boot/Makefile.in:19402) M /trunk/Makefile.common Add mingw Makefile so make clean works ------------------------------------------------------------------------ r19402 | sjoelund.se | 2014-03-03 20:33:11 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: A /trunk/testsuite/openmodelica/omcc/GenerateParser.mos D /trunk/testsuite/openmodelica/omcc/LexTableModelica.mo D /trunk/testsuite/openmodelica/omcc/LexerCodeModelica.mo D /trunk/testsuite/openmodelica/omcc/LexerModelica.mo M /trunk/testsuite/openmodelica/omcc/Makefile D /trunk/testsuite/openmodelica/omcc/ParseCodeModelica.mo D /trunk/testsuite/openmodelica/omcc/ParseTableModelica.mo D /trunk/testsuite/openmodelica/omcc/ParserModelica.mo D /trunk/testsuite/openmodelica/omcc/TokenModelica.mo Remove automatically generated files ------------------------------------------------------------------------ r19401 | sjoelund.se | 2014-03-03 20:21:31 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/openmodelica/bootstrapping/SimCodeTest.mos Add code to generate a main entry-point easier ------------------------------------------------------------------------ r19400 | hudson | 2014-03-03 19:27:51 +0100 (Mon, 03 Mar 2014) | 17 lines Changed paths: M /trunk/Makefile.libraries commit a203cca8b66cfeb64770cc6dec9b22ae2adbe4e0 Author: Hudson Janitor Date: Mon Mar 3 19:07:07 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7274 but 7364 is available. It was pinned to the old revision and will not be updated. * m:r7364 Updated affiliation (documentation only) * m:r7362 Updated versionBuild * m:r7361 Re-designed backwards compatible start value propagation of variable off in multi phase thyristor * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 06d443be652af47321b823d1cb79f47f9fe1f4fe. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/06d443b 06d443b] conversion scripts from version 1.2 to 2.1 (not all is full supported, because major version changed) ------------------------------------------------------------------------ r19399 | hudson | 2014-03-03 18:49:01 +0100 (Mon, 03 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19398 | wbraun | 2014-03-03 18:33:09 +0100 (Mon, 03 Mar 2014) | 9 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Differentiate.mo M /trunk/Compiler/BackEnd/HpcOmEqSystems.mo M /trunk/Compiler/BackEnd/HpcOmTaskGraph.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/Tearing.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Global/Global.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Util/Flags.mo M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c M /trunk/testsuite/openmodelica/debugDumps/optdaedump.mos M /trunk/testsuite/openmodelica/debugDumps/symjacdump.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/Makefile M /trunk/testsuite/simulation/modelica/nonlinear_system/problem4_symjac.mos M /trunk/testsuite/simulation/modelica/nonlinear_system/problem4_symjac_tearing.mos - 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. ------------------------------------------------------------------------ r19397 | vwaurich | 2014-03-03 17:31:52 +0100 (Mon, 03 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - removed some comments, unused code and debug-prints from resolveLoops ------------------------------------------------------------------------ r19396 | sjoelund.se | 2014-03-03 16:36:08 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/Makefile.common make clean bootstrapping ------------------------------------------------------------------------ r19395 | sjoelund.se | 2014-03-03 16:35:27 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/LexTableModelica.mo M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/LexerCodeModelica.mo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo M /trunk/testsuite/openmodelica/omcc/LexerModelica.mo M /trunk/testsuite/openmodelica/omcc/ParseCodeModelica.mo M /trunk/testsuite/openmodelica/omcc/ParseTableModelica.mo M /trunk/testsuite/openmodelica/omcc/ParserGenerator.mo M /trunk/testsuite/openmodelica/omcc/ParserModelica.mo M /trunk/testsuite/openmodelica/omcc/TokenModelica.mo Some fixes to parsing the generated lexer code ------------------------------------------------------------------------ r19394 | vwaurich | 2014-03-03 16:23:01 +0100 (Mon, 03 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - resolve a loop when the no.outVars+1 <= no.InVars ------------------------------------------------------------------------ r19393 | sjoelund.se | 2014-03-03 14:35:41 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/LexerCode.tmo M /trunk/testsuite/openmodelica/omcc/ParseCode.tmo Propset ------------------------------------------------------------------------ r19392 | sjoelund.se | 2014-03-03 14:30:08 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/LexTableModelica.mo M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo M /trunk/testsuite/openmodelica/omcc/LexerModelica.mo M /trunk/testsuite/openmodelica/omcc/Makefile M /trunk/testsuite/openmodelica/omcc/OMCC.mo M /trunk/testsuite/openmodelica/omcc/OMCC.mos M /trunk/testsuite/openmodelica/omcc/ParseCodeModelica.mo M /trunk/testsuite/openmodelica/omcc/ParseTableModelica.mo M /trunk/testsuite/openmodelica/omcc/ParserGenerator.mo M /trunk/testsuite/openmodelica/omcc/ParserModelica.mo M /trunk/testsuite/openmodelica/omcc/TokenModelica.mo M /trunk/testsuite/openmodelica/omcc/parserModelica.y Some propset LF, handling of more recent bision versions ------------------------------------------------------------------------ r19391 | vitalij | 2014-03-03 12:25:01 +0100 (Mon, 03 Mar 2014) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - changed default linear solver for ipopt ------------------------------------------------------------------------ r19390 | vwaurich | 2014-03-03 11:48:09 +0100 (Mon, 03 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix for sortPathsAsChain1 (resolveLoops) ------------------------------------------------------------------------ r19389 | perost | 2014-03-03 11:41:46 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/Makefile.in - Got rid of datarootdir warning in Makefile.in. ------------------------------------------------------------------------ r19388 | sjoelund.se | 2014-03-03 11:40:24 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common Shave a few seconds by not re-linking shared objects if nothing changed ------------------------------------------------------------------------ r19387 | vitalij | 2014-03-03 11:11:42 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - improve max_iter flag for ipopt ------------------------------------------------------------------------ r19386 | sjoelund.se | 2014-03-03 11:06:25 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/LexerGenerator.mo M /trunk/testsuite/openmodelica/omcc/Makefile M /trunk/testsuite/openmodelica/omcc/OMCC.mos M /trunk/testsuite/openmodelica/omcc/ParserGenerator.mo Some fixes to make OMCC.mos generate a working lexer ------------------------------------------------------------------------ r19385 | vitalij | 2014-03-03 11:01:46 +0100 (Mon, 03 Mar 2014) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - improve max_iter flag for ipopt - max_iter=1e6 now support ------------------------------------------------------------------------ r19384 | sjoelund.se | 2014-03-03 10:16:25 +0100 (Mon, 03 Mar 2014) | 2 lines Changed paths: M /trunk/doc/bibliography/openmodelica.bib Adding Modelica 2014 reference ------------------------------------------------------------------------ r19380 | mahge930 | 2014-03-02 19:55:22 +0100 (Sun, 02 Mar 2014) | 1 line Changed paths: D /trunk/SimulationRuntime/ParModelica/auto - Moved to branch. ------------------------------------------------------------------------ r19377 | hudson | 2014-03-02 18:38:47 +0100 (Sun, 02 Mar 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/cruntime/optimization/basic/VDPchekError.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19376 | vitalij | 2014-03-02 18:17:18 +0100 (Sun, 02 Mar 2014) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/testsuite/openmodelica/cruntime/optimization/basic/Makefile A /trunk/testsuite/openmodelica/cruntime/optimization/basic/VDPchekError.mos - added LOG_IPOPT_ERROR for following max error in the optimization - added example for LOG_IPOPT_ERROR ------------------------------------------------------------------------ r19375 | vitalij | 2014-03-02 17:27:03 +0100 (Sun, 02 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/util/simulation_options.c M /trunk/SimulationRuntime/c/util/simulation_options.h - added flag: max_iter for ipopt ------------------------------------------------------------------------ r19374 | vitalij | 2014-03-02 17:05:03 +0100 (Sun, 02 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/external_input.c - improve external input ------------------------------------------------------------------------ r19373 | sjoelund.se | 2014-03-02 16:17:39 +0100 (Sun, 02 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/boot/Makefile.common Fix depends on shared library... ------------------------------------------------------------------------ r19372 | sjoelund.se | 2014-03-02 15:46:35 +0100 (Sun, 02 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/boot/Makefile.common Copy the shared library for the shared version, not the static ------------------------------------------------------------------------ r19371 | sjoelund.se | 2014-03-02 15:38:49 +0100 (Sun, 02 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/boot/Makefile.common Properly build shared and static versions (were swapped before and the shared ALSO linked all objects) ------------------------------------------------------------------------ r19370 | sjoelund.se | 2014-03-02 14:37:54 +0100 (Sun, 02 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/boot/Makefile.common M /trunk/Compiler/boot/Makefile.in M /trunk/configure.in Allow static linking ------------------------------------------------------------------------ r19369 | sjoelund.se | 2014-03-02 13:55:18 +0100 (Sun, 02 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/boot/Makefile.common Try to guard against inclusion ------------------------------------------------------------------------ r19368 | sjoelund.se | 2014-03-02 12:59:24 +0100 (Sun, 02 Mar 2014) | 2 lines Changed paths: M /trunk/doc/bibliography/openmodelica.bib Add Peter's new book ------------------------------------------------------------------------ r19367 | sjoelund.se | 2014-03-02 11:12:34 +0100 (Sun, 02 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/boot/Makefile.common M /trunk/Compiler/boot/bootstrap-sources.tar.xz M /trunk/Makefile.common M /trunk/Makefile.in Update targets for bootstrapping ------------------------------------------------------------------------ r19366 | sjoelund.se | 2014-03-02 10:19:17 +0100 (Sun, 02 Mar 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.tpl M /trunk/Compiler/Util/System.mo M /trunk/Compiler/boot A /trunk/Compiler/boot/GenerateEntryPoint.mos M /trunk/Compiler/boot/MakeSources.mos A /trunk/Compiler/boot/Makefile.common M /trunk/Compiler/boot/Makefile.in D /trunk/Compiler/boot/Makefile.internal M /trunk/Compiler/runtime/System_omc.c M /trunk/Compiler/runtime/System_rml.c M /trunk/configure.in M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/openmodelica/bootstrapping/MakeSources.mos M /trunk/testsuite/openmodelica/xml/SimpleTriggeredTrapezoid.mos Added targets to bootstrap with the new build system (Compiler/boot) ------------------------------------------------------------------------ r19365 | janssen | 2014-03-01 22:54:11 +0100 (Sat, 01 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo Removed use of $ in XML element tags ------------------------------------------------------------------------ r19364 | hudson | 2014-03-01 19:17:43 +0100 (Sat, 01 Mar 2014) | 47 lines Changed paths: M /trunk/Makefile.libraries commit 1fe8fe1b74e4a6464b3ce04e000b4a12c552455c Author: Hudson Janitor Date: Sat Mar 1 19:03:15 2014 +0100 Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to e7c1109baad9cfbf7c5263b2c5488e12d0250575. * [https://github.com/iea-annex60/modelica-annex60/commit/e7c1109 e7c1109] Merge branch 'master' into issue21_media * [https://github.com/iea-annex60/modelica-annex60/commit/7e11491 7e11491] Revised Damien's changes and addressed his comments. * [https://github.com/iea-annex60/modelica-annex60/commit/76bec5d 76bec5d] Added option to only check individual packages, which is new in BuildingsPy 1.4 * [https://github.com/iea-annex60/modelica-annex60/commit/916195c 916195c] Updated plot command to avoid x-label to be cut off. * [https://github.com/iea-annex60/modelica-annex60/commit/fdcf8c2 fdcf8c2] Accepted new reference results. Lambda is now a function of T. * [https://github.com/iea-annex60/modelica-annex60/commit/1d8d68b 1d8d68b] Merge pull request #36 from damienpicard/issue21_Media * [https://github.com/iea-annex60/modelica-annex60/commit/493a5b9 493a5b9] revision of AirPTDecoupled.mo + minor revision of Air.mo * [https://github.com/iea-annex60/modelica-annex60/commit/db68b08 db68b08] add fixme with question: is the derivative of lambda necessary? + minor revision * [https://github.com/iea-annex60/modelica-annex60/commit/87e2309 87e2309] revert some of the changes, according to the suggestions of Micheal Wetter + implementation of non-constant heat conductivity for water + convertion of the polynomial for the density to use Kelvin instead of degC * [https://github.com/iea-annex60/modelica-annex60/commit/59937dd 59937dd] revision of code Air.mo and Water.mo: remove duplication of code, correct derivatives, use more consistently reference_T, ... * [https://github.com/iea-annex60/modelica-annex60/commit/d73910d d73910d] Changed extends statement as the partial model should not indicate that it can be executued. * [https://github.com/iea-annex60/modelica-annex60/commit/3dc1364 3dc1364] Corrected example to only use functions that are in the base model. * [https://github.com/iea-annex60/modelica-annex60/commit/07b60cf 07b60cf] Revised media. * [https://github.com/iea-annex60/modelica-annex60/commit/1614cda 1614cda] Adjusted code to work with OpenModelica. * [https://github.com/iea-annex60/modelica-annex60/commit/a29acaf a29acaf] Adjusted code to work with OpenModelica. - svn/MSL 3.2.1 uses 7274 but 7364 is available. It was pinned to the old revision and will not be updated. * m:r7364 Updated affiliation (documentation only) * m:r7362 Updated versionBuild * m:r7361 Re-designed backwards compatible start value propagation of variable off in multi phase thyristor * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - svn/MSL trunk has been updated to r7361. * m:r7361 Re-designed backwards compatible start value propagation of variable off in multi phase thyristor * m:r7360 make cppcheck happy - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 5730b855c85a668edc938ede55889eb702f88618. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/5730b85 5730b85] Obsolete HydraulicResistanceConst and HydraulicElastanceConst * [https://github.com/modelica-3rdparty/Physiolibrary/commit/2add8ff 2add8ff] Current version 2.1 in README * [https://github.com/modelica-3rdparty/Physiolibrary/commit/574dc09 574dc09] current version 2.1 in README * [https://github.com/modelica-3rdparty/Physiolibrary/commit/b97f26e b97f26e] add HydraulicResistanceConst and HydraulicElastanceConst with internal real output units specification fixed default constant instances names * [https://github.com/modelica-3rdparty/Physiolibrary/commit/155fcc4 155fcc4] Merge branch 'master' of https://github.com/MarekMatejak/Physiolibrary * [https://github.com/modelica-3rdparty/Physiolibrary/commit/050634b 050634b] Components order by usage * [https://github.com/modelica-3rdparty/Physiolibrary/commit/9506771 9506771] Rollback of support Tomas's HydraulicCompliance and HydraulicElastance inputs/outputs. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/ca82a85 ca82a85] Merge branch 'master' of https://github.com/MarekMatejak/Physiolibrary * [https://github.com/modelica-3rdparty/Physiolibrary/commit/75ed1fe 75ed1fe] compatibility with MSL 3.2 * [https://github.com/modelica-3rdparty/Physiolibrary/commit/4417479 4417479] added non-problematic: HydraulicElastance* HydraulicResistance* added but discussion needed HydraulicElastanceToCompliance and HydraulicResistanceToConductance ------------------------------------------------------------------------ r19363 | vitalij | 2014-03-01 16:34:59 +0100 (Sat, 01 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c - fixed initial guess and pre simulation for optimization ------------------------------------------------------------------------ r19362 | vitalij | 2014-03-01 16:11:25 +0100 (Sat, 01 Mar 2014) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.c - fixed intial guess for optimizer - fixed pre simulation in the optimization ------------------------------------------------------------------------ r19361 | vitalij | 2014-03-01 14:04:49 +0100 (Sat, 01 Mar 2014) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c - fixed optimization - writing of results ------------------------------------------------------------------------ r19360 | hudson | 2014-03-01 12:11:33 +0100 (Sat, 01 Mar 2014) | 1 line Changed paths: M /trunk/Compiler/boot/Makefile.in [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19359 | sjoelund.se | 2014-03-01 12:04:08 +0100 (Sat, 01 Mar 2014) | 2 lines Changed paths: A /trunk/Compiler/boot/CompileFile.mos A /trunk/Compiler/boot/GenerateInterface.mos A /trunk/Compiler/boot/LoadCompilerSources.mos A /trunk/Compiler/boot/MakeDepends.mos A /trunk/Compiler/boot/MakeSources.mos A /trunk/Compiler/boot/Makefile.in A /trunk/Compiler/boot/Makefile.internal Some files to generate sources for bootstrapping ------------------------------------------------------------------------ r19358 | adrpo | 2014-03-01 08:09:19 +0100 (Sat, 01 Mar 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h - improve a bit the division by zero message ------------------------------------------------------------------------ r19357 | lochel | 2014-02-28 22:58:37 +0100 (Fri, 28 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - typo ------------------------------------------------------------------------ r19356 | hudson | 2014-02-28 19:17:45 +0100 (Fri, 28 Feb 2014) | 15 lines Changed paths: M /trunk/Makefile.libraries commit fdec672184e58404089ecf64465ec5d680b25708 Author: Hudson Janitor Date: Fri Feb 28 19:02:58 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated. * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - svn/MSL trunk has been updated to r7360. * m:r7360 make cppcheck happy * m:r7332 AHaumer: added function factorY2DC in Modelica.Electrical.MultiPhase ------------------------------------------------------------------------ r19355 | adeas31 | 2014-02-28 17:12:02 +0100 (Fri, 28 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Util/OMDumpXML.cpp - Avoid index out of range errors. ------------------------------------------------------------------------ r19354 | lochel | 2014-02-28 16:42:07 +0100 (Fri, 28 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - recover r19259 and r19260 ------------------------------------------------------------------------ r19353 | hudson | 2014-02-28 15:55:07 +0100 (Fri, 28 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/bootstrapping/interfaces/Makefile [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19351 | sjoelund.se | 2014-02-28 15:47:46 +0100 (Fri, 28 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/openmodelica/bootstrapping/GenerateInterface.mos M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.in M /trunk/testsuite/openmodelica/bootstrapping/MakeSources.mos A /trunk/testsuite/openmodelica/bootstrapping/interfaces A /trunk/testsuite/openmodelica/bootstrapping/interfaces/CompileFile.mos A /trunk/testsuite/openmodelica/bootstrapping/interfaces/Makefile 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 ------------------------------------------------------------------------ r19350 | wbraun | 2014-02-28 12:36:27 +0100 (Fri, 28 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - remove algorithms completely, if all statement are removed. ------------------------------------------------------------------------ r19349 | vwaurich | 2014-02-28 11:45:38 +0100 (Fri, 28 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos - detect loops that form loops, updated test ------------------------------------------------------------------------ r19348 | hudson | 2014-02-28 03:00:31 +0100 (Fri, 28 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19347 | wbraun | 2014-02-28 02:52:41 +0100 (Fri, 28 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/openmodelica/debugDumps/optdaedump.mos M /trunk/testsuite/openmodelica/linearization/simVanDerPol.mos M /trunk/testsuite/openmodelica/linearization/simextfunction.mos M /trunk/testsuite/simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos - added config flag for genaration of symbolic jacobian and linearization ------------------------------------------------------------------------ r19346 | wbraun | 2014-02-28 01:11:07 +0100 (Fri, 28 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Differentiate.mo - fixed function differentiation for protected variables ------------------------------------------------------------------------ r19345 | adrpo | 2014-02-28 00:30:40 +0100 (Fri, 28 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/ParModelica/auto/pm_posix_timer.cpp - fix coding style * UTF8 encoding (mahge930 please set your workspace to UTF8 no BOM in Eclipse). ------------------------------------------------------------------------ r19344 | hudson | 2014-02-27 17:49:20 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/ParModelica/auto/Makefile.in M /trunk/SimulationRuntime/ParModelica/auto/pm_posix_timer.cpp [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19343 | mahge930 | 2014-02-27 17:21:15 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/ParModelica/auto/Makefile.common A /trunk/SimulationRuntime/ParModelica/auto/Makefile.in M /trunk/SimulationRuntime/ParModelica/auto/Makefile.omdev.mingw M /trunk/SimulationRuntime/ParModelica/auto/om_pm_interface.cpp M /trunk/SimulationRuntime/ParModelica/auto/om_pm_interface.hpp M /trunk/SimulationRuntime/ParModelica/auto/om_pm_model.cpp M /trunk/SimulationRuntime/ParModelica/auto/om_pm_model.hpp M /trunk/SimulationRuntime/ParModelica/auto/pm_level_scheduler.hpp M /trunk/SimulationRuntime/ParModelica/auto/pm_level_scheduler.inl M /trunk/SimulationRuntime/ParModelica/auto/pm_load_xml.inl A /trunk/SimulationRuntime/ParModelica/auto/pm_posix_timer.cpp M /trunk/SimulationRuntime/ParModelica/auto/pm_task_system.inl A /trunk/SimulationRuntime/ParModelica/auto/pm_timer.hpp (from /trunk/SimulationRuntime/ParModelica/auto/pm_win_timer.hpp:19341) M /trunk/SimulationRuntime/ParModelica/auto/pm_win_timer.cpp D /trunk/SimulationRuntime/ParModelica/auto/pm_win_timer.hpp + Let the scheduler implement it's own executor. ------------------------------------------------------------------------ r19342 | sjoelund.se | 2014-02-27 16:57:05 +0100 (Thu, 27 Feb 2014) | 6 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.tpl M /trunk/Compiler/Template/SCodeTV.mo M /trunk/Compiler/Template/SimCodeTV.mo A /trunk/testsuite/openmodelica/bootstrapping/GenerateInterface.mos M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.in M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos A /trunk/testsuite/openmodelica/bootstrapping/MakeSources.mos D /trunk/testsuite/openmodelica/bootstrapping/Makefile.sources 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) ------------------------------------------------------------------------ r19341 | adeas31 | 2014-02-27 13:40:07 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - Updated pdf file of users guide. ------------------------------------------------------------------------ r19340 | hudson | 2014-02-27 13:14:49 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19339 | mwalther | 2014-02-27 13:13:26 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos - try to fix hpcom tests a second time ------------------------------------------------------------------------ r19338 | vwaurich | 2014-02-27 13:11:58 +0100 (Thu, 27 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - output graphml for every equation system - fixed bug at partitionBipartiteGraph ------------------------------------------------------------------------ r19337 | mwalther | 2014-02-27 12:58:32 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/HpcOmTaskGraph.mo - try to fix hpcom tests ------------------------------------------------------------------------ r19336 | sjoelund.se | 2014-02-27 12:23:25 +0100 (Thu, 27 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstFunction.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/InstVar.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/NFEnvExtends.mo M /trunk/Compiler/FrontEnd/NFInst.mo M /trunk/Compiler/FrontEnd/NFMod.mo M /trunk/Compiler/FrontEnd/NFSCodeEnv.mo M /trunk/Compiler/FrontEnd/NFSCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCppHpcom.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenJS.mo M /trunk/Compiler/Template/CodegenJava.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenXML.mo M /trunk/Compiler/Template/Makefile.common M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.tpl M /trunk/Compiler/Template/SCodeTV.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Template/Unparsing.mo Send options to SCodeDumpTpl. Replace some old unparsing functions with the template ones. ------------------------------------------------------------------------ r19335 | mwalther | 2014-02-27 10:44:09 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw - fix for “No rule to make target `../../../build/include/omc/c/OpenModelicaBootstrappingHeader.h', needed by `main_record.o’” when linking bootstrapper with mingw ------------------------------------------------------------------------ r19334 | mwalther | 2014-02-27 10:37:43 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: D /trunk/Compiler/Util/GraphMLNew.mo - GraphMLNew.mo removed from trunk ------------------------------------------------------------------------ r19333 | petfr | 2014-02-27 10:24:34 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc Further updates of the Debugger chapter especially the equation-based debugger. ------------------------------------------------------------------------ r19332 | mwalther | 2014-02-27 10:02:46 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/HpcOmSimCode.mo - try to fix bootstrapper ------------------------------------------------------------------------ r19331 | sjoelund.se | 2014-02-27 09:58:43 +0100 (Thu, 27 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl Increase JS memory to 768MB ------------------------------------------------------------------------ r19330 | hudson | 2014-02-27 09:58:37 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/HpcOmSimCode.mo [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19329 | hudson | 2014-02-27 09:58:07 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Unused/GraphMLOld.mo [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19328 | mwalther | 2014-02-27 09:43:41 +0100 (Thu, 27 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/HpcOmEqSystems.mo M /trunk/Compiler/BackEnd/HpcOmSimCode.mo M /trunk/Compiler/BackEnd/HpcOmTaskGraph.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/GraphMLDumpTpl.mo M /trunk/Compiler/Template/GraphMLDumpTpl.tpl M /trunk/Compiler/Template/GraphMLDumpTplTV.mo M /trunk/Compiler/Unused/FGraphDump.mo A /trunk/Compiler/Unused/GraphMLOld.mo M /trunk/Compiler/Util/GraphML.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/openmodelica/bootstrapping/Makefile.sources - 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 ------------------------------------------------------------------------ r19327 | hudson | 2014-02-27 08:51:03 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19326 | mwalther | 2014-02-27 08:46:57 +0100 (Thu, 27 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - changed GraphML-Dump to GraphMLNew-Dump ------------------------------------------------------------------------ r19325 | vwaurich | 2014-02-27 08:43:15 +0100 (Thu, 27 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - some resolveLoops changes (resolveloops_main as matchcontinue, heuristic to priorize the equations that could be replaced) ------------------------------------------------------------------------ r19323 | sjoelund.se | 2014-02-26 22:40:49 +0100 (Wed, 26 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/runtime/FMIImpl.c M /trunk/SimulationRuntime/c/util/modelica_string.c M /trunk/SimulationRuntime/c/util/modelica_string.h #2603 - Handle escaping strings where the string-length does not change ------------------------------------------------------------------------ r19322 | hudson | 2014-02-26 20:10:07 +0100 (Wed, 26 Feb 2014) | 1 line Changed paths: M /trunk/doc/OPCandOPCUAInterfaces.doc [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19321 | sjoelund.se | 2014-02-26 20:06:14 +0100 (Wed, 26 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.in - Copy expat.h at the correct place ------------------------------------------------------------------------ r19320 | adeas31 | 2014-02-26 19:43:34 +0100 (Wed, 26 Feb 2014) | 2 lines Changed paths: A /trunk/doc/OPCandOPCUAInterfaces.doc M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - 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. ------------------------------------------------------------------------ r19319 | adeas31 | 2014-02-26 19:15:56 +0100 (Wed, 26 Feb 2014) | 1 line Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - Added a section "How to use the OpenModelica Equation-based Debugger". ------------------------------------------------------------------------ r19318 | sjoelund.se | 2014-02-26 18:57:07 +0100 (Wed, 26 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/util/simulation_options.c M /trunk/SimulationRuntime/c/util/simulation_options.h M /trunk/testsuite/openmodelica/cruntime/optimization/basic/ReferenceFiles/TimeTableTest_ref.mat M /trunk/testsuite/openmodelica/cruntime/optimization/basic/ReferenceFiles/diesel_model_ref.mat M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos M /trunk/testsuite/simulation/libraries/common/ModelTesting.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.LogicalNetwork1.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BooleanNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.BusUsage.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.Interaction1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.NandGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREG.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NRXFER.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.NXFER.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.RAM.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.WiredX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Graetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos M /trunk/testsuite/simulation/modelica/msl22/Test3PhaseInit.mos M /trunk/testsuite/simulation/modelica/msl22/Test3PhaseInitOver.mos M /trunk/testsuite/simulation/modelica/msl22/Test3PhaseInitParam.mos M /trunk/testsuite/simulation/modelica/msl22/Test3PhaseStart.mos M /trunk/testsuite/simulation/modelica/others/DiscreteVectorStateSpace.mos 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) ------------------------------------------------------------------------ r19317 | hudson | 2014-02-26 17:00:10 +0100 (Wed, 26 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/simulation/solver/external_input.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19316 | vitalij | 2014-02-26 16:58:11 +0100 (Wed, 26 Feb 2014) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/external_input.c M /trunk/SimulationRuntime/c/simulation/solver/perform_simulation.c M /trunk/SimulationRuntime/c/simulation/solver/radau.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c - fixed input update - improve interpolation for input - improve initial guess ------------------------------------------------------------------------ r19315 | vitalij | 2014-02-26 14:57:50 +0100 (Wed, 26 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c - improve initial guess ------------------------------------------------------------------------ r19314 | hudson | 2014-02-26 13:30:06 +0100 (Wed, 26 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfDiffG.c M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19313 | vitalij | 2014-02-26 13:04:36 +0100 (Wed, 26 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfDiffG.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c - dev functionality for ploting structure of jac and hessian matrix ------------------------------------------------------------------------ r19312 | sjoelund.se | 2014-02-26 12:41:18 +0100 (Wed, 26 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp Refactoring ------------------------------------------------------------------------ r19311 | sjoelund.se | 2014-02-26 12:17:15 +0100 (Wed, 26 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp Refactor code (remove duplicate sections) ------------------------------------------------------------------------ r19310 | sjoelund.se | 2014-02-26 09:04:31 +0100 (Wed, 26 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenJS.mo M /trunk/Compiler/Template/CodegenJS.tpl Convert from int buffer to string; the nodejs function does not accept int buffers ------------------------------------------------------------------------ r19309 | sjoelund.se | 2014-02-26 07:43:35 +0100 (Wed, 26 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJS.mo M /trunk/Compiler/Template/CodegenJS.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Examples/BuildModelRecursive.mos M /trunk/SimulationRuntime/c/emcc/pre.js - JavaScript target: Use separate xml-files instead of embedding in the JS - Backend: Propagate "protected" boolean to SimCode ------------------------------------------------------------------------ r19308 | mwalther | 2014-02-25 16:08:49 +0100 (Tue, 25 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCppHpcom.mo M /trunk/Compiler/Template/CodegenCppHpcom.tpl - adapted hpcom code to the cpp - class structure ------------------------------------------------------------------------ r19307 | mwalther | 2014-02-25 15:01:39 +0100 (Tue, 25 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCppHpcom.mo M /trunk/Compiler/Template/CodegenCppHpcom.tpl - openmp parallel code for all hpcom-scheduler now available ------------------------------------------------------------------------ r19306 | sjoelund.se | 2014-02-25 14:36:09 +0100 (Tue, 25 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos Add a "play" button to run a javascript-based simulation in the browser ------------------------------------------------------------------------ r19305 | sjoelund.se | 2014-02-25 13:14:43 +0100 (Tue, 25 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo Updated CodegenC.mo to match the tpl-file ------------------------------------------------------------------------ r19304 | hudson | 2014-02-25 12:49:47 +0100 (Tue, 25 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19303 | vitalij | 2014-02-25 12:42:46 +0100 (Tue, 25 Feb 2014) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c - improve initial guess ------------------------------------------------------------------------ r19302 | mwalther | 2014-02-25 12:07:26 +0100 (Tue, 25 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - try to fix clang test ------------------------------------------------------------------------ r19301 | vwaurich | 2014-02-25 11:06:32 +0100 (Tue, 25 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - changed handling of loops with variable-crossNodes (resolveLoops) ------------------------------------------------------------------------ r19300 | sjoelund.se | 2014-02-25 10:38:16 +0100 (Tue, 25 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.in make emcc now downloads a minimal set of mdpad files ------------------------------------------------------------------------ r19299 | vitalij | 2014-02-25 10:25:38 +0100 (Tue, 25 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c - improve initail guess ------------------------------------------------------------------------ r19298 | mwalther | 2014-02-25 09:34:43 +0100 (Tue, 25 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/runtime/systemimpl.c - try to fix bootstrapper (forgot to upload one file) ------------------------------------------------------------------------ r19297 | mwalther | 2014-02-25 09:31:05 +0100 (Tue, 25 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_omc.c M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/config.h - try to fix bootstrapper ------------------------------------------------------------------------ r19296 | mwalther | 2014-02-25 08:48:58 +0100 (Tue, 25 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenCppHpcom.mo M /trunk/Compiler/Template/CodegenCppHpcom.tpl M /trunk/Compiler/Util/GraphMLNew.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_omc.c M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/config.h M /trunk/Compiler/runtime/systemimpl.c M /trunk/SimulationRuntime/cpp/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt - 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 ------------------------------------------------------------------------ r19295 | hudson | 2014-02-25 07:42:18 +0100 (Tue, 25 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.tpl [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19294 | vitalij | 2014-02-25 07:34:12 +0100 (Tue, 25 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/optimization/ipoptODEstruct.h - added pre simulation for optimization - using startTime from Optimica ------------------------------------------------------------------------ r19293 | sjoelund.se | 2014-02-25 07:32:01 +0100 (Tue, 25 Feb 2014) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/Makefile.libraries make emcc in the root directory now installs all the dependencies ------------------------------------------------------------------------ r19292 | sjoelund.se | 2014-02-25 07:23:22 +0100 (Tue, 25 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/boot/bootstrap-sources.tar.xz - Partially revert r19289 (broken bootstrapping tarball) - Fix JavaScript target - Fix bootstrapping ------------------------------------------------------------------------ r19291 | adrpo | 2014-02-25 06:59:15 +0100 (Tue, 25 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a1.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir1.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.ReferenceAir.DryAir2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos - update cpp tests ------------------------------------------------------------------------ r19290 | adrpo | 2014-02-25 05:40:07 +0100 (Tue, 25 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/Script/CevalScript.mo Fix bug: #2412 - propagate program inside CACHE so we have access to it even if there is not symbol table available. ------------------------------------------------------------------------ r19289 | adrpo | 2014-02-25 04:37:15 +0100 (Tue, 25 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/boot/bootstrap-sources.tar.xz M /trunk/testsuite/openmodelica/bootstrapping/Makefile.sources - update bootstrapping tar ------------------------------------------------------------------------ r19288 | adrpo | 2014-02-25 04:11:33 +0100 (Tue, 25 Feb 2014) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Builtin.mo D /trunk/Compiler/FrontEnd/FGraph.mo D /trunk/Compiler/FrontEnd/FGraphBuild.mo D /trunk/Compiler/FrontEnd/FGraphDump.mo D /trunk/Compiler/FrontEnd/FGraphEnv.mo D /trunk/Compiler/FrontEnd/FGraphLookup.mo D /trunk/Compiler/FrontEnd/FNode.mo D /trunk/Compiler/FrontEnd/FRef.mo D /trunk/Compiler/FrontEnd/FResolve.mo M /trunk/Compiler/FrontEnd/InstUtil.mo D /trunk/Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo D /trunk/Compiler/FrontEnd/NFSCodeApplyRedeclare.mo D /trunk/Compiler/FrontEnd/NFSCodeInstShortcut.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo A /trunk/Compiler/Unused/FGraph.mo (from /trunk/Compiler/FrontEnd/FGraph.mo:19287) A /trunk/Compiler/Unused/FGraphBuild.mo (from /trunk/Compiler/FrontEnd/FGraphBuild.mo:19287) A /trunk/Compiler/Unused/FGraphDump.mo (from /trunk/Compiler/FrontEnd/FGraphDump.mo:19287) A /trunk/Compiler/Unused/FGraphEnv.mo (from /trunk/Compiler/FrontEnd/FGraphEnv.mo:19287) A /trunk/Compiler/Unused/FGraphLookup.mo (from /trunk/Compiler/FrontEnd/FGraphLookup.mo:19287) A /trunk/Compiler/Unused/FNode.mo (from /trunk/Compiler/FrontEnd/FNode.mo:19287) A /trunk/Compiler/Unused/FRef.mo (from /trunk/Compiler/FrontEnd/FRef.mo:19287) A /trunk/Compiler/Unused/FResolve.mo (from /trunk/Compiler/FrontEnd/FResolve.mo:19287) A /trunk/Compiler/Unused/NFSCodeAnalyseRedeclare.mo (from /trunk/Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo:19287) A /trunk/Compiler/Unused/NFSCodeApplyRedeclare.mo (from /trunk/Compiler/FrontEnd/NFSCodeApplyRedeclare.mo:19287) A /trunk/Compiler/Unused/NFSCodeInstShortcut.mo (from /trunk/Compiler/FrontEnd/NFSCodeInstShortcut.mo:19287) M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/flattening/modelica/scodeinst/ParameterBug.mos M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/simulation/libraries/msl32/Makefile M /trunk/testsuite/simulation/libraries/msl32_cpp/Makefile - 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. ------------------------------------------------------------------------ r19287 | sjoelund.se | 2014-02-24 23:02:17 +0100 (Mon, 24 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJS.mo M /trunk/Compiler/Template/CodegenJS.tpl M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.in M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp Disable the link-time optimizer. Download the binary files when doing make emcc ------------------------------------------------------------------------ r19286 | sjoelund.se | 2014-02-24 20:37:47 +0100 (Mon, 24 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl Add description to FMU ------------------------------------------------------------------------ r19285 | hudson | 2014-02-24 19:11:59 +0100 (Mon, 24 Feb 2014) | 15 lines Changed paths: M /trunk/Makefile.libraries commit 28d654cedc88ab47f9fae578e233e7e06c66f27f Author: Hudson Janitor Date: Mon Feb 24 19:03:06 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated. * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - svn/MSL trunk has been updated to r7332. * m:r7332 AHaumer: added function factorY2DC in Modelica.Electrical.MultiPhase * m:r7330 AHaumer: added function factorY2D in Electrical.MultiPhase ------------------------------------------------------------------------ r19284 | sjoelund.se | 2014-02-24 19:03:15 +0100 (Mon, 24 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJS.mo M /trunk/Compiler/Template/CodegenJS.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/testsuite/openmodelica/bootstrapping/Makefile.sources M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos Add description to the _init.xml ------------------------------------------------------------------------ r19283 | sjoelund.se | 2014-02-24 14:45:52 +0100 (Mon, 24 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos More information in the logs ------------------------------------------------------------------------ r19282 | sjoelund.se | 2014-02-24 14:14:49 +0100 (Mon, 24 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos Update legend ------------------------------------------------------------------------ r19281 | perost | 2014-02-24 13:51:35 +0100 (Mon, 24 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/ParModelica/auto/om_pm_interface.cpp M /trunk/SimulationRuntime/ParModelica/auto/pm_utility.cpp M /trunk/SimulationRuntime/ParModelica/auto/pm_win_timer.cpp - Fixed character encoding. ------------------------------------------------------------------------ r19280 | sjoelund.se | 2014-02-24 13:42:13 +0100 (Mon, 24 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.in Copy to .so-files as expected ------------------------------------------------------------------------ r19279 | mwalther | 2014-02-24 13:28:08 +0100 (Mon, 24 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - pthreads_spinlocks are working again in hpcom ------------------------------------------------------------------------ r19278 | vwaurich | 2014-02-24 12:57:23 +0100 (Mon, 24 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fixed small bug at resolveLoops (traverse partitions) ------------------------------------------------------------------------ r19277 | sjoelund.se | 2014-02-24 12:22:08 +0100 (Mon, 24 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenUtil.tpl M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/SimulationRuntime/c/Makefile.in Create the xml-file and then convert it to a C literal since Susan performance suffers if we do it in memory ------------------------------------------------------------------------ r19276 | hudson | 2014-02-24 11:42:30 +0100 (Mon, 24 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/ParModelica/auto/om_pm_equation.cpp [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19275 | hudson | 2014-02-24 11:41:59 +0100 (Mon, 24 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/ParModelica/auto/om_pm_equation.cpp M /trunk/SimulationRuntime/ParModelica/auto/om_pm_interface.cpp M /trunk/SimulationRuntime/ParModelica/auto/om_pm_model.cpp M /trunk/SimulationRuntime/ParModelica/auto/pm_utility.cpp M /trunk/SimulationRuntime/ParModelica/auto/pm_win_timer.cpp M /trunk/SimulationRuntime/ParModelica/auto/test_task_graph.cpp [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19274 | mahge930 | 2014-02-24 11:39:33 +0100 (Mon, 24 Feb 2014) | 8 lines Changed paths: A /trunk/SimulationRuntime/ParModelica/auto A /trunk/SimulationRuntime/ParModelica/auto/Makefile.common A /trunk/SimulationRuntime/ParModelica/auto/Makefile.omdev.mingw A /trunk/SimulationRuntime/ParModelica/auto/om_pm_equation.cpp A /trunk/SimulationRuntime/ParModelica/auto/om_pm_equation.hpp A /trunk/SimulationRuntime/ParModelica/auto/om_pm_interface.cpp A /trunk/SimulationRuntime/ParModelica/auto/om_pm_interface.hpp A /trunk/SimulationRuntime/ParModelica/auto/om_pm_model.cpp A /trunk/SimulationRuntime/ParModelica/auto/om_pm_model.hpp A /trunk/SimulationRuntime/ParModelica/auto/pm_graph_dump.hpp A /trunk/SimulationRuntime/ParModelica/auto/pm_graph_dump.inl A /trunk/SimulationRuntime/ParModelica/auto/pm_level_scheduler.hpp A /trunk/SimulationRuntime/ParModelica/auto/pm_level_scheduler.inl A /trunk/SimulationRuntime/ParModelica/auto/pm_load_xml.inl A /trunk/SimulationRuntime/ParModelica/auto/pm_task_system.hpp A /trunk/SimulationRuntime/ParModelica/auto/pm_task_system.inl A /trunk/SimulationRuntime/ParModelica/auto/pm_utility.cpp A /trunk/SimulationRuntime/ParModelica/auto/pm_utility.hpp A /trunk/SimulationRuntime/ParModelica/auto/pm_win_timer.cpp A /trunk/SimulationRuntime/ParModelica/auto/pm_win_timer.hpp A /trunk/SimulationRuntime/ParModelica/auto/test_task_graph.cpp + 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. ------------------------------------------------------------------------ r19273 | vwaurich | 2014-02-24 09:40:35 +0100 (Mon, 24 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/resolveLoops/Makefile - do not test AmplifierWithOpAmpDetailed because its wrong anyway ------------------------------------------------------------------------ r19272 | perost | 2014-02-24 09:38:05 +0100 (Mon, 24 Feb 2014) | 3 lines Changed paths: M /trunk/OMNotebook/DrModelica/QuickTour/IfClause.onb Fix for #2593: - Fix circuit in IfClause.onb of DrModelica. ------------------------------------------------------------------------ r19271 | hudson | 2014-02-24 09:25:20 +0100 (Mon, 24 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/resolveLoops/AmplifierWithOpAmpDetailed.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19270 | vwaurich | 2014-02-24 09:23:21 +0100 (Mon, 24 Feb 2014) | 1 line Changed paths: A /trunk/testsuite/simulation/modelica/resolveLoops/AmplifierWithOpAmpDetailed.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos M /trunk/testsuite/simulation/modelica/resolveLoops/Makefile - updated resolveLoops tests ------------------------------------------------------------------------ r19269 | vwaurich | 2014-02-24 09:04:29 +0100 (Mon, 24 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - changed evaluateLoop function for resolveLoops ------------------------------------------------------------------------ r19268 | lochel | 2014-02-24 08:40:11 +0100 (Mon, 24 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - revert r19259 and r19260, because it breaks the optimization ------------------------------------------------------------------------ r19267 | adrpo | 2014-02-24 03:15:15 +0100 (Mon, 24 Feb 2014) | 1 line Changed paths: M /trunk/Examples/BuildModelRecursive.mos - fix typo ------------------------------------------------------------------------ r19265 | hudson | 2014-02-24 00:15:34 +0100 (Mon, 24 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19264 | vitalij | 2014-02-23 23:56:45 +0100 (Sun, 23 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - seperate output file for inputs vars ------------------------------------------------------------------------ r19263 | lochel | 2014-02-23 23:37:59 +0100 (Sun, 23 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos M /trunk/testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.Nitrogen.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test1.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.DryAir2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos new warnings for alias sets with different nominal values - maybe this should be hidden per default and only displayed with some new flag ------------------------------------------------------------------------ r19262 | lochel | 2014-02-23 21:50:50 +0100 (Sun, 23 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos - minor simplifications - change "Alias set with several start values" warning ------------------------------------------------------------------------ r19261 | hudson | 2014-02-23 19:23:14 +0100 (Sun, 23 Feb 2014) | 15 lines Changed paths: M /trunk/Makefile.libraries commit 3f07ed23a48d0f3c42bea13022989897bbb7a37a Author: Hudson Janitor Date: Sun Feb 23 19:04:33 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated. * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - svn/MSL trunk has been updated to r7330. * m:r7330 AHaumer: added function factorY2D in Electrical.MultiPhase * m:r7293 Fixes #1422 in trunk. Need to merge to branch as well ------------------------------------------------------------------------ r19260 | lochel | 2014-02-23 19:08:09 +0100 (Sun, 23 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - move initSample call ------------------------------------------------------------------------ r19259 | lochel | 2014-02-23 18:45:12 +0100 (Sun, 23 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - remove obsolete workaround ------------------------------------------------------------------------ r19258 | lochel | 2014-02-23 18:01:28 +0100 (Sun, 23 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c - remove obsolete workaround ------------------------------------------------------------------------ r19257 | sjoelund.se | 2014-02-23 11:59:03 +0100 (Sun, 23 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Examples/BuildModelRecursive.mos M /trunk/Makefile.libraries Add target to build libModelicaExternalC and libModelicaTables using the JS implementation ------------------------------------------------------------------------ r19255 | lochel | 2014-02-22 22:55:56 +0100 (Sat, 22 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenUtil.tpl M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos - fix *_init.xml file generation for variable attributes - fix #2597 - fix #2601 ------------------------------------------------------------------------ r19254 | lochel | 2014-02-22 19:01:37 +0100 (Sat, 22 Feb 2014) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/testsuite/simulation/modelica/asserts/AssertTest.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest1.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest2.mos - move some post-initialization procedures - change stream for a assertion notification ------------------------------------------------------------------------ r19253 | sjoelund.se | 2014-02-22 16:19:59 +0100 (Sat, 22 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJS.mo M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/perform_simulation.c JavaScript performance - less setjmp (limited max number of setjmp allowed in emscripten) ------------------------------------------------------------------------ r19252 | hudson | 2014-02-22 13:19:04 +0100 (Sat, 22 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/emcc/pre.js [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19251 | sjoelund.se | 2014-02-22 13:17:33 +0100 (Sat, 22 Feb 2014) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenJS.mo M /trunk/Compiler/Template/CodegenJS.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenUtil.tpl M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.in A /trunk/SimulationRuntime/c/emcc A /trunk/SimulationRuntime/c/emcc/pre.js 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 ------------------------------------------------------------------------ r19250 | vitalij | 2014-02-22 12:07:58 +0100 (Sat, 22 Feb 2014) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/simulation/solver/external_input.c M /trunk/testsuite/openmodelica/cruntime/optimization/basic/BatchReactor.mo - improve output - modefiy example final parameter in parameter ------------------------------------------------------------------------ r19249 | lochel | 2014-02-22 11:50:05 +0100 (Sat, 22 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/external_input.c M /trunk/SimulationRuntime/c/simulation_data.h - fix incompatible pointer types ------------------------------------------------------------------------ r19248 | bbachmann | 2014-02-22 08:04:04 +0100 (Sat, 22 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/external_input.c Fixed output format ------------------------------------------------------------------------ r19247 | vitalij | 2014-02-21 23:49:20 +0100 (Fri, 21 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - changes from Willi for r19242 ------------------------------------------------------------------------ r19246 | vitalij | 2014-02-21 23:21:57 +0100 (Fri, 21 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - changes from Willi for r19242 ------------------------------------------------------------------------ r19245 | sjoelund.se | 2014-02-21 20:39:43 +0100 (Fri, 21 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenJS.mo M /trunk/Compiler/Template/CodegenJS.tpl Use the chosen stopTime, etc in the javascript .md template ------------------------------------------------------------------------ r19244 | hudson | 2014-02-21 19:39:47 +0100 (Fri, 21 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/external_input.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19243 | vitalij | 2014-02-21 19:31:45 +0100 (Fri, 21 Feb 2014) | 6 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/simulation/solver/external_input.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h - improved preliminary functionality for external input file - initial point - added missing .h file to Makefile ------------------------------------------------------------------------ r19242 | wbraun | 2014-02-21 17:39:30 +0100 (Fri, 21 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - fixed solving tuples for correct variable - that break some avm models, but there for we need to fix ticket(#2599) ------------------------------------------------------------------------ r19241 | hudson | 2014-02-21 14:44:07 +0100 (Fri, 21 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mo M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos M /trunk/testsuite/simulation/modelica/resolveLoops/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19240 | vwaurich | 2014-02-21 14:35:52 +0100 (Fri, 21 Feb 2014) | 1 line Changed paths: A /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mo A /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos A /trunk/testsuite/simulation/modelica/resolveLoops/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos A /trunk/testsuite/simulation/modelica/resolveLoops/ReferenceFiles/ElectricalCircuit6.mat A /trunk/testsuite/simulation/modelica/resolveLoops/ReferenceFiles/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat - added new resolveLoops tests ------------------------------------------------------------------------ r19239 | lochel | 2014-02-21 14:35:44 +0100 (Fri, 21 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenUtil.tpl M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos - fix nominal values for the *_init.xml file (see #2597) ------------------------------------------------------------------------ r19238 | sjoelund.se | 2014-02-21 13:51:28 +0100 (Fri, 21 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstBinding.mo A /trunk/testsuite/flattening/modelica/records/IntegerRealCast.mo M /trunk/testsuite/flattening/modelica/records/Makefile M /trunk/testsuite/simulation/modelica/parallel/ParallelPRV.mos #2555 - Enforce casting of the value of a binding, in addition to the expression ------------------------------------------------------------------------ r19237 | hudson | 2014-02-21 12:49:48 +0100 (Fri, 21 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/external_input.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19236 | bbachmann | 2014-02-21 12:47:47 +0100 (Fri, 21 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/external_input.c - improved preliminary functionality for external input file ------------------------------------------------------------------------ r19235 | vwaurich | 2014-02-21 11:45:11 +0100 (Fri, 21 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo for resolveLoops: - rewrote sortPathAsChain - bugfix at replacing heuristic ------------------------------------------------------------------------ r19234 | sjoelund.se | 2014-02-21 11:04:17 +0100 (Fri, 21 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/base_array.c M /trunk/SimulationRuntime/c/util/omc_error.h Use omc_error instead of the simulation streams (since expressions can be called from the function run-time) ------------------------------------------------------------------------ r19233 | sjoelund.se | 2014-02-21 09:38:53 +0100 (Fri, 21 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/base_array.c Do some run-time array bounds checking ------------------------------------------------------------------------ r19232 | vwaurich | 2014-02-21 09:28:00 +0100 (Fri, 21 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - dump graphML after resolvingLoops - resolve paths which connect 2 simple loops - bugfix for sortPaths ------------------------------------------------------------------------ r19229 | hudson | 2014-02-21 08:37:59 +0100 (Fri, 21 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/simulation/solver/external_input.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19228 | hudson | 2014-02-21 08:37:29 +0100 (Fri, 21 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/external_input.c M /trunk/SimulationRuntime/c/simulation/solver/external_input.h [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19227 | vitalij | 2014-02-21 08:35:59 +0100 (Fri, 21 Feb 2014) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.c A /trunk/SimulationRuntime/c/simulation/solver/external_input.c A /trunk/SimulationRuntime/c/simulation/solver/external_input.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h - added functionality: read external input from csv for dassl and optimization - for cheking input or initial optimization ------------------------------------------------------------------------ r19226 | adrpo | 2014-02-21 04:28:14 +0100 (Fri, 21 Feb 2014) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/RewriteRules.mo - 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 ------------------------------------------------------------------------ r19225 | wbraun | 2014-02-21 01:02:46 +0100 (Fri, 21 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/simulation/modelica/initialization/Makefile - revert r19222 for now, since some other issues raised with it ------------------------------------------------------------------------ r19224 | hudson | 2014-02-20 23:08:59 +0100 (Thu, 20 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19223 | hudson | 2014-02-20 23:08:32 +0100 (Thu, 20 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/solveTupleFunction.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19222 | wbraun | 2014-02-20 23:07:00 +0100 (Thu, 20 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/solveTupleFunction.mos - fixed solving tuples for correct variable - added more cases for solving tuples ------------------------------------------------------------------------ r19221 | sjoelund.se | 2014-02-20 20:58:49 +0100 (Thu, 20 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos Adding +d=backenddaeinfo to the EngineV6 models ------------------------------------------------------------------------ r19220 | hudson | 2014-02-20 19:17:42 +0100 (Thu, 20 Feb 2014) | 18 lines Changed paths: M /trunk/Makefile.libraries commit 482fd6179ff22553d89a9a25dff6b5035c5c3281 Author: Hudson Janitor Date: Thu Feb 20 19:03:12 2014 +0100 Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to 05d509de35a5720ea3d49f4db1d2a3c643987ac0. * [https://github.com/iea-annex60/modelica-annex60/commit/05d509d 05d509d] Reformated documentation. * [https://github.com/iea-annex60/modelica-annex60/commit/d6882f4 d6882f4] Added missing documentation. * [https://github.com/iea-annex60/modelica-annex60/commit/889326f 889326f] Merge remote-tracking branch 'upstream/master' into issue2_functions * [https://github.com/iea-annex60/modelica-annex60/commit/66ade97 66ade97] Add unit tests for Math.Examples #2 * [https://github.com/iea-annex60/modelica-annex60/commit/2d3422b 2d3422b] Reformat documentation of Math.Examples #2 - svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated. * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 ------------------------------------------------------------------------ r19219 | lochel | 2014-02-20 16:23:06 +0100 (Thu, 20 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/HpcOmSimCode.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/Flags.mo - prepare time events ------------------------------------------------------------------------ r19218 | lochel | 2014-02-20 16:06:56 +0100 (Thu, 20 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/SimCodeTV.mo - Oops! revert r19216 and r19217 ------------------------------------------------------------------------ r19217 | lochel | 2014-02-20 16:01:20 +0100 (Thu, 20 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo - fix wrongly updated template ------------------------------------------------------------------------ r19216 | lochel | 2014-02-20 15:55:33 +0100 (Thu, 20 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/SimCodeTV.mo - update templates ------------------------------------------------------------------------ r19215 | mahge930 | 2014-02-20 13:57:45 +0100 (Thu, 20 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl + Option to dump simulation systems as arrays of functions. ------------------------------------------------------------------------ r19214 | lochel | 2014-02-20 13:22:12 +0100 (Thu, 20 Feb 2014) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo - 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) ------------------------------------------------------------------------ r19213 | lochel | 2014-02-20 12:23:44 +0100 (Thu, 20 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Template/CodegenModelica.mo M /trunk/Compiler/Template/CodegenModelica.tpl M /trunk/Compiler/Template/DAEDumpTV.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/DAEDumpTpl.tpl M /trunk/Compiler/Template/GraphvizDumpTV.mo - rename attribute initial_ to start ------------------------------------------------------------------------ r19212 | sjoelund.se | 2014-02-20 12:10:51 +0100 (Thu, 20 Feb 2014) | 2 lines Changed paths: M /trunk/.openmodelica.aspell Add DAE to dictionary ------------------------------------------------------------------------ r19211 | vitalij | 2014-02-20 11:25:48 +0100 (Thu, 20 Feb 2014) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c - improve counter for hessian ------------------------------------------------------------------------ r19210 | vwaurich | 2014-02-20 11:15:31 +0100 (Thu, 20 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Util/List.mo - added function List.hasSeveralElements ------------------------------------------------------------------------ r19209 | vwaurich | 2014-02-20 11:11:46 +0100 (Thu, 20 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - restructure resolveLoops - changed some heuristics to replace equation and to find the loops for resolveLoops ------------------------------------------------------------------------ r19208 | hudson | 2014-02-20 11:01:07 +0100 (Thu, 20 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenModelica.mo M /trunk/testsuite/openmodelica/debugDumps/dumpTransformedModelica.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19207 | lochel | 2014-02-20 10:53:45 +0100 (Thu, 20 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/CodegenCpp.mo A /trunk/Compiler/Template/CodegenModelica.mo A /trunk/Compiler/Template/CodegenModelica.tpl M /trunk/Compiler/Template/DAEDumpTpl.tpl M /trunk/Compiler/Template/GraphvizDumpTV.mo M /trunk/Compiler/Template/Makefile.common M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/openmodelica/debugDumps/Makefile A /trunk/testsuite/openmodelica/debugDumps/dumpTransformedModelica.mos - add Modelica-like output for dumpindxdae using +d=dumpTransformedModelica (just a prototype) ------------------------------------------------------------------------ r19206 | sjoelund.se | 2014-02-20 08:47:09 +0100 (Thu, 20 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c Fixes for no kinsol ------------------------------------------------------------------------ r19205 | mahge930 | 2014-02-19 22:48:29 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/fmi/import/Makefile.omdev.mingw - Fix wrong include dir makefile for FMI. ------------------------------------------------------------------------ r19204 | vitalij | 2014-02-19 21:59:17 +0100 (Wed, 19 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c - reduce one add in hessian ------------------------------------------------------------------------ r19203 | hudson | 2014-02-19 21:52:20 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19202 | vitalij | 2014-02-19 21:43:10 +0100 (Wed, 19 Feb 2014) | 4 lines Changed paths: D /trunk/SimulationRuntime/c/optimization/OptimizationFlags.h M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/goal/evalF.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - improve counter for hessian - small changed in c-code (mv, del) ------------------------------------------------------------------------ r19201 | hudson | 2014-02-19 20:37:20 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19200 | vitalij | 2014-02-19 20:28:12 +0100 (Wed, 19 Feb 2014) | 2 lines Changed paths: A /trunk/testsuite/openmodelica/cruntime/optimization/basic/ReferenceFiles/emissionOpt_ref.mat - added resulte file for testcase ------------------------------------------------------------------------ r19199 | vitalij | 2014-02-19 20:26:54 +0100 (Wed, 19 Feb 2014) | 8 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/ipoptODEstruct.h M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c M /trunk/testsuite/openmodelica/cruntime/optimization/basic/Makefile M /trunk/testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos - reduce hesse elements - fixed output for constraints - fixed matching for constraints - active testcase for alias constraints thanks Willi ------------------------------------------------------------------------ r19198 | hudson | 2014-02-19 19:56:04 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.cpp [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19197 | hudson | 2014-02-19 19:55:36 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/Makefile.in M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/ParModelicaBuiltin.mo M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.c M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.cpp M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_builtin_kernels.cpp M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_builtin_kernels.h M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_common_header.h M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.cpp M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.h M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_memory_ops.cpp M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_memory_ops.h M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.cpp M /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.h [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19196 | mahge930 | 2014-02-19 19:49:40 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/configure.in + update missed configure script. ------------------------------------------------------------------------ r19195 | mahge930 | 2014-02-19 19:34:01 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Makefile.common D /trunk/SimulationRuntime/ParModelica/OpenCLRuntime A /trunk/SimulationRuntime/ParModelica/explicit A /trunk/SimulationRuntime/ParModelica/explicit/openclrt A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/Makefile.common A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/Makefile.in A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/Makefile.omdev.mingw A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/OCLRuntimeUtil.cl A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/ParModelicaBuiltin.mo A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.c A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/ocl_offcomp.cpp A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_builtin_kernels.cpp A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_builtin_kernels.h A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_common_header.h A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.cpp A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_interface.h A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_memory_ops.cpp A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_memory_ops.h A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.cpp A /trunk/SimulationRuntime/ParModelica/explicit/openclrt/omc_ocl_util.h - Rearrange parmodelica includes to the new include structure. ------------------------------------------------------------------------ r19194 | hudson | 2014-02-19 19:18:07 +0100 (Wed, 19 Feb 2014) | 14 lines Changed paths: M /trunk/Makefile.libraries commit 399a1df518328da414b049f469790dc62363470f Author: Hudson Janitor Date: Wed Feb 19 19:04:33 2014 +0100 Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to 15ebc95bfeff41d818fc663d83b1adb311eff7a6. * [https://github.com/lbl-srg/modelica-buildings/commit/15ebc95 15ebc95] Deleted connect(yOutMin_actual, yOutMin_actual); - svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated. * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 ------------------------------------------------------------------------ r19193 | niklwors | 2014-02-19 16:28:48 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Makefile reactivated test that were deactivated because non deterministic behavior (fix with 19191) ------------------------------------------------------------------------ r19192 | hudson | 2014-02-19 15:51:58 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Solver/CVode/CVode.cpp [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19191 | niklwors | 2014-02-19 15:36:45 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Solver/CVode/CVode.cpp fix in CVode of cpp runtime, initialization of zeroSign vector was not correct ------------------------------------------------------------------------ r19190 | hudson | 2014-02-19 14:38:53 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19189 | vwaurich | 2014-02-19 14:37:55 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos - do not compare TaskGraph for the hpcom SMEE_LoadDump test ------------------------------------------------------------------------ r19188 | vitalij | 2014-02-19 14:32:12 +0100 (Wed, 19 Feb 2014) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c - print -Inf and +Inf for to big or to small numbers in optimization ------------------------------------------------------------------------ r19187 | hudson | 2014-02-19 14:00:27 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19186 | niklwors | 2014-02-19 13:45:25 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenFMUCpp.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/cpp/Core/System/EventHandling.cpp M /trunk/SimulationRuntime/cpp/Include/Core/System/EventHandling.h -separated calculation of Jacobian's of cpp Modelica system in extra class ------------------------------------------------------------------------ r19185 | wbraun | 2014-02-19 13:23:13 +0100 (Wed, 19 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/Differentiate.mo M /trunk/testsuite/openmodelica/debugDumps/bltdump.mos M /trunk/testsuite/openmodelica/debugDumps/dumpEncapsulateWhenConditions.mos M /trunk/testsuite/openmodelica/debugDumps/dumpeqninorder.mos M /trunk/testsuite/openmodelica/debugDumps/dumpindxdae.mos M /trunk/testsuite/openmodelica/debugDumps/dumpinitialsystem.mos - don't simplify in differentiationExp it's too slow - fixed differentiation of for loops - fixed differentiation of scalar product ------------------------------------------------------------------------ r19184 | sjoelund.se | 2014-02-19 11:41:03 +0100 (Wed, 19 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.c Fix kinsol stuff... ------------------------------------------------------------------------ r19183 | vitalij | 2014-02-19 11:15:49 +0100 (Wed, 19 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c - useNominal = true, after update - fixed 19146 for start value - fixed output for optimization ------------------------------------------------------------------------ r19182 | vwaurich | 2014-02-19 09:57:04 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/hpcom/Makefile M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump_eqs_prof.xml M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses_eqs_prof.xml M /trunk/testsuite/simulation/modelica/hpcom/ReferenceGraphs/Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump_TaskGraphODE.graphml - reavtivated hpcom tests ------------------------------------------------------------------------ r19181 | hudson | 2014-02-19 09:41:20 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/arrays/NPendulum.mo M /trunk/testsuite/simulation/modelica/arrays/NPendulum.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19180 | vwaurich | 2014-02-19 09:37:04 +0100 (Wed, 19 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/arrays/Makefile A /trunk/testsuite/simulation/modelica/arrays/NPendulum.mo A /trunk/testsuite/simulation/modelica/arrays/NPendulum.mos A /trunk/testsuite/simulation/modelica/arrays/ReferenceFiles A /trunk/testsuite/simulation/modelica/arrays/ReferenceFiles/NPendulum_10.mat - added NPendulum to array tests ------------------------------------------------------------------------ r19179 | sjoelund.se | 2014-02-19 08:12:21 +0100 (Wed, 19 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp Handle Modelica.Utilities.Streams.error in simulations ------------------------------------------------------------------------ r19178 | sjoelund.se | 2014-02-19 07:52:05 +0100 (Wed, 19 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c Fix kinsol dummy wrapper ------------------------------------------------------------------------ r19177 | sjoelund.se | 2014-02-19 07:41:47 +0100 (Wed, 19 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/external_functions/ModelicaUtilities.myExtFunction.c Fix the ModelicaUtilities.h test ------------------------------------------------------------------------ r19176 | sjoelund.se | 2014-02-19 07:20:04 +0100 (Wed, 19 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs A /trunk/SimulationRuntime/c/ModelicaUtilities.h (from /trunk/SimulationRuntime/c/util/ModelicaUtilities.h:19171) D /trunk/SimulationRuntime/c/util/ModelicaUtilities.h Move ModelicaUtilities.h to the root of the includes, since the specification says it should be included with , not ------------------------------------------------------------------------ r19175 | adeas31 | 2014-02-19 00:39:52 +0100 (Wed, 19 Feb 2014) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.h - Changed instantiate/check model from QDialog to QWidget. Some platforms doesn't support Qt::WindowMinMaxButtonsHint. ------------------------------------------------------------------------ r19174 | adeas31 | 2014-02-19 00:28:26 +0100 (Wed, 19 Feb 2014) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/NotificationsDialog.cpp M /trunk/OMEdit/OMEditGUI/OMC/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/main.cpp #2590 - Create a unique folder for each user. ------------------------------------------------------------------------ r19173 | hudson | 2014-02-18 21:59:59 +0100 (Tue, 18 Feb 2014) | 28 lines Changed paths: M /trunk/Makefile.libraries commit 9950368f5840b1c80e85b2e1d73a112a4c1b260f Author: Hudson Janitor Date: Tue Feb 18 21:45:23 2014 +0100 Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to 895210969106ccfd4609d6428be6ec1fede3a205. * [https://github.com/lbl-srg/modelica-buildings/commit/8952109 8952109] Removed entries from package.order. * [https://github.com/lbl-srg/modelica-buildings/commit/74fc9ca 74fc9ca] Changed assert test so that the actual condition is tested. * [https://github.com/lbl-srg/modelica-buildings/commit/7d47671 7d47671] Improved documentation and removed an assert statement that is not needed. * [https://github.com/lbl-srg/modelica-buildings/commit/ace6127 ace6127] Replace variable aha with xC to use a consistent notation across the whole package. * [https://github.com/lbl-srg/modelica-buildings/commit/0f5140a 0f5140a] Improved error message and changed order of function arguments to a more logical sequence. * [https://github.com/lbl-srg/modelica-buildings/commit/9900fbb 9900fbb] Added reference results for new unit test. * [https://github.com/lbl-srg/modelica-buildings/commit/1d1e727 1d1e727] Updated release notes. * [https://github.com/lbl-srg/modelica-buildings/commit/95afe6f 95afe6f] Revised code and documentation for #196. * [https://github.com/lbl-srg/modelica-buildings/commit/36ce579 36ce579] Reformated text. * [https://github.com/lbl-srg/modelica-buildings/commit/0065f9d 0065f9d] Reformated text. * [https://github.com/lbl-srg/modelica-buildings/commit/24b6bdb 24b6bdb] Added missing unit tests. * [https://github.com/lbl-srg/modelica-buildings/commit/c3f14b7 c3f14b7] Reverted addition of parameters that are not used. * [https://github.com/lbl-srg/modelica-buildings/commit/0d558cc 0d558cc] Revised info section for #196. * [https://github.com/lbl-srg/modelica-buildings/commit/b2ca49c b2ca49c] Merge branch 'master' into issue196_borehole * [https://github.com/lbl-srg/modelica-buildings/commit/d3bca58 d3bca58] Revised info section for #196. - svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated. * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 ------------------------------------------------------------------------ r19172 | sjoelund.se | 2014-02-18 21:57:58 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c Fix MSVC crap? ------------------------------------------------------------------------ r19171 | hudson | 2014-02-18 19:17:43 +0100 (Tue, 18 Feb 2014) | 31 lines Changed paths: M /trunk/Makefile.libraries commit 6541708a2bb1942d278e0e1ff6071be5c8733658 Author: Hudson Janitor Date: Tue Feb 18 19:05:29 2014 +0100 Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master has FAILING head - latest is ace61274597af8024d88c527facda03c4f408151 * [https://github.com/lbl-srg/modelica-buildings/commit/ace6127 ace6127] Replace variable aha with xC to use a consistent notation across the whole package. * [https://github.com/lbl-srg/modelica-buildings/commit/0f5140a 0f5140a] Improved error message and changed order of function arguments to a more logical sequence. * [https://github.com/lbl-srg/modelica-buildings/commit/9900fbb 9900fbb] Added reference results for new unit test. * [https://github.com/lbl-srg/modelica-buildings/commit/1d1e727 1d1e727] Updated release notes. * [https://github.com/lbl-srg/modelica-buildings/commit/95afe6f 95afe6f] Revised code and documentation for #196. * [https://github.com/lbl-srg/modelica-buildings/commit/36ce579 36ce579] Reformated text. * [https://github.com/lbl-srg/modelica-buildings/commit/0065f9d 0065f9d] Reformated text. * [https://github.com/lbl-srg/modelica-buildings/commit/24b6bdb 24b6bdb] Added missing unit tests. * [https://github.com/lbl-srg/modelica-buildings/commit/c3f14b7 c3f14b7] Reverted addition of parameters that are not used. * [https://github.com/lbl-srg/modelica-buildings/commit/0d558cc 0d558cc] Revised info section for #196. * [https://github.com/lbl-srg/modelica-buildings/commit/b2ca49c b2ca49c] Merge branch 'master' into issue196_borehole * [https://github.com/lbl-srg/modelica-buildings/commit/d3bca58 d3bca58] Revised info section for #196. * [https://github.com/lbl-srg/modelica-buildings/commit/33067de 33067de] Updated reference results for #196. * [https://github.com/lbl-srg/modelica-buildings/commit/53ab777 53ab777] Revised documentation for #196. * [https://github.com/lbl-srg/modelica-buildings/commit/601e0b3 601e0b3] Removed very long lines for #196. - svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated. * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 0a61a5bb2c6f03b86766e83f10a23c7488c9f027. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/0a61a5b 0a61a5b] added hydraulic inertance and resistance conversions ------------------------------------------------------------------------ r19170 | adeas31 | 2014-02-18 18:17:38 +0100 (Tue, 18 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/MainWindow.cpp M /trunk/OMEdit/OMEditGUI/GUI/MainWindow.h - Added OpenModelica Scripting & Modelica Documentation menu items under Help menu. ------------------------------------------------------------------------ r19169 | sjoelund.se | 2014-02-18 17:21:53 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/omc_error.c Handle NULL threadData ------------------------------------------------------------------------ r19168 | sjoelund.se | 2014-02-18 17:02:12 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/Makefile.common make clean now also cleans the bootstrapping directory ------------------------------------------------------------------------ r19167 | sjoelund.se | 2014-02-18 16:40:12 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/omc_error.c Fix warnings ------------------------------------------------------------------------ r19166 | sjoelund.se | 2014-02-18 16:29:40 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/boot/bootstrap-sources.tar.xz Fix bootstrapping ------------------------------------------------------------------------ r19165 | adeas31 | 2014-02-18 16:23:01 +0100 (Tue, 18 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp - More window flags. ------------------------------------------------------------------------ r19164 | sjoelund.se | 2014-02-18 16:22:58 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/runtime/ModelicaExternalC_rml.c M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/openmodelica.h M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/simulation/modelinfo.c M /trunk/SimulationRuntime/c/simulation/options.c M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_wall.cpp M /trunk/SimulationRuntime/c/simulation/simulation_info_xml.c M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/delay.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization_data.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_simplex.c M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.c M /trunk/SimulationRuntime/c/simulation/solver/linearSolverLapack.c M /trunk/SimulationRuntime/c/simulation/solver/linearSolverLis.c M /trunk/SimulationRuntime/c/simulation/solver/linearSystem.c M /trunk/SimulationRuntime/c/simulation/solver/mixedSearchSolver.c M /trunk/SimulationRuntime/c/simulation/solver/mixedSystem.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.h M /trunk/SimulationRuntime/c/simulation/solver/perform_simulation.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.c M /trunk/SimulationRuntime/c/util/ModelicaUtilities.c M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/integer_array.h M /trunk/SimulationRuntime/c/util/list.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h M /trunk/SimulationRuntime/c/util/ringbuffer.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/testsuite/openmodelica/bootstrapping/SimCodeTest.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest1.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest2.mos Remove the global jump buffers; do the jumping via threadData instead ------------------------------------------------------------------------ r19163 | adeas31 | 2014-02-18 15:53:45 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.h - 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. ------------------------------------------------------------------------ r19162 | adeas31 | 2014-02-18 14:20:45 +0100 (Tue, 18 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp Maximize button for instantiate/check model dialog. ------------------------------------------------------------------------ r19161 | perost | 2014-02-18 13:47:07 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/doc/bibliography/openmodelica.bib - Fixed bibliography. ------------------------------------------------------------------------ r19160 | perost | 2014-02-18 13:24:33 +0100 (Tue, 18 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/OMNotebook/DrModelica/Arrays/ConcatSlice.onb M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/Engine1.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/Engine2.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/FourBar1.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/FourBar2.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/robot.mos M /trunk/testsuite/flattening/modelica/arrays/BlockMatrix.mo M /trunk/testsuite/flattening/modelica/arrays/BlockMatrix2.mo M /trunk/testsuite/flattening/modelica/connectors/CGraphBug.mos M /trunk/testsuite/flattening/modelica/others/InvertedPendulumTotal.mo M /trunk/testsuite/openmodelica/debugDumps/bltdump.mos M /trunk/testsuite/openmodelica/debugDumps/dumpEncapsulateWhenConditions.mos M /trunk/testsuite/openmodelica/debugDumps/dumpdaelow.mos M /trunk/testsuite/openmodelica/xml/XmlDumpComment.mos Fix for #2587: - Added simplification rules -{e1, e2, ...} => {-e1, -e2, ...} and -[e1, e2, ...] => [-e1, e2, ...]. - Improved Static.elabMatrixCatTwoExp so it handles more cases. ------------------------------------------------------------------------ r19159 | sjoelund.se | 2014-02-18 10:41:17 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/runtime/ModelicaExternalC_rml.c M /trunk/SimulationRuntime/c/meta/meta_modelica.c M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h M /trunk/SimulationRuntime/c/meta/meta_modelica_real.c M /trunk/SimulationRuntime/c/meta/meta_modelica_real.h M /trunk/SimulationRuntime/c/openmodelica.h M /trunk/SimulationRuntime/c/simulation/modelinfo.c M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_wall.cpp M /trunk/SimulationRuntime/c/simulation/simulation_info_xml.c M /trunk/SimulationRuntime/c/simulation/simulation_info_xml.h M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/delay.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.c M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.h M /trunk/SimulationRuntime/c/simulation/solver/linearSystem.c M /trunk/SimulationRuntime/c/simulation/solver/mixedSystem.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.c M /trunk/SimulationRuntime/c/simulation/solver/perform_simulation.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/ModelicaUtilities.c M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/integer_array.h M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/testsuite/openmodelica/bootstrapping/SimCodeTest.mos Revert r19152 (should be re-done without adding additional argument to all functions; keep ERROR_HANDLE inside threadData_t) ------------------------------------------------------------------------ r19158 | sjoelund.se | 2014-02-18 10:07:01 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/boot/bootstrap-sources.tar.xz M /trunk/Makefile.common M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.common M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/Makefile.in M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/fmi/import/Makefile.in M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.in M /trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw Move the C includes to build/include/omc/c. Probably fixed bootstrapping ------------------------------------------------------------------------ r19157 | sjoelund.se | 2014-02-18 10:05:15 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/doc/bibliography/openmodelica.bib Set eol-style ------------------------------------------------------------------------ r19156 | bruno | 2014-02-18 09:58:34 +0100 (Tue, 18 Feb 2014) | 1 line Changed paths: M /trunk/doc/bibliography/openmodelica.bib fixed bibliography/openmodelica.bib ------------------------------------------------------------------------ r19155 | sjoelund.se | 2014-02-18 09:39:53 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/doc/bibliography/openmodelica.bib M /trunk/doc/bibliography/papers.cite Actually fix the bibtex database ------------------------------------------------------------------------ r19154 | bruno | 2014-02-18 09:28:42 +0100 (Tue, 18 Feb 2014) | 1 line Changed paths: M /trunk/doc/bibliography/openmodelica.bib M /trunk/doc/bibliography/papers.cite Fixed bibliography ------------------------------------------------------------------------ r19153 | hudson | 2014-02-18 06:20:12 +0100 (Tue, 18 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c M /trunk/SimulationRuntime/c/simulation/solver/perform_simulation.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19152 | wbraun | 2014-02-18 06:11:24 +0100 (Tue, 18 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/runtime/ModelicaExternalC_rml.c M /trunk/SimulationRuntime/c/meta/meta_modelica.c M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h M /trunk/SimulationRuntime/c/meta/meta_modelica_real.c M /trunk/SimulationRuntime/c/meta/meta_modelica_real.h M /trunk/SimulationRuntime/c/openmodelica.h M /trunk/SimulationRuntime/c/simulation/modelinfo.c M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_wall.cpp M /trunk/SimulationRuntime/c/simulation/simulation_info_xml.c M /trunk/SimulationRuntime/c/simulation/simulation_info_xml.h M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/delay.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.c M /trunk/SimulationRuntime/c/simulation/solver/kinsolSolver.h M /trunk/SimulationRuntime/c/simulation/solver/linearSystem.c M /trunk/SimulationRuntime/c/simulation/solver/mixedSystem.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverNewton.c M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSystem.c M /trunk/SimulationRuntime/c/simulation/solver/perform_simulation.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/stateset.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/ModelicaUtilities.c M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/integer_array.h M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/testsuite/openmodelica/bootstrapping/SimCodeTest.mos - passing error-handle round all runtime function to remove it from global scope ------------------------------------------------------------------------ r19151 | mahge930 | 2014-02-18 01:43:58 +0100 (Tue, 18 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo + Fix bootstrapping. Hunted down the culprit. ------------------------------------------------------------------------ r19150 | adrpo | 2014-02-17 21:26:33 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos M /trunk/testsuite/openmodelica/debugDumps/backenddaeinfo.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm1-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm1-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm2-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm2-omc.mos M /trunk/testsuite/simulation/modelica/tearing/MixedTearing1.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing1-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing1-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing11-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing13-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing13-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing14-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing14-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing16-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing16-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing17-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing18-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing18-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing2-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing2-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing3-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing5-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing5-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing9-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing9-omc.mos - update tests after spelling changes ------------------------------------------------------------------------ r19149 | adrpo | 2014-02-17 21:03:43 +0100 (Mon, 17 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo - spelling of: backend -> back-end jacobian -> Jacobian ------------------------------------------------------------------------ r19148 | mahge930 | 2014-02-17 20:45:36 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Makefile.common M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.h M /trunk/SimulationRuntime/c/simulation/solver/delay.c M /trunk/SimulationRuntime/c/simulation/solver/dopri45.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/events.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization_data.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_kinsol.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_nelderMeadEx.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_newuoa.c M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_simplex.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/testsuite/openmodelica/bootstrapping/main_records.c M /trunk/testsuite/openmodelica/bootstrapping/main_separate.c M /trunk/testsuite/simulation/modelica/external_functions/ModelicaUtilities.myExtFunction.c + Update include paths for FMI/FMU and bootstrapping. ------------------------------------------------------------------------ r19147 | vitalij | 2014-02-17 18:44:21 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/optimization/ipoptODEstruct.h M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos - fixed initial guess for optimization ------------------------------------------------------------------------ r19146 | vitalij | 2014-02-17 18:13:48 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos - fixed setting of bounds for input in optimization ------------------------------------------------------------------------ r19145 | perost | 2014-02-17 17:20:50 +0100 (Mon, 17 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo A /trunk/testsuite/flattening/modelica/operators/CardinalityArray.mo M /trunk/testsuite/flattening/modelica/operators/Makefile Fix for #2585: - Handle cardinality on arrays properly. ------------------------------------------------------------------------ r19144 | mahge930 | 2014-02-17 16:13:53 +0100 (Mon, 17 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Makefile.common M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/meta/gc/common.c M /trunk/SimulationRuntime/c/meta/gc/common.h M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/gc/generational.h M /trunk/SimulationRuntime/c/meta/gc/marksweep.c M /trunk/SimulationRuntime/c/meta/gc/marksweep.h M /trunk/SimulationRuntime/c/meta/gc/mmc_gc.h M /trunk/SimulationRuntime/c/meta/gc/roots.c M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin_boxptr.h M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/options.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.h M /trunk/SimulationRuntime/c/simulation/solver/perform_simulation.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/SimulationRuntime/c/util/modelica.h M /trunk/testsuite/openmodelica/bootstrapping/SimCodeTest.mos Fix includes in Simulation runtime. Keep them relative. Keep simulation runtime header structure in build directory. ------------------------------------------------------------------------ r19143 | perost | 2014-02-17 16:06:00 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: M /trunk/OMNotebook/DrModelica/AccessControl/AccessDemo.onb M /trunk/OMNotebook/DrModelica/Algorithms/MultRes.onb M /trunk/OMNotebook/DrModelica/Algorithms/Reinit.onb M /trunk/OMNotebook/DrModelica/Algorithms/Terminate.onb M /trunk/OMNotebook/DrModelica/Algorithms/WhenStat.onb M /trunk/OMNotebook/DrModelica/Algorithms/WhileStat.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/3DDoublePendulum.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/DesignOptimization.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/FourierAnalysis.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/Mechatronic.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/PressureDynamics.onb M /trunk/OMNotebook/DrModelica/Arrays/ConcatSlice.onb M /trunk/OMNotebook/DrModelica/Arrays/TypeCheck.onb M /trunk/OMNotebook/DrModelica/Classes/Partial.onb M /trunk/OMNotebook/DrModelica/Classes/ReuseMod.onb M /trunk/OMNotebook/DrModelica/CompConn/MultDCmotor.onb M /trunk/OMNotebook/DrModelica/CompConn/Oscillator.onb M /trunk/OMNotebook/DrModelica/CompConn/PartDCmotor.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/ClassesforCPT.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/DCMotorwithBacklash.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/EventPriority.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/HybridTank.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/ModStochProc.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampledSystems.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/Synchronization.onb M /trunk/OMNotebook/DrModelica/Equations/MoonLandingTerminate.onb M /trunk/OMNotebook/DrModelica/Equations/RepConnStruct.onb M /trunk/OMNotebook/DrModelica/Equations/WhenEq.onb M /trunk/OMNotebook/DrModelica/Functions/Extending.onb M /trunk/OMNotebook/DrModelica/Functions/External.onb M /trunk/OMNotebook/DrModelica/InherMod/Extend.onb M /trunk/OMNotebook/DrModelica/InherMod/Hierachical.onb M /trunk/OMNotebook/DrModelica/InherMod/Short.onb M /trunk/OMNotebook/DrModelica/Inheritance/MoonLandingInher.onb M /trunk/OMNotebook/DrModelica/Inheritance/ProtectedElements.onb M /trunk/OMNotebook/DrModelica/LitOpExp/EvalOrder.onb M /trunk/OMNotebook/DrModelica/QuickTour/CreateInst.onb M /trunk/OMNotebook/DrModelica/QuickTour/IfClause.onb M /trunk/OMNotebook/DrModelica/SystemMod/FlatTank.onb M /trunk/OMNotebook/DrModelica/SystemMod/PIControl.onb M /trunk/OMNotebook/DrModelica/Variables/Initialization.onb - Fixes for DrModelica. ------------------------------------------------------------------------ r19142 | hudson | 2014-02-17 15:59:40 +0100 (Mon, 17 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19141 | vitalij | 2014-02-17 15:55:23 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation_data.h - join constraints and algebraic vars ------------------------------------------------------------------------ r19140 | hudson | 2014-02-17 15:51:29 +0100 (Mon, 17 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19139 | wbraun | 2014-02-17 15:28:32 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: A /trunk/testsuite/openmodelica/cruntime/optimization/basic/TestConstraintsAlias.mos - added optimization testcase for alias constraints ------------------------------------------------------------------------ r19138 | sjoelund.se | 2014-02-17 14:37:16 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/Tpl.mo M /trunk/testsuite/metamodelica/meta/List4.mo Some more Tpl functions now use match instead of matchcontinue ------------------------------------------------------------------------ r19137 | sjoelund.se | 2014-02-17 14:16:09 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/metamodelica/MetaModelicaDev/08_pam/Pam.mo Fix MetaModelicaDev tests ------------------------------------------------------------------------ r19136 | sjoelund.se | 2014-02-17 13:18:03 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/flattening/modelica/arrays/ArrayModification1.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayModification2.mo Expected output ------------------------------------------------------------------------ r19135 | perost | 2014-02-17 13:05:13 +0100 (Mon, 17 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/Main/Main.mo - Only return the new classes in Main.handleCommand2, not all loaded top-level classes. ------------------------------------------------------------------------ r19134 | sjoelund.se | 2014-02-17 12:44:16 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo Fix if-equation translation for omcc ------------------------------------------------------------------------ r19133 | vitalij | 2014-02-17 12:26:22 +0100 (Mon, 17 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation/solver/model_help.c - add function for pick up input attributes - missng free ------------------------------------------------------------------------ r19132 | sjoelund.se | 2014-02-17 12:22:08 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: M /trunk/Parser/Modelica.g M /trunk/doc/bibliography/openmodelica.bib M /trunk/testsuite/flattening/modelica/arrays/ArrayModification1.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayModification2.mo M /trunk/testsuite/flattening/modelica/scodeinst/Makefile D /trunk/testsuite/flattening/modelica/scodeinst/mod2.mo D /trunk/testsuite/flattening/modelica/scodeinst/mod3.mo Added a better error-message for using subscripts in modifiers ------------------------------------------------------------------------ r19131 | bruno | 2014-02-17 10:48:28 +0100 (Mon, 17 Feb 2014) | 2 lines Changed paths: M /trunk/doc/bibliography/journals.cite M /trunk/doc/bibliography/openmodelica.bib M /trunk/doc/bibliography/papers.cite Updated bibliography ------------------------------------------------------------------------ r19130 | vitalij | 2014-02-16 17:48:19 +0100 (Sun, 16 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/instHumModOMCTotal.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos M /trunk/testsuite/flattening/libraries/msl22/DifferentialAmplifier.mos M /trunk/testsuite/flattening/libraries/msl22/OneWayRectifier.mos M /trunk/testsuite/flattening/libraries/msl22/OneWayRectifierBG.mos M /trunk/testsuite/flattening/libraries/msl22/TestNand.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/Engine1.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/Engine2.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/robot.mos M /trunk/testsuite/flattening/modelica/equations/Epidemics1.mo M /trunk/testsuite/flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos M /trunk/testsuite/simulation/modelica/records/ATotal.mos - new simplify rule for a + (-b)/x = a - b/x ------------------------------------------------------------------------ r19129 | wbraun | 2014-02-16 15:33:18 +0100 (Sun, 16 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/simulation_data.h - removed linear flag for SimCode.createEquation - allow also no-linear for jacobians - fixed function for linearization ------------------------------------------------------------------------ r19127 | hudson | 2014-02-15 19:17:42 +0100 (Sat, 15 Feb 2014) | 15 lines Changed paths: M /trunk/Makefile.libraries commit c073b6ab44a3e1ded00eac7ca34362fbde710ec6 Author: Hudson Janitor Date: Sat Feb 15 19:02:47 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated. * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - svn/MSL trunk has been updated to r7293. * m:r7293 Fixes #1422 in trunk. Need to merge to branch as well * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples ------------------------------------------------------------------------ r19126 | lochel | 2014-02-15 13:55:39 +0100 (Sat, 15 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/openmodelica/debugDumps/backenddaeinfo.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm1-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm1-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm2-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm2-omc.mos M /trunk/testsuite/simulation/modelica/tearing/MixedTearing1.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing1-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing1-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing11-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing13-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing13-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing14-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing14-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing16-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing16-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing17-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing18-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing18-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing2-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing2-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing3-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing5-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing5-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing9-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing9-omc.mos - remove unused flag +d=dumpderrepl - auto-enable +d=backenddaeinfo if either +d=stateselection or +d=discreteinfo is used ------------------------------------------------------------------------ r19125 | vitalij | 2014-02-15 10:58:12 +0100 (Sat, 15 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/goal/evalF.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation_data.h - fixed r19122 ------------------------------------------------------------------------ r19124 | lochel | 2014-02-15 00:21:27 +0100 (Sat, 15 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/goal/evalF.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation_data.h - revert r19122 ------------------------------------------------------------------------ r19123 | lochel | 2014-02-15 00:03:57 +0100 (Sat, 15 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos - fix r19111 - get ./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos working again ------------------------------------------------------------------------ r19122 | vitalij | 2014-02-14 23:55:30 +0100 (Fri, 14 Feb 2014) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/goal/evalF.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation_data.h - restruct constraints (optimization) - new VarKind for constraints - new SimVars for constraints ------------------------------------------------------------------------ r19121 | sjoelund.se | 2014-02-14 20:22:59 +0100 (Fri, 14 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Examples/BuildModelRecursive.mos M /trunk/testsuite/openmodelica/debugDumps/backenddaeinfo.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm1-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm1-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm2-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm2-omc.mos M /trunk/testsuite/simulation/modelica/tearing/MixedTearing1.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing1-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing1-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing10-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing10-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing11-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing11-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing12-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing12-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing13-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing13-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing16-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing16-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing17-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing17-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing18-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing18-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing2-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing2-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing3-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing3-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing5-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing5-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-omc.mos - 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) ------------------------------------------------------------------------ r19120 | lochel | 2014-02-14 19:39:30 +0100 (Fri, 14 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/hpcom/Makefile - deactivate two hpcom tests. Volker will reactivate them soon. ------------------------------------------------------------------------ r19119 | hudson | 2014-02-14 18:23:59 +0100 (Fri, 14 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/bug_2583.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19118 | lochel | 2014-02-14 18:16:48 +0100 (Fri, 14 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/testsuite/openmodelica/debugDumps/bltdump.mos M /trunk/testsuite/openmodelica/debugDumps/dumpinitialsystem.mos M /trunk/testsuite/openmodelica/debugDumps/optdaedump.mos M /trunk/testsuite/openmodelica/debugDumps/symjacdump.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/bug_2583.mos M /trunk/testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos - fix #2583 ------------------------------------------------------------------------ r19117 | sjoelund.se | 2014-02-14 16:01:36 +0100 (Fri, 14 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/openmodelica/debugDumps/backenddaeinfo.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm1-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm1-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm2-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm2-omc.mos M /trunk/testsuite/simulation/modelica/tearing/MixedTearing1.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing1-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing1-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing10-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing10-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing11-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing11-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing12-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing12-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing13-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing13-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing14-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing14-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing16-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing16-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing17-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing17-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing18-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing18-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing2-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing2-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing3-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing3-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing5-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing5-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing9-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing9-omc.mos +d=backenddaeinfo now prints to the Error.mo buffer instead of stdout ------------------------------------------------------------------------ r19116 | arun3688 | 2014-02-14 15:16:16 +0100 (Fri, 14 Feb 2014) | 1 line Changed paths: M /trunk/OMNotebook/DrModelica/AccessControl/AccessDemo.onb M /trunk/OMNotebook/DrModelica/AccessControl/MoonLanding.onb M /trunk/OMNotebook/DrModelica/Algorithms/MultRes.onb M /trunk/OMNotebook/DrModelica/Algorithms/Reinit.onb M /trunk/OMNotebook/DrModelica/Algorithms/Terminate.onb M /trunk/OMNotebook/DrModelica/Algorithms/WhenStat.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/3DDoublePendulum.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/DesignOptimization.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/FourierAnalysis.onb M /trunk/OMNotebook/DrModelica/ApplicationEx/PressureDynamics.onb M /trunk/OMNotebook/DrModelica/Classes/Partial.onb M /trunk/OMNotebook/DrModelica/Classes/ReuseMod.onb M /trunk/OMNotebook/DrModelica/CompConn/MultDCmotor.onb M /trunk/OMNotebook/DrModelica/CompConn/Oscillator.onb M /trunk/OMNotebook/DrModelica/CompConn/PartDCmotor.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/DCMotorwithBacklash.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/EventPriority.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/HybridTank.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/MultEvents.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampleClock.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/SampledSystems.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/Synchronization.onb M /trunk/OMNotebook/DrModelica/DiscreteHybrid/WatchDog.onb M /trunk/OMNotebook/DrModelica/Equations/MoonLandingTerminate.onb M /trunk/OMNotebook/DrModelica/Equations/WhenEq.onb M /trunk/OMNotebook/DrModelica/Functions/Extending.onb M /trunk/OMNotebook/DrModelica/Functions/MultipleRes.onb M /trunk/OMNotebook/DrModelica/InherMod/Extend.onb M /trunk/OMNotebook/DrModelica/InherMod/Hierachical.onb M /trunk/OMNotebook/DrModelica/InherMod/Short.onb M /trunk/OMNotebook/DrModelica/Inheritance/MoonLandingInher.onb M /trunk/OMNotebook/DrModelica/Inheritance/ProtectedElements.onb M /trunk/OMNotebook/DrModelica/LitOpExp/EvalOrder.onb M /trunk/OMNotebook/DrModelica/QuickTour/CreateInst.onb M /trunk/OMNotebook/DrModelica/QuickTour/HelloWorld.onb M /trunk/OMNotebook/DrModelica/QuickTour/WhenClause.onb M /trunk/OMNotebook/DrModelica/Redeclaration/Final.onb M /trunk/OMNotebook/DrModelica/SystemMod/FlatTank.onb M /trunk/OMNotebook/DrModelica/SystemMod/PIControl.onb M /trunk/OMNotebook/DrModelica/Variables/Initialization.onb M /trunk/OMNotebook/DrModelica/Variables/VanDerPol.onb update DrModelica exercises, fixed=true ------------------------------------------------------------------------ r19115 | sjoelund.se | 2014-02-14 11:13:51 +0100 (Fri, 14 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/simulation/libraries/3rdParty/MathematicalAspects/01_AlgebraicLoopBoolean.mos M /trunk/testsuite/simulation/modelica/algorithms_functions/algorithms.mos M /trunk/testsuite/simulation/modelica/arrays/ArrayDivError.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest.mos M /trunk/testsuite/simulation/modelica/connectors/HeatTank.mos M /trunk/testsuite/simulation/modelica/equations/DoubleWhenConflict.mos M /trunk/testsuite/simulation/modelica/equations/EqualityEquations.mos M /trunk/testsuite/simulation/modelica/equations/IfEquationUnbalanced.mos M /trunk/testsuite/simulation/modelica/equations/ModelBalance2.mos M /trunk/testsuite/simulation/modelica/equations/ModelBalance3.mos M /trunk/testsuite/simulation/modelica/indexreduction/ImplicitStateCoupling.mos M /trunk/testsuite/simulation/modelica/indexreduction/PantelidesSingular.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularPlanarLoop.mos #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) ------------------------------------------------------------------------ r19114 | sjoelund.se | 2014-02-14 10:23:25 +0100 (Fri, 14 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos M /trunk/testsuite/openmodelica/debugDumps/backenddaeinfo.mos M /trunk/testsuite/partest/runtests.pl M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing14-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing14-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing9-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing9-omc.mos Dump info regarding linear system density ------------------------------------------------------------------------ r19113 | hudson | 2014-02-13 23:46:22 +0100 (Thu, 13 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19112 | vitalij | 2014-02-13 23:32:12 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/goal/evalF.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - split DAE and ODE in the context of event ------------------------------------------------------------------------ r19111 | vitalij | 2014-02-13 23:04:34 +0100 (Thu, 13 Feb 2014) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/instHumModOMCTotal.mos M /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos M /trunk/testsuite/flattening/libraries/biochem/BiochemModels.mos M /trunk/testsuite/flattening/libraries/msl22/Accelerate.mos M /trunk/testsuite/flattening/libraries/msl22/CauerLowPassSC.mos M /trunk/testsuite/flattening/libraries/msl22/Damper.mos M /trunk/testsuite/flattening/libraries/msl22/EnforcedMovement.mos M /trunk/testsuite/flattening/libraries/msl22/ExtractorTest.mos M /trunk/testsuite/flattening/libraries/msl22/Friction.mos M /trunk/testsuite/flattening/libraries/msl22/HeatingMOSInverter.mos M /trunk/testsuite/flattening/libraries/msl22/InitialConditions.mos M /trunk/testsuite/flattening/libraries/msl22/MotionCycleWithLoad.mos M /trunk/testsuite/flattening/libraries/msl22/NandGate.mos M /trunk/testsuite/flattening/libraries/msl22/OneWayRectifier.mos M /trunk/testsuite/flattening/libraries/msl22/OneWayRectifierBG.mos M /trunk/testsuite/flattening/libraries/msl22/Oscillator.mos M /trunk/testsuite/flattening/libraries/msl22/PreLoad.mos M /trunk/testsuite/flattening/libraries/msl22/PullinStroke.mos M /trunk/testsuite/flattening/libraries/msl22/Sensors.mos M /trunk/testsuite/flattening/libraries/msl22/ShowLogicalSources.mos M /trunk/testsuite/flattening/libraries/msl22/ShowSaturatingInductor.mos M /trunk/testsuite/flattening/libraries/msl22/SignConvention.mos M /trunk/testsuite/flattening/libraries/msl22/TestNand.mos M /trunk/testsuite/flattening/libraries/msl22/WhyArrows.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/Engine1.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/Engine2.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/FourBar1.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/FourBar2.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/robot.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Mechanics.mos M /trunk/testsuite/flattening/modelica/algorithms-functions/Algorithm1.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/Break.mo M /trunk/testsuite/flattening/modelica/algorithms-functions/FunctionBreak.mo M /trunk/testsuite/flattening/modelica/arrays/ArrayAsAlias.mo M /trunk/testsuite/flattening/modelica/blocks/BlockComponents.mo M /trunk/testsuite/flattening/modelica/built-in-functions/Integer2Real.mo M /trunk/testsuite/flattening/modelica/connectors/CGraphBug.mos M /trunk/testsuite/flattening/modelica/equations/WaveEquationSample.mo M /trunk/testsuite/flattening/modelica/expandable/ExpandableConnectors.mos M /trunk/testsuite/flattening/modelica/msl/BS16.mo M /trunk/testsuite/flattening/modelica/msl/BS6.mo M /trunk/testsuite/flattening/modelica/msl/Gear.mo M /trunk/testsuite/flattening/modelica/operators/OperatorsTuples.mo M /trunk/testsuite/flattening/modelica/others/EndUnknown.mo M /trunk/testsuite/flattening/modelica/others/InvertedPendulumTotal.mo M /trunk/testsuite/flattening/modelica/others/Philosopher.mo M /trunk/testsuite/flattening/modelica/others/Philosopher2.mo M /trunk/testsuite/flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos M /trunk/testsuite/flattening/modelica/streams/StreamConcept_NoMedium_Total.mo M /trunk/testsuite/flattening/modelica/types/Real2Integer2.mo M /trunk/testsuite/openmodelica/debugDumps/bltdump.mos M /trunk/testsuite/openmodelica/debugDumps/dumpEncapsulateWhenConditions.mos M /trunk/testsuite/openmodelica/debugDumps/dumpdaelow.mos M /trunk/testsuite/openmodelica/debugDumps/dumpindxdae.mos M /trunk/testsuite/openmodelica/debugDumps/dumpinitialsystem.mos M /trunk/testsuite/openmodelica/typed-API/SolveLinearSystem.mos M /trunk/testsuite/openmodelica/uncertainties/DataReconciliationTests21jan2013.mos M /trunk/testsuite/openmodelica/xml/XmlDumpComment.mos M /trunk/testsuite/openmodelica/xml/testMSD.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/modelica/events/IntergerZeroCrossings.mos M /trunk/testsuite/simulation/modelica/others/SyncFilter.mos M /trunk/testsuite/simulation/modelica/records/ATotal.mos - 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 ------------------------------------------------------------------------ r19110 | lochel | 2014-02-13 22:26:37 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/testsuite/openmodelica/debugDumps/backenddaeinfo.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm1-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm1-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm2-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm2-omc.mos M /trunk/testsuite/simulation/modelica/tearing/MixedTearing1.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing1-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing1-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing10-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing10-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing11-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing11-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing12-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing12-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing13-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing13-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing14-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing14-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing16-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing16-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing17-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing17-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing18-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing18-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing2-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing2-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing3-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing3-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing5-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing5-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing9-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing9-omc.mos - add "discrete states" to +d=backenddaeinfo - see #2397 ------------------------------------------------------------------------ r19109 | vitalij | 2014-02-13 20:58:17 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Differentiate.mo - removed duplicated simplification ------------------------------------------------------------------------ r19108 | vitalij | 2014-02-13 20:40:48 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - simplify tsub ------------------------------------------------------------------------ r19106 | vitalij | 2014-02-13 20:20:20 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Differentiate.mo - fixed last commit ------------------------------------------------------------------------ r19104 | vitalij | 2014-02-13 20:16:20 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Differentiate.mo - checking const tsubs for derivations ------------------------------------------------------------------------ r19103 | hudson | 2014-02-13 19:34:35 +0100 (Thu, 13 Feb 2014) | 15 lines Changed paths: M /trunk/Makefile.libraries commit 7d25568954143248552ee3fd83cd86972cfe9936 Author: Hudson Janitor Date: Thu Feb 13 19:14:20 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7274 but 7289 is available. It was pinned to the old revision and will not be updated. * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - svn/MSL trunk has been updated to r7289. * m:r7289 Added boolean offStart parameter to thyristor model in order to enable all initial conditions in simulation examples * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 ------------------------------------------------------------------------ r19102 | wbraun | 2014-02-13 19:21:02 +0100 (Thu, 13 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/Differentiate.mo - work-a-round for index reduction, don't differentiate tuple for now - fixes for avm models ------------------------------------------------------------------------ r19101 | vitalij | 2014-02-13 18:55:30 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c - update initial guess solver ------------------------------------------------------------------------ r19100 | vitalij | 2014-02-13 18:46:22 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - changed default values for ipopt ------------------------------------------------------------------------ r19099 | wbraun | 2014-02-13 18:40:31 +0100 (Thu, 13 Feb 2014) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/Differentiate.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - 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 ------------------------------------------------------------------------ r19097 | lochel | 2014-02-13 16:17:33 +0100 (Thu, 13 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/FrontEnd/InstBinding.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/checkExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Blocks.Continuous.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/flattening/modelica/built-in-functions/Delay8.mo M /trunk/testsuite/flattening/modelica/modification/ModifierVariable.mo M /trunk/testsuite/openmodelica/debugDumps/dumpdaelow.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/InOutTest.mos M /trunk/testsuite/openmodelica/xml/BB.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos M /trunk/testsuite/simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos M /trunk/testsuite/simulation/modelica/enums/EnumArray2.mos M /trunk/testsuite/simulation/modelica/enums/TestPosture.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/modelica/initialization/fullRobot.mos M /trunk/testsuite/simulation/modelica/initialization/parameterWithoutBinding.mos M /trunk/testsuite/simulation/modelica/initialization/parameters.mos M /trunk/testsuite/simulation/modelica/start_value_selection/asmaFlow.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-omc.mos - move warnings for parameters from front end to back end - get rid of false warnings ------------------------------------------------------------------------ r19096 | hudson | 2014-02-13 16:12:38 +0100 (Thu, 13 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/goal/evalF.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19095 | vitalij | 2014-02-13 16:04:45 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/goal/evalF.c - fixed numerical gradient for lagrange term ------------------------------------------------------------------------ r19094 | vitalij | 2014-02-13 15:50:30 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/goal/evalF.c M /trunk/SimulationRuntime/c/optimization/ipoptODEstruct.h - added numerical gradient for objective function ------------------------------------------------------------------------ r19093 | hudson | 2014-02-13 15:27:32 +0100 (Thu, 13 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/parameters.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19092 | lochel | 2014-02-13 15:00:32 +0100 (Thu, 13 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/HpcOmSimCode.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo M /trunk/Compiler/FrontEnd/NFSCodeDependency.mo M /trunk/Compiler/FrontEnd/NFSCodeLookup.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/testsuite/simulation/modelica/initialization/Makefile M /trunk/testsuite/simulation/modelica/initialization/bug_2207.mos A /trunk/testsuite/simulation/modelica/initialization/parameters.mos - add new initialization test case for parameters - minor changes to LOG_INIT and LOG_SOTI ------------------------------------------------------------------------ r19091 | hudson | 2014-02-13 13:43:47 +0100 (Thu, 13 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19090 | vitalij | 2014-02-13 13:24:13 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c - improve last commit ------------------------------------------------------------------------ r19089 | vitalij | 2014-02-13 13:18:45 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/util/simulation_options.c M /trunk/testsuite/openmodelica/cruntime/optimization/basic/BR.mos - added dense numerical jac ------------------------------------------------------------------------ r19088 | hudson | 2014-02-13 12:33:54 +0100 (Thu, 13 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19087 | vitalij | 2014-02-13 12:07:38 +0100 (Thu, 13 Feb 2014) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/OptimizationFlags.h M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/optimization/ipoptODEstruct.h M /trunk/SimulationRuntime/c/optimization/localFunction.h M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/util/simulation_options.c M /trunk/SimulationRuntime/c/util/simulation_options.h M /trunk/testsuite/openmodelica/cruntime/optimization/basic/BR.mos - num jac for optimization (num gradient missing) for compare num and sym jac ------------------------------------------------------------------------ r19086 | lochel | 2014-02-13 10:48:57 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - update initial comment for generated *_08bnd.c files ------------------------------------------------------------------------ r19085 | lochel | 2014-02-13 10:27:05 +0100 (Thu, 13 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c - update function name to its new functionality (updateBoundStartValues -> updateBoundVariableAttributes) ------------------------------------------------------------------------ r19084 | vitalij | 2014-02-13 10:18:24 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo - update CodegenC.mo (last commit) ------------------------------------------------------------------------ r19083 | vitalij | 2014-02-13 10:11:56 +0100 (Thu, 13 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - remove unless code - optica flag don't break simulation code ------------------------------------------------------------------------ r19082 | lochel | 2014-02-13 07:51:47 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/cruntime/optimization/basic/BatchReactor.mo - fix BatchReactor ------------------------------------------------------------------------ r19081 | vitalij | 2014-02-13 07:37:06 +0100 (Thu, 13 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - detailed output ------------------------------------------------------------------------ r19080 | lochel | 2014-02-12 23:37:05 +0100 (Wed, 12 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/cppruntime/libraries/msl32/Makefile - deactivate apparently non-deterministic tests ------------------------------------------------------------------------ r19079 | lochel | 2014-02-12 21:52:48 +0100 (Wed, 12 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/HpcOmSimCode.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile - second try: fix parameter dependent attributes (nominal, min, max) ------------------------------------------------------------------------ r19078 | lochel | 2014-02-12 21:21:01 +0100 (Wed, 12 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/HpcOmSimCode.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile - revert r19076 (some cppruntime and hpcom tests seem to became non-deterministic) ------------------------------------------------------------------------ r19077 | hudson | 2014-02-12 21:02:07 +0100 (Wed, 12 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/bug_2207.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19076 | lochel | 2014-02-12 21:00:40 +0100 (Wed, 12 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/HpcOmSimCode.mo M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/bug_2207.mos - fix parameter dependent attributes (nominal, min, max) ------------------------------------------------------------------------ r19075 | hudson | 2014-02-12 19:17:42 +0100 (Wed, 12 Feb 2014) | 24 lines Changed paths: M /trunk/Makefile.libraries commit ac04775c5fa0066f7855f25060cc37d9e19af7af Author: Hudson Janitor Date: Wed Feb 12 19:05:49 2014 +0100 Bump libraries - https://github.com/lbl-srg/modelica-buildings.git branch master updated to 56979724ca2ba49dc6502077856c29f0b2be13df. * [https://github.com/lbl-srg/modelica-buildings/commit/5697972 5697972] Improved error message. * [https://github.com/lbl-srg/modelica-buildings/commit/50721c7 50721c7] Merge pull request #198 from lbl-srg/issue197_humidifier * [https://github.com/lbl-srg/modelica-buildings/commit/c6aac7f c6aac7f] Corrected latent heat gain for humidifier, improved documentation and instance names. - https://github.com/lbl-srg/modelica-buildings.git branch release updated to 6e363fd194aed6541715d0a67b7f438d6d96c7d5. * [https://github.com/lbl-srg/modelica-buildings/commit/6e363fd 6e363fd] Corrected issue #197 (HumidifierPrescribed accounts twice for latent heat gain). * [https://github.com/lbl-srg/modelica-buildings/commit/83e586c 83e586c] Corrected issue #197 (HumidifierPrescribed accounts twice for latent heat gain). * [https://github.com/lbl-srg/modelica-buildings/commit/9c2cc5f 9c2cc5f] Improved error message. - svn/MSL 3.2.1 uses 7274 but 7281 is available. It was pinned to the old revision and will not be updated. * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - svn/MSL trunk has been updated to r7281. * m:r7281 AHaumer: parameter default VKnee=0 for Electrical.Analog.Ideal.7IdealDiode, IdealThyristor, IdealGTOThristor0 * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) ------------------------------------------------------------------------ r19074 | sjoelund.se | 2014-02-12 17:42:37 +0100 (Wed, 12 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/List.mo - After suggestion by Adrian, order the pattern-matching in a smarter way: do cheap patterns before more complex ones ------------------------------------------------------------------------ r19073 | wbraun | 2014-02-12 16:23:03 +0100 (Wed, 12 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo - just function renaming from greate to create ------------------------------------------------------------------------ r19072 | vitalij | 2014-02-12 15:44:57 +0100 (Wed, 12 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - added warnings for optimizations flags ------------------------------------------------------------------------ r19071 | vitalij | 2014-02-12 15:36:57 +0100 (Wed, 12 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfDiffG.c M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/localFunction.h M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - remove unused operation ------------------------------------------------------------------------ r19070 | lochel | 2014-02-12 14:32:45 +0100 (Wed, 12 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/testsuite/openmodelica/debugDumps/dumpdaelow.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/InOutTest.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos M /trunk/testsuite/simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos M /trunk/testsuite/simulation/modelica/enums/EnumArray2.mos M /trunk/testsuite/simulation/modelica/enums/TestPosture.mos M /trunk/testsuite/simulation/modelica/initialization/fullRobot.mos M /trunk/testsuite/simulation/modelica/initialization/parameterWithoutBinding.mos M /trunk/testsuite/simulation/modelica/start_value_selection/asmaFlow.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-omc.mos - fix duplicate warnings - there are still some duplicate warnings from the front end (Adrian is working on that) ------------------------------------------------------------------------ r19069 | sjoelund.se | 2014-02-12 13:08:50 +0100 (Wed, 12 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/bootstrapping/BuildOMC.mos Adding target for only compiling object-files (no linking) ------------------------------------------------------------------------ r19068 | perost | 2014-02-12 11:09:21 +0100 (Wed, 12 Feb 2014) | 2 lines Changed paths: A /trunk/Compiler/Template/GraphMLDumpTpl.mo - Fix compilation by adding missing GraphMLDumpTpl.mo. ------------------------------------------------------------------------ r19067 | hudson | 2014-02-12 11:03:17 +0100 (Wed, 12 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/HpcOmSimCode.mo M /trunk/Compiler/Template/GraphMLDumpTplTV.mo [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19066 | hudson | 2014-02-12 11:02:47 +0100 (Wed, 12 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/GraphMLDumpTplTV.mo M /trunk/Compiler/Util/GraphMLNew.mo [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19065 | mwalther | 2014-02-12 10:55:56 +0100 (Wed, 12 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/HpcOmEqSystems.mo M /trunk/Compiler/BackEnd/HpcOmScheduler.mo M /trunk/Compiler/BackEnd/HpcOmSimCode.mo M /trunk/Compiler/BackEnd/HpcOmTaskGraph.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/CodegenC.tpl A /trunk/Compiler/Template/GraphMLDumpTpl.tpl A /trunk/Compiler/Template/GraphMLDumpTplTV.mo M /trunk/Compiler/Template/Makefile.common M /trunk/Compiler/Util/GraphML.mo A /trunk/Compiler/Util/GraphMLNew.mo M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/openmodelica/bootstrapping/Makefile.sources - 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) ------------------------------------------------------------------------ r19064 | hudson | 2014-02-12 10:54:30 +0100 (Wed, 12 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Core/Math/Functions.cpp [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19063 | niklwors | 2014-02-12 10:52:20 +0100 (Wed, 12 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Core/Math/Functions.cpp M /trunk/SimulationRuntime/cpp/Include/Core/Math/Functions.h M /trunk/SimulationRuntime/cpp/Solver/CVode/CVode.cpp M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos workaround fix for discrete relations in cpp tempalte reactivated jacobians in cpp template ------------------------------------------------------------------------ r19062 | hudson | 2014-02-11 23:10:26 +0100 (Tue, 11 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfDiffG.c M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19061 | vitalij | 2014-02-11 23:02:56 +0100 (Tue, 11 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfDiffG.c M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c -improve r19056 ------------------------------------------------------------------------ r19060 | sjoelund.se | 2014-02-11 19:54:17 +0100 (Tue, 11 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl -nosavedb flag ------------------------------------------------------------------------ r19059 | sjoelund.se | 2014-02-11 19:41:13 +0100 (Tue, 11 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/generate_icons.py The order of the base classes matters ------------------------------------------------------------------------ r19058 | hudson | 2014-02-11 19:22:21 +0100 (Tue, 11 Feb 2014) | 20 lines Changed paths: M /trunk/Makefile.libraries commit c8052623f1c620aa1dfbf42911c719fa2d1a1ef6 Author: Hudson Janitor Date: Tue Feb 11 19:03:17 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7274 but 7280 is available. It was pinned to the old revision and will not be updated. * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7274 This fixes #1390 for 3.2.1 build 3 - svn/MSL trunk has been updated to r7280. * m:r7280 AHaumer: start values for integrator states of Blocks.Math.{RectifiedMean, RootMeanSquare, Harmonic} (maintenance 3.2.1 and trunk) * m:r7272 re-introduce parameter show_NPSHa to the PartialPump model and add a revision notice (see #1306) - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 2a762ec6d5b640fc354cabd445c926d7cc6b83f8. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/2a762ec 2a762ec] remove MSI installer for Dymola - https://github.com/dzimmer/PlanarMechanics.git branch master updated to 5d7bd7c3916590c21618e139370cf0c14a2050d7. * [https://github.com/dzimmer/PlanarMechanics/commit/5d7bd7c 5d7bd7c] Merge pull request #9 from tbeu/master * [https://github.com/dzimmer/PlanarMechanics/commit/dea5bf4 dea5bf4] fixed typos in README.md ------------------------------------------------------------------------ r19057 | sjoelund.se | 2014-02-11 19:08:08 +0100 (Tue, 11 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/GenerateDoc.mos M /trunk/Examples/generate_icons.py Deterministic identifiers in generated svg ------------------------------------------------------------------------ r19056 | vitalij | 2014-02-11 17:34:18 +0100 (Tue, 11 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c - split function ------------------------------------------------------------------------ r19055 | vitalij | 2014-02-11 16:24:16 +0100 (Tue, 11 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - add warning for optimization ------------------------------------------------------------------------ r19054 | vitalij | 2014-02-11 16:19:51 +0100 (Tue, 11 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - split function ------------------------------------------------------------------------ r19053 | hudson | 2014-02-11 16:00:21 +0100 (Tue, 11 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19052 | vitalij | 2014-02-11 15:54:49 +0100 (Tue, 11 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c M /trunk/SimulationRuntime/c/optimization/localFunction.h - split function ------------------------------------------------------------------------ r19051 | vitalij | 2014-02-11 15:23:23 +0100 (Tue, 11 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfDiffG.c M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/localFunction.h - remove function call ------------------------------------------------------------------------ r19050 | hudson | 2014-02-11 15:15:16 +0100 (Tue, 11 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19049 | vitalij | 2014-02-11 15:13:14 +0100 (Tue, 11 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfDiffG.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/ipoptODEstruct.h M /trunk/SimulationRuntime/c/optimization/localFunction.h - spliting function ------------------------------------------------------------------------ r19048 | adrpo | 2014-02-11 13:50:20 +0100 (Tue, 11 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil.mo - small speed improvements in some of the connection handling. ------------------------------------------------------------------------ r19047 | niklwors | 2014-02-11 08:42:39 +0100 (Tue, 11 Feb 2014) | 5 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos updated cpp runtime tests Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip ------------------------------------------------------------------------ r19046 | wbraun | 2014-02-11 01:33:00 +0100 (Tue, 11 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - add functionTree to shared ------------------------------------------------------------------------ r19045 | lochel | 2014-02-11 00:21:20 +0100 (Tue, 11 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo - improve last commit ------------------------------------------------------------------------ r19044 | lochel | 2014-02-10 23:52:45 +0100 (Mon, 10 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/simulation/modelica/initialization/bug_2566.mos M /trunk/testsuite/simulation/modelica/packages/RedeclarePackage.mos - fix #2566 ------------------------------------------------------------------------ r19043 | adeas31 | 2014-02-10 23:19:43 +0100 (Mon, 10 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/NotificationsDialog.cpp - Fixed crash report text. ------------------------------------------------------------------------ r19042 | sjoelund.se | 2014-02-10 22:03:52 +0100 (Mon, 10 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos Revert accidental change in r19041 ------------------------------------------------------------------------ r19041 | sjoelund.se | 2014-02-10 20:29:41 +0100 (Mon, 10 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos M /trunk/Makefile.libraries M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.1.mos Bump MSL 3.2.1 ------------------------------------------------------------------------ r19040 | hudson | 2014-02-10 19:15:54 +0100 (Mon, 10 Feb 2014) | 17 lines Changed paths: M /trunk/Makefile.libraries commit 484b537c042a4f3abbb6dcde330b5a21f9f3fa5a Author: Hudson Janitor Date: Mon Feb 10 19:05:01 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7260 but 7274 is available. It was pinned to the old revision and will not be updated. * m:r7274 This fixes #1390 for 3.2.1 build 3 * m:r7260 The experiment annotations (StopTime, Interval) inModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NANDModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBITwere removed according to #1404.Also the documentation of Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder was improved. - https://github.com/modelica-compliance/compliance.git branch master updated to 0fe2358581b7233c3fbb5f5489b74f8121470fd9. * [https://github.com/modelica-compliance/compliance/commit/0fe2358 0fe2358] - Fixed some mistakes from last commit. * [https://github.com/modelica-compliance/compliance/commit/537c57e 537c57e] - Fixed various balance issues. - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 56d9e425ee57121b7fd0824be6c2b522a99e0d42. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/56d9e42 56d9e42] ignore generated files in GIT quite rewrite of Dymola installation * [https://github.com/modelica-3rdparty/Physiolibrary/commit/a6c2b19 a6c2b19] fix: installation to current Dymola ------------------------------------------------------------------------ r19039 | wbraun | 2014-02-10 18:43:33 +0100 (Mon, 10 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/cruntime/optimization/basic/BRcon3.mos - expected result ------------------------------------------------------------------------ r19038 | hudson | 2014-02-10 18:38:01 +0100 (Mon, 10 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/cruntime/optimization/basic/BRcon2.mos M /trunk/testsuite/openmodelica/cruntime/optimization/basic/BRcon3.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19037 | vitalij | 2014-02-10 18:30:28 +0100 (Mon, 10 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl A /trunk/testsuite/openmodelica/cruntime/optimization/basic/BRcon2.mos A /trunk/testsuite/openmodelica/cruntime/optimization/basic/BRcon3.mos M /trunk/testsuite/openmodelica/cruntime/optimization/basic/Makefile A /trunk/testsuite/openmodelica/cruntime/optimization/basic/ReferenceFiles/nmpcBatchReactorCon2_ref.mat - fixed constraints (thanks Willi) ------------------------------------------------------------------------ r19036 | adeas31 | 2014-02-10 17:25:15 +0100 (Mon, 10 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp - changed minimum limit of numberOfIntervals to zero. ------------------------------------------------------------------------ r19035 | niklwors | 2014-02-10 15:19:23 +0100 (Mon, 10 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos Adapted more cpp runtime tests ------------------------------------------------------------------------ r19034 | vwaurich | 2014-02-10 14:23:23 +0100 (Mon, 10 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/hpcom/Makefile M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Blocks.Examples.InverseModel_eqs_prof.xml M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers_eqs_prof.xml M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection_eqs_prof.xml M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc_eqs_prof.xml M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump_eqs_prof.xml M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_eqs_prof.xml M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings_eqs_prof.xml M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses_eqs_prof.xml M /trunk/testsuite/simulation/modelica/hpcom/ReferenceGraphs/Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump_TaskGraphODE.graphml - reactivated hpcom tests ------------------------------------------------------------------------ r19033 | niklwors | 2014-02-10 13:58:31 +0100 (Mon, 10 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos Adapted more cpp runtime tests ------------------------------------------------------------------------ r19032 | sjoelund.se | 2014-02-10 13:24:01 +0100 (Mon, 10 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Parser/Modelica.g M /trunk/testsuite/flattening/modelica/mosfiles/GroupImport.mos M /trunk/testsuite/flattening/modelica/mosfiles/UnpOpPrecedence.mos M /trunk/testsuite/flattening/modelica/mosfiles/ZeroDims.mos M /trunk/testsuite/metamodelica/meta/AllWild.mos M /trunk/testsuite/metamodelica/meta/Polymorphic.mos M /trunk/testsuite/metamodelica/meta/Polymorphic2.mos M /trunk/testsuite/openmodelica/bootstrapping/DumpTest.mos M /trunk/testsuite/openmodelica/interactive-API/DefaultComponentName.mos M /trunk/testsuite/openmodelica/interactive-API/DeleteConnection.mos M /trunk/testsuite/openmodelica/interactive-API/ListAnnotation.mos M /trunk/testsuite/openmodelica/interactive-API/Rename.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_attributes.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_classes.mos M /trunk/testsuite/openmodelica/interactive-API/refactorGraphAnn1.mos M /trunk/testsuite/openmodelica/interactive-API/refactorGraphAnn2.mos M /trunk/testsuite/openmodelica/interactive-API/setComponentComment.mos M /trunk/testsuite/openmodelica/linearization/linmodel.mos M /trunk/testsuite/openmodelica/linearization/simLotkaVolterra.mos M /trunk/testsuite/openmodelica/linearization/simNonlinear.mos M /trunk/testsuite/openmodelica/linearization/simTwoTank.mos M /trunk/testsuite/openmodelica/linearization/simVanDerPol.mos M /trunk/testsuite/openmodelica/linearization/simextfunction.mos M /trunk/testsuite/openmodelica/linearization/smallValues.mos M /trunk/testsuite/openmodelica/linearization/test_02.mos M /trunk/testsuite/openmodelica/linearization/test_03.mos M /trunk/testsuite/openmodelica/linearization/test_04.mos M /trunk/testsuite/openmodelica/linearization/test_05.mos M /trunk/testsuite/openmodelica/linearization/test_06.mos M /trunk/testsuite/openmodelica/linearization/testknownvar.mos M /trunk/testsuite/openmodelica/parser/DotName.mos M /trunk/testsuite/openmodelica/parser/OptionalOutput.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica2.2.2.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.1.mos M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.1.mos M /trunk/testsuite/openmodelica/parser/ParseModel.mos M /trunk/testsuite/openmodelica/parser/ParseString.mos M /trunk/testsuite/openmodelica/parser/Redeclare.mos M /trunk/testsuite/simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos - 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 ------------------------------------------------------------------------ r19031 | hudson | 2014-02-10 12:33:23 +0100 (Mon, 10 Feb 2014) | 1 line Changed paths: M /trunk/doc/parallelization/2013-07-Sjolund-Gebremedin-Fritzson-CPC2013-Parallelizing-using-modelstructure.pdf M /trunk/doc/parallelization/2013-07-Sjolund-Gebremedin-Fritzson-Presentation-CPC2013-Parallelizing-using-modelstructure.pdf M /trunk/doc/parallelization/OpenModelica2014-talk09-Marcus-Walter-etal-Parallelization-of-models.pdf M /trunk/doc/parallelization/OpenModelica2014-talk10-Volker-Waurich-etal-Splitting-Algebraic-Loops-Paralellization.pdf [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19030 | adrpo | 2014-02-10 12:28:53 +0100 (Mon, 10 Feb 2014) | 1 line Changed paths: A /trunk/doc/parallelization A /trunk/doc/parallelization/2013-07-Sjolund-Gebremedin-Fritzson-CPC2013-Parallelizing-using-modelstructure.pdf A /trunk/doc/parallelization/2013-07-Sjolund-Gebremedin-Fritzson-Presentation-CPC2013-Parallelizing-using-modelstructure.pdf A /trunk/doc/parallelization/OpenModelica2014-talk09-Marcus-Walter-etal-Parallelization-of-models.pdf A /trunk/doc/parallelization/OpenModelica2014-talk10-Volker-Waurich-etal-Splitting-Algebraic-Loops-Paralellization.pdf - add presentations about parallelization. ------------------------------------------------------------------------ r19029 | niklwors | 2014-02-10 11:36:38 +0100 (Mon, 10 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos adapted some cpp runtime tests ------------------------------------------------------------------------ r19028 | perost | 2014-02-10 11:24:28 +0100 (Mon, 10 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Dump.mo A /trunk/testsuite/openmodelica/interactive-API/ListAnnotation.mos M /trunk/testsuite/openmodelica/interactive-API/Makefile Fix for #2570: - Print parentheses when dumping empty annotation with Dump module. ------------------------------------------------------------------------ r19027 | sjoelund.se | 2014-02-10 08:06:26 +0100 (Mon, 10 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo 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) ------------------------------------------------------------------------ r19026 | hudson | 2014-02-09 19:17:42 +0100 (Sun, 09 Feb 2014) | 15 lines Changed paths: M /trunk/Makefile.libraries commit 1837db91d21454a0291484fd486762c6b535f8ef Author: Hudson Janitor Date: Sun Feb 9 19:03:08 2014 +0100 Bump libraries - https://github.com/modelica-3rdparty/HelmholtzMedia.git branch master updated to 0885b01311611f3c5a22452fb881c1527ccdb59c. * [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/0885b01 0885b01] thinking about derivatives * [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/4b1bf22 4b1bf22] max accepts two scalars or array of arbitrary length as input: max({1, 2, 3}) * [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/30cdca4 30cdca4] gives same result * [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/e7a6718 e7a6718] semicolons suppress output - svn/MSL 3.2.1 uses 7260 but 7274 is available. It was pinned to the old revision and will not be updated. * m:r7274 This fixes #1390 for 3.2.1 build 3 * m:r7260 The experiment annotations (StopTime, Interval) inModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NANDModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBITwere removed according to #1404.Also the documentation of Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder was improved. ------------------------------------------------------------------------ r19025 | wbraun | 2014-02-09 13:09:35 +0100 (Sun, 09 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos - fixed #2574 ------------------------------------------------------------------------ r19024 | hudson | 2014-02-08 21:30:50 +0100 (Sat, 08 Feb 2014) | 16 lines Changed paths: M /trunk/Makefile.libraries commit 57d59150213989fc9079896c466420e2e20409fb Author: Hudson Janitor Date: Sat Feb 8 19:07:37 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7260 but 7274 is available. It was pinned to the old revision and will not be updated. * m:r7274 This fixes #1390 for 3.2.1 build 3 * m:r7260 The experiment annotations (StopTime, Interval) inModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NANDModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBITwere removed according to #1404.Also the documentation of Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder was improved. - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 955127595f4202a7d9256fda7bad18e586cb85d3. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/9551275 9551275] Merge pull request #2 from TomasKulhanek/master * [https://github.com/modelica-3rdparty/Physiolibrary/commit/7011ae9 7011ae9] updated product installation - libraryinfo.mos * [https://github.com/modelica-3rdparty/Physiolibrary/commit/fbf3e81 fbf3e81] updated installation notes in README.md * [https://github.com/modelica-3rdparty/Physiolibrary/commit/4c40215 4c40215] added libraryinfo.mos definition to appear within Dymola libraries if installed into Dymola/Modelica/Libraries, first version of SETUP utility * [https://github.com/modelica-3rdparty/Physiolibrary/commit/4199cd6 4199cd6] add "experiment(StopTime=*)" annotations to examples add Types.ZeroUtilities package as null variant for Types.Utilities package small description text changes ------------------------------------------------------------------------ r19023 | wbraun | 2014-02-08 20:49:03 +0100 (Sat, 08 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - fixed #2575 ------------------------------------------------------------------------ r19022 | adrpo | 2014-02-08 18:12:39 +0100 (Sat, 08 Feb 2014) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/simulation/modelica/initialization/bug_2566.mos M /trunk/testsuite/simulation/modelica/packages/RedeclarePackage.mos 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 ------------------------------------------------------------------------ r19021 | hudson | 2014-02-07 19:17:42 +0100 (Fri, 07 Feb 2014) | 9 lines Changed paths: M /trunk/Makefile.libraries commit 1acdd876acb62884b0cef00da41ff24415986e26 Author: Hudson Janitor Date: Fri Feb 7 19:02:38 2014 +0100 Bump libraries - svn/MSL trunk has been updated to r7272. * m:r7272 re-introduce parameter show_NPSHa to the PartialPump model and add a revision notice (see #1306) * m:r7271 This fixes #1390 ------------------------------------------------------------------------ r19019 | hudson | 2014-02-07 14:41:33 +0100 (Fri, 07 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19018 | hudson | 2014-02-07 14:41:04 +0100 (Fri, 07 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/cruntime/optimization/basic/TT.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19017 | vitalij | 2014-02-07 14:39:33 +0100 (Fri, 07 Feb 2014) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/goal/evalF.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/testsuite/openmodelica/cruntime/optimization/basic/Makefile A /trunk/testsuite/openmodelica/cruntime/optimization/basic/ReferenceFiles/TimeTableTest_ref.mat A /trunk/testsuite/openmodelica/cruntime/optimization/basic/TT.mos - fixed lagrange term - new test for timetable ------------------------------------------------------------------------ r19016 | hudson | 2014-02-07 11:54:58 +0100 (Fri, 07 Feb 2014) | 25 lines Changed paths: M /trunk/Makefile.libraries commit 9df11748db8a10a16dffccf25e13642a1a5079cf Author: Hudson Janitor Date: Fri Feb 7 09:40:34 2014 +0100 Bump libraries - svn/MSL trunk has been updated to r7271. * m:r7271 This fixes #1390 * m:r7270 refs #1258: Made code C89 compliant regarding __va_copy - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 0d199759748d6d43b668b14be65b726f228de007. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/0d19975 0d19975] rename HydraulicResistanceConst to HydraulicResistanceToConductanceConst add HydraulicElastanceToComplianceConst add unit "mmHg/ml" Fix: ElasticVessel problem with external inputs * [https://github.com/modelica-3rdparty/Physiolibrary/commit/dab6089 dab6089] better backup for default file Dymola\insert\displayunit.mos * [https://github.com/modelica-3rdparty/Physiolibrary/commit/3d71b1b 3d71b1b] documentation (add links to http://www.physiolibrary.org and to user guide) * [https://github.com/modelica-3rdparty/Physiolibrary/commit/d6df2bb d6df2bb] bidirectional stream flows - https://github.com/dzimmer/PlanarMechanics.git branch master updated to 938285af23db2622218d3dccc2f83ffd3a326157. * [https://github.com/dzimmer/PlanarMechanics/commit/938285a 938285a] Merge pull request #8 from sjoelund/master * [https://github.com/dzimmer/PlanarMechanics/commit/098b0ea 098b0ea] Replace when initial() for a variable with initial equation for a fixed=false parameter commit 419afd1a118393bae0327da47afbbf732289d309 Author: Martin Sjölund Date: Fri Feb 7 09:37:44 2014 +0100 Change PlanarMechanics URL to the upstream repository (faster updates) ------------------------------------------------------------------------ r19014 | adrpo | 2014-02-07 08:57:34 +0100 (Fri, 07 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstBinding.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/checkExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Blocks.Continuous.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/flattening/modelica/built-in-functions/Delay8.mo M /trunk/testsuite/flattening/modelica/modification/ModifierVariable.mo M /trunk/testsuite/openmodelica/debugDumps/dumpdaelow.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/InOutTest.mos M /trunk/testsuite/openmodelica/xml/BB.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos M /trunk/testsuite/simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos M /trunk/testsuite/simulation/modelica/initialization/fullRobot.mos M /trunk/testsuite/simulation/modelica/initialization/parameterWithoutBinding.mos M /trunk/testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos M /trunk/testsuite/simulation/modelica/start_value_selection/asmaFlow.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-omc.mos Fix #2566 in the FrontEnd - report parameter T p(start = value, fixed = true) and use the start value. ------------------------------------------------------------------------ r19013 | adrpo | 2014-02-07 06:48:24 +0100 (Fri, 07 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ConnectionGraph.mo - apply evaluation of rooted and isRoot at the same time to save time. ------------------------------------------------------------------------ r19010 | adeas31 | 2014-02-06 22:31:00 +0100 (Thu, 06 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.h M /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss - Removed duplicate code. Moved the implementation to parent class. ------------------------------------------------------------------------ r19009 | sjoelund.se | 2014-02-06 20:05:06 +0100 (Thu, 06 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos Update expected results ------------------------------------------------------------------------ r19008 | sjoelund.se | 2014-02-06 19:45:39 +0100 (Thu, 06 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h D /trunk/testsuite/simulation/modelica/equations/DivisionByZero.mos M /trunk/testsuite/simulation/modelica/equations/Makefile Revert r19001 (missing CodegenC.tpl changes and changes to the jmpbuf structure) ------------------------------------------------------------------------ r19007 | hudson | 2014-02-06 19:27:07 +0100 (Thu, 06 Feb 2014) | 13 lines Changed paths: M /trunk/Makefile.libraries commit 365716693c6763789614afad65f827922e282dca Author: Hudson Janitor Date: Thu Feb 6 19:03:36 2014 +0100 Bump libraries - svn/MSL trunk has been updated to r7270. * m:r7270 refs #1258: Made code C89 compliant regarding __va_copy * m:r7269 refs #1258: Made code C89 compliant regarding va_copy, strdup and mktemp. * m:r7259 The experiment annotations (StopTime, Interval) inModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NANDModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBITwere removed according to #1404.Also the documentation of Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder was improved. - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to ddd6b1a8d5423d63b47042df2856578e078bca46. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/ddd6b1a ddd6b1a] units for gas solubility derived from Henry's law and ideal gas equation ------------------------------------------------------------------------ r19006 | sjoelund.se | 2014-02-06 17:24:12 +0100 (Thu, 06 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/linearSolverLis.c lis only create x-vector once ------------------------------------------------------------------------ r19005 | hudson | 2014-02-06 16:52:00 +0100 (Thu, 06 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/division.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r19004 | hudson | 2014-02-06 16:51:30 +0100 (Thu, 06 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/flattening/modelica/built-in-functions/Product.mo M /trunk/testsuite/flattening/modelica/operators/RealPowEw.mo M /trunk/testsuite/simulation/modelica/equations/DivisionByZero.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r19003 | perost | 2014-02-06 16:49:00 +0100 (Thu, 06 Feb 2014) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Blocks.Continuous.mos M /trunk/testsuite/flattening/modelica/built-in-functions/Makefile A /trunk/testsuite/flattening/modelica/built-in-functions/Product.mo M /trunk/testsuite/flattening/modelica/msl/BC6.mo M /trunk/testsuite/flattening/modelica/msl/BC8.mo M /trunk/testsuite/flattening/modelica/operators/Makefile A /trunk/testsuite/flattening/modelica/operators/RealPowEw.mo - 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. ------------------------------------------------------------------------ r19002 | sjoelund.se | 2014-02-06 16:46:56 +0100 (Thu, 06 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo #2571 - Return valid values for getSimulationOptions ------------------------------------------------------------------------ r19001 | wbraun | 2014-02-06 16:27:38 +0100 (Thu, 06 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h A /trunk/testsuite/simulation/modelica/equations/DivisionByZero.mos M /trunk/testsuite/simulation/modelica/equations/Makefile - try to handel simple division by zero errors ------------------------------------------------------------------------ r19000 | niklwors | 2014-02-06 16:11:02 +0100 (Thu, 06 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos modeified some cpp runtime tests ------------------------------------------------------------------------ r18999 | adeas31 | 2014-02-06 15:02:41 +0100 (Thu, 06 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp - Save the Interval in experiment annotation. ------------------------------------------------------------------------ r18998 | sjoelund.se | 2014-02-06 14:14:55 +0100 (Thu, 06 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInfoAllEqnsCorrectOrder.mos Remove the third argument of the DIVISION macro, passing equation index instead (for debugging) ------------------------------------------------------------------------ r18997 | perost | 2014-02-06 14:04:40 +0100 (Thu, 06 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos - Updated SiemensPower.Components.Pipes.Tests.tube_test.mos ------------------------------------------------------------------------ r18996 | perost | 2014-02-06 13:49:38 +0100 (Thu, 06 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos M /trunk/testsuite/flattening/libraries/msl22/IndirectCooling.mos M /trunk/testsuite/flattening/libraries/msl22/OneMass.mos M /trunk/testsuite/flattening/libraries/msl22/ParallelCooling.mos M /trunk/testsuite/flattening/libraries/msl22/ParallelPumpDropOut.mos M /trunk/testsuite/flattening/libraries/msl22/PumpAndValve.mos M /trunk/testsuite/flattening/libraries/msl22/PumpDropOut.mos M /trunk/testsuite/flattening/libraries/msl22/SimpleCooling.mos M /trunk/testsuite/flattening/libraries/msl22/TwoMass.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/flattening/modelica/arrays/TypeTest.mos M /trunk/testsuite/flattening/modelica/connectors/CGraphBug.mos M /trunk/testsuite/flattening/modelica/others/PEXPipeTotal.mo M /trunk/testsuite/flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos M /trunk/testsuite/flattening/modelica/scodeinst/builtinmod.mo M /trunk/testsuite/flattening/modelica/scodeinst/mod9.mo M /trunk/testsuite/flattening/modelica/scodeinst/redeclare4.mo M /trunk/testsuite/flattening/modelica/scodeinst/type1.mo M /trunk/testsuite/flattening/modelica/scodeinst/type2.mo M /trunk/testsuite/openmodelica/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/openmodelica/xml/XmlDumpComment.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos M /trunk/testsuite/simulation/modelica/algorithms_functions/ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos M /trunk/testsuite/simulation/modelica/records/ATotal.mos - Changed DAEDump to always print out modifications after the variable name instead of after the type name. ------------------------------------------------------------------------ r18995 | sjoelund.se | 2014-02-06 13:22:26 +0100 (Thu, 06 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/GenerateDoc.mos Fix some variables and comments for the documentation generation ------------------------------------------------------------------------ r18994 | niklwors | 2014-02-06 13:02:55 +0100 (Thu, 06 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl fix for array state variable assignment in cpp tempalte activated sorting of simvars in SimCodeUtil for cpp runtime ------------------------------------------------------------------------ r18993 | lochel | 2014-02-06 12:48:42 +0100 (Thu, 06 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/Makefile D /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mo D /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos - remove obsolete test case ------------------------------------------------------------------------ r18992 | adeas31 | 2014-02-06 12:46:24 +0100 (Thu, 06 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp - Draw the rectangle after drawing the grid lines. ------------------------------------------------------------------------ r18991 | lochel | 2014-02-06 10:31:35 +0100 (Thu, 06 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/Makefile A /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mo (from /trunk/testsuite/flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mo:18989) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos (from /trunk/testsuite/flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos:18989) - add test case for #2562 ------------------------------------------------------------------------ r18989 | perost | 2014-02-05 17:47:51 +0100 (Wed, 05 Feb 2014) | 3 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos - Reverted changes to some msl32 tests from previous commit due to differences being caused by system setup and not code changes. ------------------------------------------------------------------------ r18988 | hudson | 2014-02-05 17:32:14 +0100 (Wed, 05 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/flattening/modelica/operators/Cardinality3.mo [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18987 | perost | 2014-02-05 17:24:53 +0100 (Wed, 05 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/Connect.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/checkExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/Exercises/instExercises.mos M /trunk/testsuite/flattening/libraries/3rdParty/HumMod/instHumModOMCTotal.mos M /trunk/testsuite/flattening/libraries/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/flattening/libraries/msl22/ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl22/ExecutionPaths.mos M /trunk/testsuite/flattening/libraries/msl22/FirstExample.mos M /trunk/testsuite/flattening/libraries/msl22/FirstExample_Variant2.mos M /trunk/testsuite/flattening/libraries/msl22/FirstExample_Variant3.mos M /trunk/testsuite/flattening/libraries/msl22/Motor.mos M /trunk/testsuite/flattening/libraries/msl22/ShowCompositeStep.mos M /trunk/testsuite/flattening/libraries/msl22/ShowExceptions.mos M /trunk/testsuite/flattening/libraries/msl22/modelicaAdditions/robot.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/flattening/modelica/connectors/CGraphBug.mos M /trunk/testsuite/flattening/modelica/connectors/ConnectTypes.mo M /trunk/testsuite/flattening/modelica/mosfiles/Model1.mos M /trunk/testsuite/flattening/modelica/mosfiles/Model2.mos M /trunk/testsuite/flattening/modelica/msl/Gear.mo M /trunk/testsuite/flattening/modelica/operators/Cardinality.mo A /trunk/testsuite/flattening/modelica/operators/Cardinality3.mo M /trunk/testsuite/flattening/modelica/operators/Makefile M /trunk/testsuite/flattening/modelica/others/ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos M /trunk/testsuite/openmodelica/debugDumps/bltdump.mos M /trunk/testsuite/openmodelica/debugDumps/dumpEncapsulateWhenConditions.mos M /trunk/testsuite/openmodelica/debugDumps/dumpdaelow.mos M /trunk/testsuite/openmodelica/debugDumps/dumpeqninorder.mos M /trunk/testsuite/openmodelica/debugDumps/dumpindxdae.mos M /trunk/testsuite/openmodelica/debugDumps/dumpinitialsystem.mos M /trunk/testsuite/openmodelica/debugDumps/dumprepl.mos M /trunk/testsuite/openmodelica/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/openmodelica/xml/XmlDumpComment.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularPlanarLoop.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing12-cel.mos Fix for #2062: - Better handling of cardinality. ------------------------------------------------------------------------ r18986 | adeas31 | 2014-02-05 15:56:14 +0100 (Wed, 05 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp M /trunk/OMEdit/OMEditGUI/Component/Transformation.cpp M /trunk/OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp - Fixed few graphical glitches. ------------------------------------------------------------------------ r18985 | lochel | 2014-02-05 15:01:09 +0100 (Wed, 05 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/simulation/modelica/packages/RedeclarePackage.mos - fix warning ------------------------------------------------------------------------ r18984 | lochel | 2014-02-05 14:54:44 +0100 (Wed, 05 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/modelica/packages/RedeclarePackage.mos - expected output ------------------------------------------------------------------------ r18983 | hudson | 2014-02-05 14:21:56 +0100 (Wed, 05 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/bug_2566.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18982 | lochel | 2014-02-05 14:20:25 +0100 (Wed, 05 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/bug_2566.mos - fix #2566 ------------------------------------------------------------------------ r18981 | sjoelund.se | 2014-02-05 13:07:14 +0100 (Wed, 05 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/GenerateDoc.mos Uncomment icons creation ------------------------------------------------------------------------ r18980 | adeas31 | 2014-02-05 00:16:06 +0100 (Wed, 05 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp - Fix deletion of connections where port component might be NULL. ------------------------------------------------------------------------ r18979 | hudson | 2014-02-04 19:17:43 +0100 (Tue, 04 Feb 2014) | 13 lines Changed paths: M /trunk/Makefile.libraries commit d0dddf5df2bce19c2a54ab027f79fc8d8310a87e Author: Hudson Janitor Date: Tue Feb 4 19:04:49 2014 +0100 Bump libraries - https://github.com/modelica-3rdparty/PlanarMechanics.git branch master updated to f8da87c2a6e99e183c326605ada0ebecdebb95ed. * [https://github.com/modelica-3rdparty/PlanarMechanics/commit/f8da87c f8da87c] Update README.md - svn/ThermoPower has been updated to r240. * r240 Removed redundant parameter binding equations * r239 Removed wrong unit modifier * r238 Fixed wrong modifiers in tests ------------------------------------------------------------------------ r18978 | niklwors | 2014-02-04 18:05:38 +0100 (Tue, 04 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/ResidualCmp.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/SimCodeTV.mo removed no longer used functions from SimCode to calculate state variable index which were used in cpp template ------------------------------------------------------------------------ r18977 | hudson | 2014-02-04 14:41:37 +0100 (Tue, 04 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18976 | hudson | 2014-02-04 14:41:07 +0100 (Tue, 04 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18975 | niklwors | 2014-02-04 14:33:22 +0100 (Tue, 04 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenFMUCpp.tpl M /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Core/Modelica/ModelicaSystem.h M /trunk/SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Core/Solver/stdafx.h M /trunk/SimulationRuntime/cpp/Core/System/AlgLoopDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Core/System/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Include/Core/Modelica.h M /trunk/SimulationRuntime/cpp/Include/Core/Object/IObject.h M /trunk/SimulationRuntime/cpp/Include/Core/Solver/SolverDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Include/Core/System/AlgLoopDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Include/Core/System/IMixedSystem.h A /trunk/SimulationRuntime/cpp/Include/Core/System/IWriteOutput.h -separated writing of simulation results of cpp Modelica system in extra class ------------------------------------------------------------------------ r18974 | hudson | 2014-02-04 12:26:06 +0100 (Tue, 04 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/SingularInitial.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18973 | lochel | 2014-02-04 12:24:35 +0100 (Tue, 04 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Causalize.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/simulation/modelica/initialization/Makefile A /trunk/testsuite/simulation/modelica/initialization/SingularInitial.mos - fix #2561 ------------------------------------------------------------------------ r18972 | adeas31 | 2014-02-04 11:31:45 +0100 (Tue, 04 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp - Save the OMC flags option. ------------------------------------------------------------------------ r18971 | vwaurich | 2014-02-04 09:13:02 +0100 (Tue, 04 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/hpcom/Makefile - disabled hpcom tests until I have time to update them ------------------------------------------------------------------------ r18969 | sjoelund.se | 2014-02-04 07:06:38 +0100 (Tue, 04 Feb 2014) | 3 lines Changed paths: M /trunk/Makefile.common #2554 make distclean instead of make clean ------------------------------------------------------------------------ r18968 | hudson | 2014-02-04 00:37:58 +0100 (Tue, 04 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/bug_2504.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18967 | lochel | 2014-02-04 00:30:59 +0100 (Tue, 04 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile M /trunk/testsuite/simulation/modelica/initialization/bug_2263.mos A /trunk/testsuite/simulation/modelica/initialization/bug_2504.mos M /trunk/testsuite/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos - fix #2504 ------------------------------------------------------------------------ r18965 | adeas31 | 2014-02-03 18:03:45 +0100 (Mon, 03 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp - minor updates. ------------------------------------------------------------------------ r18964 | adeas31 | 2014-02-03 17:01:18 +0100 (Mon, 03 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/MessagesWidget.cpp - some modifications in the layout. ------------------------------------------------------------------------ r18963 | adeas31 | 2014-02-03 15:40:44 +0100 (Mon, 03 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp - Make few long labels elidable. ------------------------------------------------------------------------ r18962 | adeas31 | 2014-02-03 15:33:30 +0100 (Mon, 03 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/main.cpp fix linux build. ------------------------------------------------------------------------ r18961 | adeas31 | 2014-02-03 15:26:20 +0100 (Mon, 03 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.h M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp M /trunk/OMEdit/OMEditGUI/OMC/OMCProxy.cpp - Option to enable/disable save class feature before simulation. ------------------------------------------------------------------------ r18960 | adeas31 | 2014-02-03 15:10:13 +0100 (Mon, 03 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp Fixed layout. ------------------------------------------------------------------------ r18959 | adeas31 | 2014-02-03 15:09:46 +0100 (Mon, 03 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/NotificationsDialog.cpp M /trunk/OMEdit/OMEditGUI/OMC/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/main.cpp - Generate separate files for Linux users. ------------------------------------------------------------------------ r18955 | sjoelund.se | 2014-02-03 07:16:20 +0100 (Mon, 03 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos Fix library testing script spinning ------------------------------------------------------------------------ r18954 | hudson | 2014-02-02 22:50:29 +0100 (Sun, 02 Feb 2014) | 12 lines Changed paths: M /trunk/Makefile.libraries commit e0bcabb232bff815b4ab08eed2c0cfd0584e9649 Author: Hudson Janitor Date: Sun Feb 2 22:46:28 2014 +0100 Bump libraries - svn/ThermoPower has been updated to r238. * r238 Fixed wrong modifiers in tests * r237 Removed wrong experiment annotation * r236 Removed wrong experiment annotation * r235 Fixed test model with wrong leftover bindings * r234 Fixed tests and examples ------------------------------------------------------------------------ r18953 | adeas31 | 2014-02-02 22:37:38 +0100 (Sun, 02 Feb 2014) | 1 line Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - Minor release text changes. ------------------------------------------------------------------------ r18952 | adrpo | 2014-02-02 21:49:55 +0100 (Sun, 02 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/runtime/systemimpl.c - implement alarm in Windows (using thread/sleep/kill process) ------------------------------------------------------------------------ r18951 | petfr | 2014-02-02 21:39:20 +0100 (Sun, 02 Feb 2014) | 2 lines Changed paths: M /trunk/doc/OpenModelicaUsersGuide.doc Update to include 1.9.1 Beta1 draft release message. Replace 1.9.0 by 1.9.1 in a number of places in the text. ------------------------------------------------------------------------ r18950 | hudson | 2014-02-02 21:02:35 +0100 (Sun, 02 Feb 2014) | 6 lines Changed paths: M /trunk/Makefile.libraries commit 2e1da602ef9725b9b1aab64a20949f784d2c4170 Author: Martin Sjölund Date: Sun Feb 2 20:47:26 2014 +0100 Adding PlanarMechanics ------------------------------------------------------------------------ r18949 | sjoelund.se | 2014-02-02 17:30:55 +0100 (Sun, 02 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Examples/BuildModelRecursive.mos Added new API alarm(seconds) - a timeout before omc is killed. alarm(0) unsets the alarm ------------------------------------------------------------------------ r18948 | adeas31 | 2014-02-02 17:08:04 +0100 (Sun, 02 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts - updated translation files. ------------------------------------------------------------------------ r18947 | sjoelund.se | 2014-02-02 11:44:29 +0100 (Sun, 02 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/bootstrapping/GraphTest.mos Fix test ------------------------------------------------------------------------ r18946 | sjoelund.se | 2014-02-02 11:28:40 +0100 (Sun, 02 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Util/List.mo RML compilation ------------------------------------------------------------------------ r18945 | sjoelund.se | 2014-02-02 11:14:22 +0100 (Sun, 02 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/Util/List.mo Avoid matchcontinue ------------------------------------------------------------------------ r18944 | sjoelund.se | 2014-02-02 10:27:27 +0100 (Sun, 02 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo Renamed crefEqualStringCompare to crefEqualVerySlowStringCompareDoNotUse - crefEqual now uses crefEqualNoStringCompare - only cppruntime uses crefEqualVerySlowStringCompareDoNotUse ------------------------------------------------------------------------ r18943 | sjoelund.se | 2014-02-02 09:29:05 +0100 (Sun, 02 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos Truncate before making the string valid xml ------------------------------------------------------------------------ r18941 | adrpo | 2014-02-02 07:21:01 +0100 (Sun, 02 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/runtime/config.h - switch back to 1.9.1+dev ------------------------------------------------------------------------ r18938 | adrpo | 2014-02-02 06:25:15 +0100 (Sun, 02 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/runtime/config.h - redo 1.9.1 Beta1 (request by Adeel as he fixed some stuff in OMEdit) ------------------------------------------------------------------------ r18935 | adrpo | 2014-02-02 06:06:04 +0100 (Sun, 02 Feb 2014) | 1 line Changed paths: M /trunk/Examples/BuildModelRecursive.mos - strange as it sounds -v affects -t in ulimit, remove -v ------------------------------------------------------------------------ r18934 | adrpo | 2014-02-02 04:54:20 +0100 (Sun, 02 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - 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. ------------------------------------------------------------------------ r18933 | adrpo | 2014-02-02 04:28:20 +0100 (Sun, 02 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREG.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGL.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREG.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGL.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a1.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.R134a.R134a2.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos - update CPP tests ------------------------------------------------------------------------ r18932 | adrpo | 2014-02-02 03:14:16 +0100 (Sun, 02 Feb 2014) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/testsuite/openmodelica/debugDumps/dumpdaelow.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/InOutTest.mos M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos M /trunk/testsuite/simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos M /trunk/testsuite/simulation/modelica/enums/EnumArray2.mos M /trunk/testsuite/simulation/modelica/enums/TestPosture.mos M /trunk/testsuite/simulation/modelica/initialization/fullRobot.mos M /trunk/testsuite/simulation/modelica/initialization/parameterWithoutBinding.mos M /trunk/testsuite/simulation/modelica/start_value_selection/asmaFlow.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-omc.mos Fix for #2557 - propely display the warning message - add the line number information to the warning message too ------------------------------------------------------------------------ r18931 | adeas31 | 2014-02-01 21:13:13 +0100 (Sat, 01 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.cpp M /trunk/OMEdit/OMEditGUI/OMC/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMC/OMCProxy.h - Save the model before simulation. ------------------------------------------------------------------------ r18930 | hudson | 2014-02-01 20:36:49 +0100 (Sat, 01 Feb 2014) | 10 lines Changed paths: M /trunk/Makefile.libraries commit 865dcf738e912a42fdd9a8cb65e56169b876d9ad Author: Hudson Janitor Date: Sat Feb 1 20:20:19 2014 +0100 Bump libraries - svn/ThermoPower has been updated to r234. * r234 Fixed tests and examples * r233 Moved assert to base class * r232 Added duration parameter to ramp generatorsImproved some pressure start values ------------------------------------------------------------------------ r18929 | hudson | 2014-02-01 20:00:16 +0100 (Sat, 01 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfDiffG.c M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/util/simulation_options.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18928 | adeas31 | 2014-02-01 19:51:08 +0100 (Sat, 01 Feb 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/Util/Utilities.cpp - Set the default elide model to Qt::ElideNone. ------------------------------------------------------------------------ r18927 | vitalij | 2014-02-01 19:45:54 +0100 (Sat, 01 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfDiffG.c M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/util/simulation_options.c M /trunk/SimulationRuntime/c/util/simulation_options.h M /trunk/testsuite/openmodelica/cruntime/optimization/basic/DM.mos M /trunk/testsuite/openmodelica/cruntime/optimization/basic/OSP.mos - new initial guess option for optimization ------------------------------------------------------------------------ r18926 | hudson | 2014-02-01 19:23:54 +0100 (Sat, 01 Feb 2014) | 10 lines Changed paths: M /trunk/Makefile.libraries commit ac33fe75c746fb64c63eaaa0977232879e51c3b4 Author: Hudson Janitor Date: Sat Feb 1 19:03:20 2014 +0100 Bump libraries - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 06a8bc12fbf5f4eab077dfb1946f2fad08b3b566. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/06a8bc1 06a8bc1] wiki: library structure image * [https://github.com/modelica-3rdparty/Physiolibrary/commit/5fde16c 5fde16c] wiki images * [https://github.com/modelica-3rdparty/Physiolibrary/commit/d2f0cad d2f0cad] support of generated uninstall and reinstall of display units in new (just installed) version of Dymola ------------------------------------------------------------------------ r18925 | hudson | 2014-02-01 16:21:28 +0100 (Sat, 01 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/util/omc_error.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18924 | vitalij | 2014-02-01 16:13:51 +0100 (Sat, 01 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h - added new flag: higher print level in ipopt ------------------------------------------------------------------------ r18923 | vitalij | 2014-02-01 16:03:05 +0100 (Sat, 01 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h - added new flag for checking JAC and HESSE in optimization ------------------------------------------------------------------------ r18922 | hudson | 2014-02-01 15:40:59 +0100 (Sat, 01 Feb 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/util/simulation_options.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18921 | vitalij | 2014-02-01 15:18:24 +0100 (Sat, 01 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c M /trunk/SimulationRuntime/c/util/simulation_options.c M /trunk/SimulationRuntime/c/util/simulation_options.h - added flag: swtch hesse in ipopt e.g. BFGS ------------------------------------------------------------------------ r18920 | sjoelund.se | 2014-02-01 14:36:38 +0100 (Sat, 01 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos New baseline ------------------------------------------------------------------------ r18919 | sjoelund.se | 2014-02-01 14:15:47 +0100 (Sat, 01 Feb 2014) | 2 lines Changed paths: M /trunk/Makefile.libraries M /trunk/libraries M /trunk/libraries/README M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.1.mos M /trunk/testsuite/simulation/libraries/msl32/Makefile D /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos D /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos Bump MSL 3.2.1 - removed the models that are no longer marked as experiments from the testsuite (these had StopTime=0 before, to mark them as not suitable to simulate) ------------------------------------------------------------------------ r18918 | sjoelund.se | 2014-02-01 14:07:18 +0100 (Sat, 01 Feb 2014) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos Set ulimit -v for BuildModelicaRecursive.mos ------------------------------------------------------------------------ r18917 | sjoelund.se | 2014-02-01 12:59:45 +0100 (Sat, 01 Feb 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/meta/realString.c Fix printing of negative real numbers that look like integers ------------------------------------------------------------------------ r18916 | sjoelund.se | 2014-02-01 12:39:20 +0100 (Sat, 01 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/flattening/libraries/3rdParty/siemens/valve_test.mos M /trunk/testsuite/flattening/libraries/biochem/BiochemModels.mos M /trunk/testsuite/flattening/libraries/msl22/ControlledTanks.mos M /trunk/testsuite/flattening/libraries/msl22/ExecutionPaths.mos M /trunk/testsuite/flattening/libraries/msl22/FirstExample.mos M /trunk/testsuite/flattening/libraries/msl22/FirstExample_Variant2.mos M /trunk/testsuite/flattening/libraries/msl22/FirstExample_Variant3.mos M /trunk/testsuite/flattening/libraries/msl22/PreLoad.mos M /trunk/testsuite/flattening/libraries/msl22/ShowCompositeStep.mos M /trunk/testsuite/flattening/libraries/msl22/ShowExceptions.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Blocks.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/flattening/libraries/msl31/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/openmodelica/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/openmodelica/interactive-API/interactive_api_calls.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos M /trunk/testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test6.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a1.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/modelica/indexreduction/SingularPlanarLoop.mos - 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 ------------------------------------------------------------------------ r18915 | adrpo | 2014-02-01 11:04:49 +0100 (Sat, 01 Feb 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Circuit.mos - update test ------------------------------------------------------------------------ r18914 | hudson | 2014-02-01 10:09:08 +0100 (Sat, 01 Feb 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/parameterWithoutBinding.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18913 | lochel | 2014-02-01 10:07:39 +0100 (Sat, 01 Feb 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Initialization.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/testsuite/openmodelica/cruntime/xmlFiles/testxmlInitForChangeableparameter.mos M /trunk/testsuite/openmodelica/debugDumps/dumpdaelow.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/BouncingBall.mos M /trunk/testsuite/openmodelica/fmi/ModelExchange/InOutTest.mos M /trunk/testsuite/openmodelica/xml/BB.mos M /trunk/testsuite/openmodelica/xml/XmlDumpComment.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos M /trunk/testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_4a.mos M /trunk/testsuite/simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos M /trunk/testsuite/simulation/modelica/enums/EnumArray2.mos M /trunk/testsuite/simulation/modelica/enums/TestPosture.mos M /trunk/testsuite/simulation/modelica/initialization/Makefile M /trunk/testsuite/simulation/modelica/initialization/fullRobot.mos A /trunk/testsuite/simulation/modelica/initialization/parameterWithoutBinding.mos M /trunk/testsuite/simulation/modelica/start_value_selection/asmaFlow.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-cel.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-omc.mos - fix #2557 ------------------------------------------------------------------------ r18912 | sjoelund.se | 2014-02-01 09:06:57 +0100 (Sat, 01 Feb 2014) | 2 lines Changed paths: M /trunk/Makefile.common Try to fix OSX weird problems ------------------------------------------------------------------------ r18911 | adrpo | 2014-02-01 04:58:17 +0100 (Sat, 01 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/runtime/config.h - switch back to 1.9.1+dev ------------------------------------------------------------------------ r18908 | adrpo | 2014-02-01 02:21:04 +0100 (Sat, 01 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/runtime/config.h M /trunk/doc/OpenModelicaSystem.doc M /trunk/doc/OpenModelicaSystem.pdf M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - update version to 1.9.1 Beta1 ------------------------------------------------------------------------ r18906 | adrpo | 2014-02-01 01:54:02 +0100 (Sat, 01 Feb 2014) | 3 lines Changed paths: M /trunk/Compiler/Makefile.in - 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?) ------------------------------------------------------------------------ r18905 | adrpo | 2014-02-01 01:43:15 +0100 (Sat, 01 Feb 2014) | 1 line Changed paths: M /trunk/Compiler/Makefile.in - susan_codegen needs omc! ------------------------------------------------------------------------ r18904 | adeas31 | 2014-01-31 22:32:22 +0100 (Fri, 31 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp - Mark the Simulation progress text as richtext. ------------------------------------------------------------------------ r18903 | sjoelund.se | 2014-01-31 21:52:47 +0100 (Fri, 31 Jan 2014) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/partest/runtests.pl M /trunk/testsuite/rtest Ability to use runtests.pl with custom omc (like omc-bootstrapped) ------------------------------------------------------------------------ r18902 | hudson | 2014-01-31 21:13:08 +0100 (Fri, 31 Jan 2014) | 13 lines Changed paths: M /trunk/Makefile.libraries commit 68ea640e8c84161a55266f3c821a617b3a7a60ed Author: Hudson Janitor Date: Fri Jan 31 20:28:31 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7254 but 7260 is available. It was pinned to the old revision and will not be updated. * m:r7260 The experiment annotations (StopTime, Interval) inModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NANDModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBITwere removed according to #1404.Also the documentation of Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder was improved. * m:r7254 display name changed in Modelica.Electrical.Analog.Examples.HeatingResistor according to #1406 - svn/ThermoPower has been updated to r232. * r232 Added duration parameter to ramp generatorsImproved some pressure start values * r231 Added package iconsFixed class names ------------------------------------------------------------------------ r18901 | hudson | 2014-01-31 19:29:07 +0100 (Fri, 31 Jan 2014) | 42 lines Changed paths: M /trunk/Makefile.libraries commit 0877514aef535a1e0a0bc8ab2b48a684446f926a Author: Hudson Janitor Date: Fri Jan 31 19:10:04 2014 +0100 Bump libraries - https://github.com/iea-annex60/modelica-annex60.git branch master updated to d917da8bdc52e883686afc1b5b06de119206d445. * [https://github.com/iea-annex60/modelica-annex60/commit/d917da8 d917da8] Merge pull request #29 from iea-annex60/issue2_functions * [https://github.com/iea-annex60/modelica-annex60/commit/7e5fa19 7e5fa19] Corrected typo. * [https://github.com/iea-annex60/modelica-annex60/commit/358464c 358464c] Removed IsMonotonic from package order. * [https://github.com/iea-annex60/modelica-annex60/commit/e2857ea e2857ea] Corrected file name to be upper case. * [https://github.com/iea-annex60/modelica-annex60/commit/032fc0b 032fc0b] Corrected file name to be upper case. Completed package.order * [https://github.com/iea-annex60/modelica-annex60/commit/2aea3b8 2aea3b8] Added plot command to unit scripts as BuildingsPy requires this. * [https://github.com/iea-annex60/modelica-annex60/commit/5295261 5295261] Corrected wrong bracket. * [https://github.com/iea-annex60/modelica-annex60/commit/77992b8 77992b8] Added info section. * [https://github.com/iea-annex60/modelica-annex60/commit/3067622 3067622] Updated icon. * [https://github.com/iea-annex60/modelica-annex60/commit/2091a03 2091a03] Replaced icon as the previous base class will be removed in future versions of the MSL. * [https://github.com/iea-annex60/modelica-annex60/commit/4b79a45 4b79a45] Changed icon as the other one will be removed. * [https://github.com/iea-annex60/modelica-annex60/commit/cca6024 cca6024] Revised comments. * [https://github.com/iea-annex60/modelica-annex60/commit/ff2b4d3 ff2b4d3] Corrected malformed html * [https://github.com/iea-annex60/modelica-annex60/commit/e60ccfb e60ccfb] Removed plotting of variables. * [https://github.com/iea-annex60/modelica-annex60/commit/f59cb67 f59cb67] Modified Unit test for TrapezoidalIntegration - https://github.com/lbl-srg/modelica-buildings.git branch master updated to d9c5618edbe6b375edc4700e5111676063dedd5a. * [https://github.com/lbl-srg/modelica-buildings/commit/d9c5618 d9c5618] Replaced icon as the previous base class will be removed in future versions of the MSL. * [https://github.com/lbl-srg/modelica-buildings/commit/70f092b 70f092b] Replaced icon as the previous base class will be removed in future versions of the MSL. - svn/MSL 3.2.1 uses 7254 but 7260 is available. It was pinned to the old revision and will not be updated. * m:r7260 The experiment annotations (StopTime, Interval) inModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NANDModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBITwere removed according to #1404.Also the documentation of Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder was improved. * m:r7254 display name changed in Modelica.Electrical.Analog.Examples.HeatingResistor according to #1406 - svn/MSL trunk has been updated to r7259. * m:r7259 The experiment annotations (StopTime, Interval) inModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NANDModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBITModelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBITwere removed according to #1404.Also the documentation of Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder was improved. * m:r7252 Name in Modelica.Electrical.Analog.Examples.HeatingResistor changed into HeatingResistor according to #1406 - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 73c961e52fc6abfac3b642fbfc977f2f028e11f3. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/73c961e 73c961e] support of unrolling all Dymola changes * [https://github.com/modelica-3rdparty/Physiolibrary/commit/78c8aac 78c8aac] Fix: Martin Broz's surname without diacritics - svn/ThermoPower has been updated to r231. * r231 Added package iconsFixed class names * r230 Removed obsolete package GasExtra ------------------------------------------------------------------------ r18900 | sjoelund.se | 2014-01-31 18:48:17 +0100 (Fri, 31 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/partest/runtests.pl Return the exit status we got from the simulation runtime ------------------------------------------------------------------------ r18899 | hudson | 2014-01-31 18:15:24 +0100 (Fri, 31 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.tpl [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18898 | hudson | 2014-01-31 18:14:56 +0100 (Fri, 31 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCppHpcom.mo [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18897 | mwalther | 2014-01-31 18:07:50 +0100 (Fri, 31 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/HpcOmSimCode.mo - try to fix bootstrapper bug ------------------------------------------------------------------------ r18896 | mwalther | 2014-01-31 17:49:11 +0100 (Fri, 31 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/HpcOmSimCode.mo M /trunk/Compiler/BackEnd/SimCodeMain.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl A /trunk/Compiler/Template/CodegenCppHpcom.mo A /trunk/Compiler/Template/CodegenCppHpcom.tpl M /trunk/Compiler/Template/Makefile.common M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/testsuite/openmodelica/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/openmodelica/bootstrapping/Makefile.sources - Template for hpcom-cpp target added to the template-folder - Changed EXIT(0) to return 0 in _main_simulation_runtime ------------------------------------------------------------------------ r18894 | adrpo | 2014-01-31 15:01:04 +0100 (Fri, 31 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Util/Flags.mo - flag +d=disableWindowsPathCheckWarning (Disables warnings on Windows if OPENMODELICAHOME/MinGW is missing). ------------------------------------------------------------------------ r18893 | hudson | 2014-01-31 14:48:05 +0100 (Fri, 31 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18892 | niklwors | 2014-01-31 14:43:02 +0100 (Fri, 31 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/simulation/modelica/external_functions/ExtObj.mos M /trunk/testsuite/simulation/modelica/external_functions/ExtObjStringParam.mos M /trunk/testsuite/simulation/modelica/external_functions/ExternalLibraries.mos -reverted accidentally committed files ------------------------------------------------------------------------ r18891 | niklwors | 2014-01-31 14:37:10 +0100 (Fri, 31 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenFMUCpp.tpl M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/simulation/modelica/external_functions/ExtObj.mos M /trunk/testsuite/simulation/modelica/external_functions/ExtObjStringParam.mos M /trunk/testsuite/simulation/modelica/external_functions/ExternalLibraries.mos -separated initialization of cpp Modelica system in extra class ------------------------------------------------------------------------ r18890 | vwaurich | 2014-01-31 14:34:26 +0100 (Fri, 31 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo - updated CodegenC.mo ------------------------------------------------------------------------ r18889 | vwaurich | 2014-01-31 14:27:12 +0100 (Fri, 31 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/HpcOmSimCode.mo M /trunk/testsuite/simulation/modelica/hpcom/ReferenceGraphs/BouncingBall_TaskGraphODE.graphml M /trunk/testsuite/simulation/modelica/hpcom/ReferenceGraphs/Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump_TaskGraphODE.graphml - round graphCosts - updated referenceGraphs ------------------------------------------------------------------------ r18888 | adeas31 | 2014-01-31 14:25:31 +0100 (Fri, 31 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h - Show the nested equations. Useful for nonlinear systems. ------------------------------------------------------------------------ r18887 | hudson | 2014-01-31 14:07:59 +0100 (Fri, 31 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/Makefile [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18886 | sjoelund.se | 2014-01-31 14:05:24 +0100 (Fri, 31 Jan 2014) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl M /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/Makefile A /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mo (from /trunk/testsuite/simulation/modelica/declarations/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mo:18883) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos (from /trunk/testsuite/simulation/modelica/declarations/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos:18883) M /trunk/testsuite/simulation/modelica/declarations/Makefile D /trunk/testsuite/simulation/modelica/declarations/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mo D /trunk/testsuite/simulation/modelica/declarations/ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos Move more ThermoPower tests to the correct location ------------------------------------------------------------------------ r18885 | sjoelund.se | 2014-01-31 14:04:20 +0100 (Fri, 31 Jan 2014) | 2 lines Changed paths: A /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/Makefile Add forgotten makefile ------------------------------------------------------------------------ r18884 | vwaurich | 2014-01-31 13:50:35 +0100 (Fri, 31 Jan 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/HpcOmScheduler.mo M /trunk/Compiler/BackEnd/HpcOmSimCode.mo M /trunk/Compiler/BackEnd/HpcOmTaskGraph.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/simulation/modelica/hpcom/ReferenceGraphs/BouncingBall_TaskGraphODE.graphml M /trunk/testsuite/simulation/modelica/hpcom/ReferenceGraphs/Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump_TaskGraphODE.graphml - round the values for serialTime, parallel Time, critical Path - always use num_threads from the flag +n=.. for level scheduling ------------------------------------------------------------------------ r18883 | sjoelund.se | 2014-01-31 13:49:19 +0100 (Fri, 31 Jan 2014) | 3 lines Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/partest/runtests.pl A /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower A /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mo (from /trunk/testsuite/simulation/modelica/others/Bug2537.mo:18872) A /trunk/testsuite/simulation/libraries/3rdParty/ThermoPower/Bug2537.mos (from /trunk/testsuite/simulation/modelica/others/Bug2537.mos:18872) D /trunk/testsuite/simulation/modelica/others/Bug2537.mo D /trunk/testsuite/simulation/modelica/others/Bug2537.mos M /trunk/testsuite/simulation/modelica/others/Makefile - Fixed parts of runtests.pl -f (fast logs). It has been broken since the tests moved location. - Move ThermoPower testcase from simulation/modelica/others to 3rdParty ------------------------------------------------------------------------ r18881 | sjoelund.se | 2014-01-31 11:26:46 +0100 (Fri, 31 Jan 2014) | 2 lines Changed paths: M /trunk/doc/bibliography/openmodelica.bib Fix doi link ------------------------------------------------------------------------ r18880 | sjoelund.se | 2014-01-31 09:15:19 +0100 (Fri, 31 Jan 2014) | 2 lines Changed paths: M /trunk/Parser/Makefile.common M /trunk/Parser/Makefile.in M /trunk/configure.in Only use --enable-64bit on x86_64 CPUs for antlr ------------------------------------------------------------------------ r18879 | sjoelund.se | 2014-01-31 07:43:55 +0100 (Fri, 31 Jan 2014) | 2 lines Changed paths: M /trunk/Parser/Makefile.common Try to override LDFLAGS in case it in part of the environment ------------------------------------------------------------------------ r18877 | adrpo | 2014-01-31 01:39:11 +0100 (Fri, 31 Jan 2014) | 2 lines Changed paths: M /trunk/testsuite/difftool/Makefile - fix windows build - no idea why CC=gcc from trunk/Makefile.omdev.mingw is not propagated when making omc-diff ------------------------------------------------------------------------ r18876 | adeas31 | 2014-01-31 01:23:06 +0100 (Fri, 31 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h M /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss M /trunk/OMEdit/OMEditGUI/Util/Utilities.cpp M /trunk/OMEdit/OMEditGUI/Util/Utilities.h - More better & robust implementation for elidable QLabel. ------------------------------------------------------------------------ r18875 | adeas31 | 2014-01-31 00:05:51 +0100 (Fri, 31 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h - subclass QTreeWidget for equations tree. ------------------------------------------------------------------------ r18874 | adeas31 | 2014-01-30 23:35:46 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/Util/OMDumpXML.cpp M /trunk/OMEdit/OMEditGUI/Util/OMDumpXML.h Do not copy the old OMInfo to the new variable/equation. ------------------------------------------------------------------------ r18873 | sjoelund.se | 2014-01-30 22:32:48 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.1.mos Fix test ------------------------------------------------------------------------ r18872 | sjoelund.se | 2014-01-30 22:05:05 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk/Makefile.libraries M /trunk/libraries M /trunk/libraries/README M /trunk/svn-clean.py M /trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.1.mos Bump MSL 3.2.1 ------------------------------------------------------------------------ r18871 | sjoelund.se | 2014-01-30 21:57:40 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk/Parser/Makefile.common Remove antlr3 header on make clean (needed to actually make the gcc hudson job do a clean build) ------------------------------------------------------------------------ r18870 | hudson | 2014-01-30 19:20:14 +0100 (Thu, 30 Jan 2014) | 13 lines Changed paths: M /trunk/Makefile.libraries commit c1315f1a386de40d3b8835c3ff01695cb315649d Author: Hudson Janitor Date: Thu Jan 30 19:06:28 2014 +0100 Bump libraries - svn/MSL 3.2.1 uses 7197 but 7254 is available. It was pinned to the old revision and will not be updated. * m:r7254 display name changed in Modelica.Electrical.Analog.Examples.HeatingResistor according to #1406 * m:r7197 Correcting the geojson file of members. - svn/MSL trunk has been updated to r7252. * m:r7252 Name in Modelica.Electrical.Analog.Examples.HeatingResistor changed into HeatingResistor according to #1406 * m:r7250 Updated affiliation and e-mail address ------------------------------------------------------------------------ r18869 | sjoelund.se | 2014-01-30 19:19:56 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk/Parser/Makefile.common Pass the CC since antlr uses different typedefs and includes depending on compiler ------------------------------------------------------------------------ r18868 | adeas31 | 2014-01-30 19:00:35 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h M /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss M /trunk/OMEdit/OMEditGUI/Util/Utilities.cpp M /trunk/OMEdit/OMEditGUI/Util/Utilities.h - Added a Label with elide feature. ------------------------------------------------------------------------ r18867 | adeas31 | 2014-01-30 16:38:00 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/MainWindow.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h Save the Transformational Debugger window geometry & state. ------------------------------------------------------------------------ r18866 | sjoelund.se | 2014-01-30 16:16:33 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/boot/bootstrap-sources.tar.xz Fix the bootstrap tarball (didn't use the latest BuildOMC.mos) ------------------------------------------------------------------------ r18865 | sjoelund.se | 2014-01-30 16:08:56 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/boot/bootstrap-sources.tar.xz Update bootstrapping tarball ------------------------------------------------------------------------ r18864 | sjoelund.se | 2014-01-30 16:06:06 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk/Parser/Makefile.common Enable 64-bit code generation for antlr ------------------------------------------------------------------------ r18863 | sjoelund.se | 2014-01-30 15:58:41 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/configure.in M /trunk/testsuite/difftool/Makefile M /trunk/testsuite/openmodelica/bootstrapping/BuildOMC.mos Changes for FreeBSD compilation ------------------------------------------------------------------------ r18862 | sjoelund.se | 2014-01-30 15:37:13 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk M /trunk/Parser/Makefile.common Fix antlr compilation ------------------------------------------------------------------------ r18861 | adeas31 | 2014-01-30 15:36:01 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/MainWindow.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h - Mark the debugged equation highlighted. ------------------------------------------------------------------------ r18860 | sjoelund.se | 2014-01-30 15:28:22 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk/Parser/Makefile.common Adding makefile dependencies ------------------------------------------------------------------------ r18859 | sjoelund.se | 2014-01-30 15:15:08 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk M /trunk/Parser/Makefile.common - Run ./configure in antlr-3.2 to ensure a valid configuration is generated ------------------------------------------------------------------------ r18858 | adeas31 | 2014-01-30 14:43:06 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/OptionsDialog.h M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/MainWindow.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/Util/Helper.cpp M /trunk/OMEdit/OMEditGUI/Util/Helper.h - Transformational Debugger show/hide options. - Generate operations tags options. ------------------------------------------------------------------------ r18857 | arun3688 | 2014-01-30 14:39:55 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/omcc/LexerCodeModelica.mo M /trunk/testsuite/openmodelica/omcc/ParseCode.tmo M /trunk/testsuite/openmodelica/omcc/ParseCodeModelica.mo improved performance fixes ------------------------------------------------------------------------ r18856 | adeas31 | 2014-01-30 13:27:49 +0100 (Thu, 30 Jan 2014) | 8 lines Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/MainWindow.cpp M /trunk/OMEdit/OMEditGUI/GUI/MainWindow.h M /trunk/OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.h M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h M /trunk/OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.h M /trunk/OMEdit/OMEditGUI/Resources/css/stylesheet.qss A /trunk/OMEdit/OMEditGUI/Resources/icons/debugger.svg D /trunk/OMEdit/OMEditGUI/Resources/icons/equations.svg D /trunk/OMEdit/OMEditGUI/Resources/icons/variables.svg M /trunk/OMEdit/OMEditGUI/Util/Helper.cpp M /trunk/OMEdit/OMEditGUI/Util/Helper.h M /trunk/OMEdit/OMEditGUI/Util/OMDumpXML.cpp M /trunk/OMEdit/OMEditGUI/Util/StringHandler.cpp M /trunk/OMEdit/OMEditGUI/Util/StringHandler.h M /trunk/OMEdit/OMEditGUI/resource_omedit.qrc + 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. ------------------------------------------------------------------------ r18855 | sjoelund.se | 2014-01-30 11:15:58 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk/README.Linux.txt Some updates to the README ------------------------------------------------------------------------ r18854 | vwaurich | 2014-01-30 11:13:02 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: A /trunk/testsuite/simulation/modelica/resolveLoops/ReferenceFiles/ElectricalCircuit5.mat - added ReferenceFile ------------------------------------------------------------------------ r18853 | mwalther | 2014-01-30 11:10:25 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/HpcOmScheduler.mo M /trunk/testsuite/simulation/modelica/hpcom/BouncingBall.mos M /trunk/testsuite/simulation/modelica/hpcom/MergingExample.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos - the hpcom speedup is now printed to stdout with an accuracy of two digits after the decimal point ------------------------------------------------------------------------ r18852 | vwaurich | 2014-01-30 11:03:08 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/Makefile - add resolveLoops-tests ------------------------------------------------------------------------ r18851 | vwaurich | 2014-01-30 10:43:22 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/hpcom/ReferenceGraphs/BouncingBall_TaskGraphODE.graphml -another update for BouncingBall_TaskGraphODE.graphml ------------------------------------------------------------------------ r18850 | vwaurich | 2014-01-30 10:26:42 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/hpcom/ReferenceGraphs/BouncingBall_TaskGraphODE.graphml - updated reference graph for bouncing ball ------------------------------------------------------------------------ r18849 | hudson | 2014-01-30 10:00:04 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mo M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18848 | vwaurich | 2014-01-30 09:51:27 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos A /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mo A /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit5.mos M /trunk/testsuite/simulation/modelica/resolveLoops/Makefile - updated resolveLoops tests ------------------------------------------------------------------------ r18847 | sjoelund.se | 2014-01-30 09:43:47 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk/README.Linux.txt New revision for new nightly ------------------------------------------------------------------------ r18846 | vwaurich | 2014-01-30 09:24:25 +0100 (Thu, 30 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/HpcOmEqSystems.mo M /trunk/Compiler/Util/GraphML.mo - output whole dae graph as graphml when resolving loops ------------------------------------------------------------------------ r18844 | sjoelund.se | 2014-01-30 07:31:10 +0100 (Thu, 30 Jan 2014) | 2 lines Changed paths: M /trunk Bump for new revision and nightly build ------------------------------------------------------------------------ r18843 | lochel | 2014-01-29 23:33:52 +0100 (Wed, 29 Jan 2014) | 2 lines Changed paths: D /trunk/testsuite/simulation/modelica/events/encapsulateWhenConditions.mos - delete encapsulateWhenConditions.mos ------------------------------------------------------------------------ r18842 | lochel | 2014-01-29 23:30:54 +0100 (Wed, 29 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/openmodelica/debugDumps/backenddaeinfo.mos M /trunk/testsuite/openmodelica/debugDumps/bltdump.mos M /trunk/testsuite/openmodelica/debugDumps/dumpEncapsulateWhenConditions.mos M /trunk/testsuite/openmodelica/debugDumps/dumpeqninorder.mos M /trunk/testsuite/openmodelica/debugDumps/dumpindxdae.mos M /trunk/testsuite/openmodelica/debugDumps/dumpinitialsystem.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/simulation/modelica/events/Makefile M /trunk/testsuite/simulation/modelica/hpcom/ReferenceGraphs/BouncingBall_TaskGraph.graphml M /trunk/testsuite/simulation/modelica/hpcom/ReferenceGraphs/BouncingBall_TaskGraphODE.graphml M /trunk/testsuite/simulation/modelica/initialization/autoFixed.mos - revert r18840 ------------------------------------------------------------------------ r18841 | hudson | 2014-01-29 23:12:32 +0100 (Wed, 29 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/events/encapsulateWhenConditions.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18840 | lochel | 2014-01-29 23:05:28 +0100 (Wed, 29 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/openmodelica/debugDumps/backenddaeinfo.mos M /trunk/testsuite/openmodelica/debugDumps/bltdump.mos M /trunk/testsuite/openmodelica/debugDumps/dumpEncapsulateWhenConditions.mos M /trunk/testsuite/openmodelica/debugDumps/dumpeqninorder.mos M /trunk/testsuite/openmodelica/debugDumps/dumpindxdae.mos M /trunk/testsuite/openmodelica/debugDumps/dumpinitialsystem.mos M /trunk/testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/simulation/modelica/events/Makefile A /trunk/testsuite/simulation/modelica/events/encapsulateWhenConditions.mos M /trunk/testsuite/simulation/modelica/initialization/autoFixed.mos - fix #2553 ------------------------------------------------------------------------ r18839 | adrpo | 2014-01-29 17:26:05 +0100 (Wed, 29 Jan 2014) | 1 line Changed paths: M /trunk/Makefile.common - more fixes for Mac OS ------------------------------------------------------------------------ r18838 | mwalther | 2014-01-29 16:53:06 +0100 (Wed, 29 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/HpcOmTaskGraph.mo - debug output removed ------------------------------------------------------------------------ r18837 | mwalther | 2014-01-29 16:29:56 +0100 (Wed, 29 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/HpcOmTaskGraph.mo - bootstrapper fixed (sorry, it took a little bit longer to localize the issue) ------------------------------------------------------------------------ r18836 | adrpo | 2014-01-29 16:12:48 +0100 (Wed, 29 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/HpcOmTaskGraph.mo - fix bootstrapping (some bootstrapping bug here, see my comment inside the code) ------------------------------------------------------------------------ r18835 | mwalther | 2014-01-29 15:14:59 +0100 (Wed, 29 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/HpcOmTaskGraph.mo - bug fixed: hpcom taskgraphmeta is not longer invalid, if the model contains more than one EqSystem ------------------------------------------------------------------------ r18834 | adrpo | 2014-01-29 15:10:20 +0100 (Wed, 29 Jan 2014) | 6 lines Changed paths: M /trunk/Compiler/Script/RewriteRules.mo - 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# ------------------------------------------------------------------------ r18833 | adrpo | 2014-01-29 14:55:33 +0100 (Wed, 29 Jan 2014) | 14 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/RewriteRules.mo - 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)); ------------------------------------------------------------------------ r18832 | adrpo | 2014-01-29 14:21:28 +0100 (Wed, 29 Jan 2014) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw - no .so on Mac OS, use $SHREXT instead ------------------------------------------------------------------------ r18831 | adrpo | 2014-01-29 14:08:20 +0100 (Wed, 29 Jan 2014) | 2 lines Changed paths: M /trunk/Makefile.common - attempt to fix MacOS handling of libcminpack ------------------------------------------------------------------------ r18830 | adrpo | 2014-01-29 13:45:51 +0100 (Wed, 29 Jan 2014) | 3 lines Changed paths: M /trunk/Makefile.common - copy to build/lib/omc not to build/bin! - also use 3rdParty/CMinpack/install/lib*/ as it might be lib64 on Linux! ------------------------------------------------------------------------ r18829 | cschubert | 2014-01-29 11:54:39 +0100 (Wed, 29 Jan 2014) | 1 line Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/cpp/Makefile.omdev.mingw try to fix build for cpp runtime with cminpack ------------------------------------------------------------------------ r18828 | sjoelund.se | 2014-01-29 10:50:51 +0100 (Wed, 29 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenJS.mo M /trunk/Compiler/Template/CodegenJS.tpl M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/initialization/method_ipopt.h M /trunk/SimulationRuntime/c/simulation/solver/nonlinearSolverHybrd.c Patch for emcc (javascript runtime) from tshort ------------------------------------------------------------------------ r18827 | hudson | 2014-01-29 10:10:58 +0100 (Wed, 29 Jan 2014) | 13 lines Changed paths: M /trunk/Makefile.libraries commit 222b723cffddb3cc1d7f508dbd44a981bd45797e Author: Hudson Janitor Date: Wed Jan 29 09:56:53 2014 +0100 Bump libraries - https://github.com/kdavies4/FCSys.git branch master updated to cb4b17f34313b9d8f2d4223d5365684b4dc1ab65. * [https://github.com/kdavies4/FCSys/commit/cb4b17f cb4b17f] Applied updates for v0.2.6 * [https://github.com/kdavies4/FCSys/commit/04d7287 04d7287] Added updates for v0.2.5 * [https://github.com/kdavies4/FCSys/commit/7641f3b 7641f3b] Applied updates for version 0.2.4 - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 6d90a6a4a3bf242688359d0262d1a9f8fd328bbc. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/6d90a6a 6d90a6a] update to MSL 3.2.1 ------------------------------------------------------------------------ r18825 | adeas31 | 2014-01-28 20:31:59 +0100 (Tue, 28 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Util/OMDumpXML.cpp M /trunk/OMEdit/OMEditGUI/Util/OMDumpXML.h - Read the nested equations indexes for the nonlinear equation. ------------------------------------------------------------------------ r18824 | hudson | 2014-01-28 19:18:09 +0100 (Tue, 28 Jan 2014) | 13 lines Changed paths: M /trunk/Makefile.libraries commit 7a0e975e7d33f4634c1de9b1f57ac79a697951ad Author: Hudson Janitor Date: Tue Jan 28 19:04:14 2014 +0100 Bump libraries - https://github.com/kdavies4/FCSys.git branch master has FAILING head - latest is 04d7287f861829ec72886b24fbe941d31ade8c7c * [https://github.com/kdavies4/FCSys/commit/04d7287 04d7287] Added updates for v0.2.5 * [https://github.com/kdavies4/FCSys/commit/7641f3b 7641f3b] Applied updates for version 0.2.4 - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 1fc7ff7a92d6052d3eb6ed7a3a90a0d105c4d1ed. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/1fc7ff7 1fc7ff7] electrical charge conservation * [https://github.com/modelica-3rdparty/Physiolibrary/commit/69318e0 69318e0] Fix: dissolved oxygen - steady state example ------------------------------------------------------------------------ r18823 | vitalij | 2014-01-28 17:11:21 +0100 (Tue, 28 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c - fixed constraints ------------------------------------------------------------------------ r18822 | niklwors | 2014-01-28 15:16:44 +0100 (Tue, 28 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCodeUtil.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl fix for ticket #2548. Added case for msvc for external library directory linker path ------------------------------------------------------------------------ r18821 | niklwors | 2014-01-28 10:44:50 +0100 (Tue, 28 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl fix in cpp tempalte: gcc make file, link to ModelicaExternalC ------------------------------------------------------------------------ r18820 | vitalij | 2014-01-28 10:44:08 +0100 (Tue, 28 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c - better time grid for optimization ------------------------------------------------------------------------ r18819 | hudson | 2014-01-28 10:41:29 +0100 (Tue, 28 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18818 | vitalij | 2014-01-28 10:37:15 +0100 (Tue, 28 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c fixed r18817 ------------------------------------------------------------------------ r18817 | vitalij | 2014-01-28 10:35:26 +0100 (Tue, 28 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c - free memory for analyticJacobians structure ------------------------------------------------------------------------ r18816 | niklwors | 2014-01-28 10:31:52 +0100 (Tue, 28 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Makefile.omdev.mingw renamed ModelicaExternalC lib in cpp runtime without prefix OMCpp ------------------------------------------------------------------------ r18815 | niklwors | 2014-01-28 09:16:25 +0100 (Tue, 28 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREG.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGL.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREG.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGL.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRH.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Digital.Examples.DLATREGSRL.mos update some cpp runtime test testing kind attributes ------------------------------------------------------------------------ r18814 | niklwors | 2014-01-28 09:04:31 +0100 (Tue, 28 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Makefile M /trunk/SimulationRuntime/cpp/Makefile.omdev.mingw added clean in cpp runtime make files ------------------------------------------------------------------------ r18812 | hudson | 2014-01-28 02:39:32 +0100 (Tue, 28 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18811 | vitalij | 2014-01-28 02:32:11 +0100 (Tue, 28 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c - missing free() ------------------------------------------------------------------------ r18810 | vitalij | 2014-01-28 01:35:31 +0100 (Tue, 28 Jan 2014) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/testsuite/openmodelica/cruntime/optimization/basic/BatchReactor.mo - fixed constraints size ------------------------------------------------------------------------ r18809 | adrpo | 2014-01-27 23:38:01 +0100 (Mon, 27 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c - reverted r18808 as it breaks some tests and make some tests run forever even if we have ulimit -t ------------------------------------------------------------------------ r18808 | vitalij | 2014-01-27 20:45:23 +0100 (Mon, 27 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c - fixed constraints size ------------------------------------------------------------------------ r18807 | hudson | 2014-01-27 19:59:54 +0100 (Mon, 27 Jan 2014) | 8 lines Changed paths: M /trunk/Makefile.libraries commit fe546d459aa7f4a10ad5420d3bf3cfd7142d5908 Author: Martin Sjölund Date: Mon Jan 27 19:36:35 2014 +0100 Fix MSL trunk patch and update: - m:r7250 Updated affiliation and e-mail address - m:r7237 Fixed initial conditions in tests ------------------------------------------------------------------------ r18806 | hudson | 2014-01-27 19:23:31 +0100 (Mon, 27 Jan 2014) | 30 lines Changed paths: M /trunk/Makefile.libraries commit 58b9d0df7fdf10e91d915f3ddf136389f81d92f9 Author: Hudson Janitor Date: Mon Jan 27 19:05:24 2014 +0100 Bump libraries - https://github.com/kdavies4/FCSys.git branch master has FAILING head - latest is 04d7287f861829ec72886b24fbe941d31ade8c7c * [https://github.com/kdavies4/FCSys/commit/04d7287 04d7287] Added updates for v0.2.5 * [https://github.com/kdavies4/FCSys/commit/7641f3b 7641f3b] Applied updates for version 0.2.4 - svn/MSL trunk uses 7237 but 7250 is available. It FAILED to update using sh ./update-library.sh --omc "omc" --build-dir "build/" --intertrac "m:" --breaks "omlibrary-msl32,omlibrary-reference" --no-dependencies "ModelicaServices" --patchlevel "Complex:-om1,Modelica:-om1,ModelicaServices:-om1" --remove-files "Resources/Library" SVN "https://svn.modelica.org/projects/Modelica/trunk" 7250 "svn/MSL trunk" "Complex trunk" "Modelica trunk" "ModelicaReference trunk" "ModelicaServices trunk" "ModelicaTest trunk" * m:r7250 Updated affiliation and e-mail address * m:r7237 Fixed initial conditions in tests - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to cdfc5f63878bfdc2d1beaa2a2fec776ae99e1b4e. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/cdfc5f6 cdfc5f6] current version 2.0.2 * [https://github.com/modelica-3rdparty/Physiolibrary/commit/699ad31 699ad31] changes in paper in documentation * [https://github.com/modelica-3rdparty/Physiolibrary/commit/95db258 95db258] fix: current version 2.0.0 * [https://github.com/modelica-3rdparty/Physiolibrary/commit/6d21cae 6d21cae] README modifications * [https://github.com/modelica-3rdparty/Physiolibrary/commit/cd55087 cd55087] fix: windows batch - echo off * [https://github.com/modelica-3rdparty/Physiolibrary/commit/c816f37 c816f37] final version of article for Modelica Conference 2014 * [https://github.com/modelica-3rdparty/Physiolibrary/commit/c71dd2d c71dd2d] final version of article to Modelica Conference 2014 default Dymola directory in Win8 to install non-SI units * [https://github.com/modelica-3rdparty/Physiolibrary/commit/b409c34 b409c34] physical unit not named with some name of person should not have capital letter * [https://github.com/modelica-3rdparty/Physiolibrary/commit/b60e82e b60e82e] article without English language correction * [https://github.com/modelica-3rdparty/Physiolibrary/commit/1ce0c52 1ce0c52] fix: user guide images * [https://github.com/modelica-3rdparty/Physiolibrary/commit/e1b9e14 e1b9e14] user guide and documentation * [https://github.com/modelica-3rdparty/Physiolibrary/commit/1c163a3 1c163a3] rename FileUtilities to Types.FileUtilities * [https://github.com/modelica-3rdparty/Physiolibrary/commit/4d8ff8e 4d8ff8e] one-page-abstract and copyright license for Modelica Conference 2014 * [https://github.com/modelica-3rdparty/Physiolibrary/commit/655394a 655394a] annotations, gas volume displayUnits, new names in Blocks.Factors package, hydraulic resistance constant * [https://github.com/modelica-3rdparty/Physiolibrary/commit/44e7556 44e7556] open modelica friendly steady state initialization of isolated non-flow sources ------------------------------------------------------------------------ r18805 | vitalij | 2014-01-27 18:29:09 +0100 (Mon, 27 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/initial_guess.c M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c - small fix for constraints in hesse ------------------------------------------------------------------------ r18804 | niklwors | 2014-01-27 18:13:30 +0100 (Mon, 27 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenFMUCpp.mo M /trunk/Compiler/Template/CodegenFMUCpp.tpl M /trunk/SimulationRuntime/cpp/CMakeLists.txt extended cpp tempalte for external C- functions ------------------------------------------------------------------------ r18803 | adeas31 | 2014-01-27 16:59:31 +0100 (Mon, 27 Jan 2014) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h A /trunk/OMEdit/OMEditGUI/Resources/icons/equations.svg A /trunk/OMEdit/OMEditGUI/Resources/icons/variables.svg M /trunk/OMEdit/OMEditGUI/Util/Helper.cpp M /trunk/OMEdit/OMEditGUI/Util/Helper.h M /trunk/OMEdit/OMEditGUI/resource_omedit.qrc - Top status bar for transformation browser. - Better views for variables & equations. ------------------------------------------------------------------------ r18802 | vwaurich | 2014-01-27 15:09:23 +0100 (Mon, 27 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/HpcOmEqSystems.mo - try to fix build_clang ------------------------------------------------------------------------ r18801 | sjoelund.se | 2014-01-27 15:03:30 +0100 (Mon, 27 Jan 2014) | 2 lines Changed paths: A /trunk/testsuite/openmodelica/debugging A /trunk/testsuite/openmodelica/debugging/Debugging.mo Adding the Debugging.mo, for testing nasty numerical errors ------------------------------------------------------------------------ r18800 | vwaurich | 2014-01-27 14:58:21 +0100 (Mon, 27 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - implemented a heuristic whether to resolve a loop or not, some rewriting ------------------------------------------------------------------------ r18799 | leonardo.laguna | 2014-01-27 14:27:41 +0100 (Mon, 27 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/Uncertainties.mo - Reverted bad commit ------------------------------------------------------------------------ r18798 | leonardo.laguna | 2014-01-27 14:16:18 +0100 (Mon, 27 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/RemoveSimpleEquations.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/Util/VarTransform.mo Fixing bug in VarTransform.replaceExpRepeated ------------------------------------------------------------------------ r18797 | cschubert | 2014-01-27 13:50:27 +0100 (Mon, 27 Jan 2014) | 1 line Changed paths: M /trunk/Makefile.common M /trunk/SimulationRuntime/cpp/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp hopefully, this commit will fix the build of cminpack together with the cppruntime ------------------------------------------------------------------------ r18796 | sjoelund.se | 2014-01-27 13:15:50 +0100 (Mon, 27 Jan 2014) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos Only output variables that are actually in the reference results (use outputFormat="empty" if not checking reference files) ------------------------------------------------------------------------ r18795 | sjoelund.se | 2014-01-27 13:13:52 +0100 (Mon, 27 Jan 2014) | 2 lines Changed paths: M /trunk/Examples/GenerateDoc.mos Fix generation of all models again ------------------------------------------------------------------------ r18794 | niklwors | 2014-01-27 12:56:54 +0100 (Mon, 27 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl fix in cpp template for algorithm array assign ------------------------------------------------------------------------ r18793 | hudson | 2014-01-27 09:21:55 +0100 (Mon, 27 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mo M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18792 | vwaurich | 2014-01-27 09:19:10 +0100 (Mon, 27 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos A /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mo A /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit4.mos A /trunk/testsuite/simulation/modelica/resolveLoops/ReferenceFiles/ElectricalCircuit4.mat - added test for resolveLoops ------------------------------------------------------------------------ r18790 | adrpo | 2014-01-26 21:52:32 +0100 (Sun, 26 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/results/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/results/simulation_result_wall.cpp - more fixes for Windows MSVC (int32_t header included) - fixed the filename in SimulationRuntime/c/simulation/results/CMakeLists.txt ------------------------------------------------------------------------ r18789 | adrpo | 2014-01-26 19:34:13 +0100 (Sun, 26 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/results/simulation_result_wall.cpp - fix Windows build (htonl is in some other header) ------------------------------------------------------------------------ r18788 | sjoelund.se | 2014-01-26 15:09:13 +0100 (Sun, 26 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/results/simulation_result_wall.cpp Remove some unused headers ------------------------------------------------------------------------ r18787 | sjoelund.se | 2014-01-26 14:34:40 +0100 (Sun, 26 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/results/simulation_result_wall.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp Fix compilation ------------------------------------------------------------------------ r18786 | hudson | 2014-01-26 14:17:27 +0100 (Sun, 26 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/results/simulation_result_wall.cpp [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18785 | hudson | 2014-01-26 14:16:47 +0100 (Sun, 26 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/results/simulation_result_wall.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_wall.h [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18784 | mtiller | 2014-01-26 14:09:34 +0100 (Sun, 26 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/simulation/results/CMakeLists.txt A /trunk/SimulationRuntime/c/simulation/results/simulation_result_wall.cpp A /trunk/SimulationRuntime/c/simulation/results/simulation_result_wall.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp Adding support for wall files ------------------------------------------------------------------------ r18780 | adeas31 | 2014-01-25 21:54:48 +0100 (Sat, 25 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/LibraryTreeWidget.h M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp - Fixed go to line. Compare the current & parent models filename. ------------------------------------------------------------------------ r18779 | adeas31 | 2014-01-25 20:47:27 +0100 (Sat, 25 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/Util/OMDumpXML.cpp M /trunk/OMEdit/OMEditGUI/Util/OMDumpXML.h - Read the flattening operation from the info XML file. ------------------------------------------------------------------------ r18777 | adeas31 | 2014-01-25 02:14:43 +0100 (Sat, 25 Jan 2014) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp M /trunk/OMEdit/OMEditGUI/GUI/MainWindow.cpp M /trunk/OMEdit/OMEditGUI/GUI/MainWindow.h M /trunk/OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.h M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.cpp M /trunk/OMEdit/OMEditGUI/GUI/Widgets/TransformationsWidget.h M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro - Renamed previous & next to Variables View & Equation View. - Read the file info from the XML file and show the specific line to the user. ------------------------------------------------------------------------ r18776 | hudson | 2014-01-24 19:18:12 +0100 (Fri, 24 Jan 2014) | 15 lines Changed paths: M /trunk/Makefile.libraries commit 64797235bfa0afa5cd9213af567c019fc911788c Author: Hudson Janitor Date: Fri Jan 24 19:03:47 2014 +0100 Bump libraries - https://github.com/kdavies4/FCSys.git branch master has FAILING head - latest is 04d7287f861829ec72886b24fbe941d31ade8c7c * [https://github.com/kdavies4/FCSys/commit/04d7287 04d7287] Added updates for v0.2.5 * [https://github.com/kdavies4/FCSys/commit/7641f3b 7641f3b] Applied updates for version 0.2.4 - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 12c1ba505750b119a3b14020cb15ad33042f06ce. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/12c1ba5 12c1ba5] Fix - renamed Hydraulic pump input in example * [https://github.com/modelica-3rdparty/Physiolibrary/commit/f9503f3 f9503f3] corrections of parameters of examples * [https://github.com/modelica-3rdparty/Physiolibrary/commit/a3b1a08 a3b1a08] solving initial steady state * [https://github.com/modelica-3rdparty/Physiolibrary/commit/6d018df 6d018df] conditional inputs, prohibition of Mixed components ------------------------------------------------------------------------ r18775 | niklwors | 2014-01-24 16:43:21 +0100 (Fri, 24 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt added -fPIC Compiler flag to ModelicaExternalC lib of cpp runtime ------------------------------------------------------------------------ r18772 | sjoelund.se | 2014-01-24 14:17:04 +0100 (Fri, 24 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/InstBinding.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/boot/bootstrap-sources.tar.xz M /trunk/Compiler/runtime/System_rml.c M /trunk/testsuite/openmodelica/bootstrapping/BuildOMC.mos Enable tracing the flattening operation (from SCode to DAE) ------------------------------------------------------------------------ r18771 | niklwors | 2014-01-24 12:51:30 +0100 (Fri, 24 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/CMakeLists.txt deactivated hybrj solver again, clean Minpack build before does not help ------------------------------------------------------------------------ r18770 | niklwors | 2014-01-24 12:41:38 +0100 (Fri, 24 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/CMakeLists.txt second try of activating hybrj solver with make clean build of CMinpack ------------------------------------------------------------------------ r18769 | cschubert | 2014-01-24 11:27:42 +0100 (Fri, 24 Jan 2014) | 1 line Changed paths: M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/cpp/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Makefile.omdev.mingw added cminpack-clean to clean target, building cminpack with visual studio when building runtimeCPPmsvcinstall ------------------------------------------------------------------------ r18768 | niklwors | 2014-01-24 11:27:27 +0100 (Fri, 24 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl fix in cpp template for algloop file names. ------------------------------------------------------------------------ r18766 | niklwors | 2014-01-24 10:30:28 +0100 (Fri, 24 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/CMakeLists.txt deactivated hybrj because of build errors ------------------------------------------------------------------------ r18764 | vitalij | 2014-01-24 10:27:07 +0100 (Fri, 24 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c - update scaling hess ------------------------------------------------------------------------ r18763 | niklwors | 2014-01-24 10:16:34 +0100 (Fri, 24 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt -Activated hybrj solver in cpp runtime -changed generated cpp file names with fileNamePrefix ------------------------------------------------------------------------ r18756 | hudson | 2014-01-23 19:18:05 +0100 (Thu, 23 Jan 2014) | 15 lines Changed paths: M /trunk/Makefile.libraries commit a2db7a04535d75777848fd31d807d3a09a8db464 Author: Hudson Janitor Date: Thu Jan 23 19:10:25 2014 +0100 Bump libraries - https://github.com/kdavies4/FCSys.git branch master has FAILING head - latest is 7641f3bb4084ebc4f051022588711e93478d0902 * [https://github.com/kdavies4/FCSys/commit/7641f3b 7641f3b] Applied updates for version 0.2.4 - svn/MSL trunk has been updated to r7237. * m:r7237 Fixed initial conditions in tests * m:r7236 Added two more test cases with pipes, one with many equations - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 97dd68796d6a22a737ccdb98e4ac29eba3ed04d3. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/97dd687 97dd687] Steady States and examples rewriting ------------------------------------------------------------------------ r18755 | niklwors | 2014-01-23 17:59:30 +0100 (Thu, 23 Jan 2014) | 1 line Changed paths: M /trunk update svn:externals for latest 3rdParty/CMinpack ------------------------------------------------------------------------ r18754 | vwaurich | 2014-01-23 16:09:11 +0100 (Thu, 23 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_eqs_prof.xml - updated prof.xml for engineV6 ------------------------------------------------------------------------ r18753 | niklwors | 2014-01-23 15:58:14 +0100 (Thu, 23 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/CMakeLists.txt add find call for CMinpack library and header files to cpp runtime cmakefile ------------------------------------------------------------------------ r18752 | vitalij | 2014-01-23 15:29:30 +0100 (Thu, 23 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - fixed indices for constraints (optimization) ------------------------------------------------------------------------ r18751 | cschubert | 2014-01-23 15:13:48 +0100 (Thu, 23 Jan 2014) | 1 line Changed paths: M /trunk update svn:externals so that Niklas' changes in cminpack are included ------------------------------------------------------------------------ r18750 | cschubert | 2014-01-23 14:51:14 +0100 (Thu, 23 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/linearSolverLapack.c attempt to fix windows build (strict checking of msvc regarding c coding conventions) ------------------------------------------------------------------------ r18748 | niklwors | 2014-01-23 13:28:25 +0100 (Thu, 23 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt D /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTables.h D /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/ModelicaTablesImpl.c D /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/inline.h D /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/tables.c D /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/tables.cpp D /trunk/SimulationRuntime/cpp/Core/ModelicaExternalC/tables.h D /trunk/SimulationRuntime/cpp/Include/Core/Solver/Initialization.h M /trunk/SimulationRuntime/cpp/Solver/Hybrj/Hybrj.cpp change ModelicaExternalC library from cpp runtime to use c files form MSL. Adapted cpp template for external objects removed unused files in cpp runtime ------------------------------------------------------------------------ r18747 | vitalij | 2014-01-23 13:23:38 +0100 (Thu, 23 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c - fixed constraints scaling ------------------------------------------------------------------------ r18745 | sjoelund.se | 2014-01-23 12:45:05 +0100 (Thu, 23 Jan 2014) | 2 lines Changed paths: M /trunk/Examples/GenerateDoc.mos Handle single quotes and spaces in URL's better ------------------------------------------------------------------------ r18741 | hudson | 2014-01-23 11:50:45 +0100 (Thu, 23 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/linearSolverLapack.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18740 | hudson | 2014-01-23 11:22:10 +0100 (Thu, 23 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18739 | vwaurich | 2014-01-23 11:18:20 +0100 (Thu, 23 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/linearSolverLapack.c - additional output for -lV=LOG_LS_V ------------------------------------------------------------------------ r18738 | vitalij | 2014-01-23 11:12:24 +0100 (Thu, 23 Jan 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - simplify constraints (optimization) - fixed jacobian size (optimization) ------------------------------------------------------------------------ r18736 | vwaurich | 2014-01-23 07:27:45 +0100 (Thu, 23 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - added a function to get the loops in a complex bipartite graph (just for testing) ------------------------------------------------------------------------ r18735 | adeas31 | 2014-01-23 02:43:17 +0100 (Thu, 23 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Component/Component.cpp M /trunk/OMEdit/OMEditGUI/Component/Component.h M /trunk/OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp Do not pass the same instance of ComponentInfo to different objects instead clone the object. ------------------------------------------------------------------------ r18734 | hudson | 2014-01-22 19:10:50 +0100 (Wed, 22 Jan 2014) | 17 lines Changed paths: M /trunk/Makefile.libraries commit 700352159af73b60c52b0ac863c846945bd68e74 Author: Hudson Janitor Date: Wed Jan 22 19:03:23 2014 +0100 Bump libraries - svn/MSL trunk has been updated to r7236. * m:r7236 Added two more test cases with pipes, one with many equations * m:r7235 Added MSL-based mechanical tests * m:r7234 Changed name of test to better reflect the actual structure of initial equations * m:r7229 Added new components and revised EddyCurrent in FluxTubes - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to f06a21d7e48c2e30682b2f694667d5f03b74d437. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/f06a21d f06a21d] SteadyState description * [https://github.com/modelica-3rdparty/Physiolibrary/commit/366a994 366a994] Fix - missing file SteadyStates.mo * [https://github.com/modelica-3rdparty/Physiolibrary/commit/1654e13 1654e13] OpenModelica 1.9.0 support - Equilibrium renamed back to SteadyState * [https://github.com/modelica-3rdparty/Physiolibrary/commit/6895a8f 6895a8f] Physiolibrary.Chemical supported in OMEdit 1.9.0 ------------------------------------------------------------------------ r18731 | hudson | 2014-01-22 17:05:30 +0100 (Wed, 22 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Tearing.mo [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18730 | ptaeuber | 2014-01-22 16:50:56 +0100 (Wed, 22 Jan 2014) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/Tearing.mo M /trunk/testsuite/simulation/modelica/tearing/Algorithm1-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Algorithm2-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Makefile M /trunk/testsuite/simulation/modelica/tearing/MixedTearing1.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing1-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing10-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing11-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing12-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing13-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing14-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing15-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing16-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing17-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing18-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing2-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing3-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing4-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing5-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing6-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing7-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing8-omc.mos M /trunk/testsuite/simulation/modelica/tearing/Tearing9-omc.mos - modified Cellier-Tearing to solve mixed Systems - fixed some problems with Cellier-Tearing ------------------------------------------------------------------------ r18729 | sjoelund.se | 2014-01-22 16:41:48 +0100 (Wed, 22 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo Guard against divisions by zero ------------------------------------------------------------------------ r18728 | casella | 2014-01-22 16:39:41 +0100 (Wed, 22 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/TestHighIndexInitialization.mo Corrected wrong uses annotation ------------------------------------------------------------------------ r18727 | hudson | 2014-01-22 16:26:09 +0100 (Wed, 22 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/HpcOmEqSystems.mo [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18726 | hudson | 2014-01-22 16:25:39 +0100 (Wed, 22 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/flattening/modelica/arrays/QualifiedSlicing.mo [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18725 | perost | 2014-01-22 16:19:59 +0100 (Wed, 22 Jan 2014) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/testsuite/flattening/modelica/arrays/Makefile A /trunk/testsuite/flattening/modelica/arrays/QualifiedSlicing.mo Fix for #2532: - Fixed slicing of qualified crefs. ------------------------------------------------------------------------ r18724 | vwaurich | 2014-01-22 16:17:12 +0100 (Wed, 22 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fix bootstrapper ------------------------------------------------------------------------ r18723 | vitalij | 2014-01-22 16:14:29 +0100 (Wed, 22 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c - fixed hessian for constraints (optimization) ------------------------------------------------------------------------ r18722 | vwaurich | 2014-01-22 16:08:51 +0100 (Wed, 22 Jan 2014) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/HpcOmEqSystems.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos - rearranged code for resolveLoops - some bugfixes for resolveLoops - introduced resolvedLoops as a postOptModule that handles StrongComponents (not yet finished) - updated tests ------------------------------------------------------------------------ r18721 | vitalij | 2014-01-22 15:55:49 +0100 (Wed, 22 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c - fixed hessian for constraints (optimization) ------------------------------------------------------------------------ r18720 | vitalij | 2014-01-22 15:28:11 +0100 (Wed, 22 Jan 2014) | 2 lines Changed paths: A /trunk/testsuite/openmodelica/cruntime/optimization/basic/ReferenceFiles/nmpcBatchReactorCon_ref.mat - add missing ref file ------------------------------------------------------------------------ r18719 | hudson | 2014-01-22 15:07:24 +0100 (Wed, 22 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18718 | hudson | 2014-01-22 15:06:54 +0100 (Wed, 22 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/openmodelica/cruntime/optimization/basic/BRcon.mos [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18717 | vitalij | 2014-01-22 15:01:47 +0100 (Wed, 22 Jan 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/cruntime/optimization/basic/Makefile - sort (Makefile) example for optimization ------------------------------------------------------------------------ r18716 | vitalij | 2014-01-22 15:00:01 +0100 (Wed, 22 Jan 2014) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/optimization/constraints/evalfDiffG.c M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/lagrangeFun/ipopt_hessian.c M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c A /trunk/testsuite/openmodelica/cruntime/optimization/basic/BRcon.mos M /trunk/testsuite/openmodelica/cruntime/optimization/basic/BatchReactor.mo M /trunk/testsuite/openmodelica/cruntime/optimization/basic/Makefile - support constraint block (optimica) - add example ------------------------------------------------------------------------ r18715 | sjoelund.se | 2014-01-22 14:50:54 +0100 (Wed, 22 Jan 2014) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl M /trunk/Examples/BuildModelRecursive.mos M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp M /trunk/testsuite/metamodelica/meta/List4.mo M /trunk/testsuite/metamodelica/meta/MatchCase15.mo M /trunk/testsuite/openmodelica/interactive-API/interactive_api_simulations.mos - 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) ------------------------------------------------------------------------ r18714 | wbraun | 2014-01-22 14:01:34 +0100 (Wed, 22 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/goal/evalF.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/localFunction.h M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - removed global optimization functions ------------------------------------------------------------------------ r18713 | sjoelund.se | 2014-01-22 13:31:34 +0100 (Wed, 22 Jan 2014) | 2 lines Changed paths: M /trunk/Examples/generate_icons.py By default don't export svg elements with display="none" since some renderers do not ignore these elements... ------------------------------------------------------------------------ r18712 | casella | 2014-01-22 11:51:50 +0100 (Wed, 22 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/simulation/modelica/initialization/TestHighIndexInitialization.mo Added same tests, built with the MSL; corrected some wrong comments ------------------------------------------------------------------------ r18711 | wbraun | 2014-01-22 11:38:58 +0100 (Wed, 22 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - fixed issue of r18708 (missing function definition). ------------------------------------------------------------------------ r18710 | sjoelund.se | 2014-01-22 11:15:59 +0100 (Wed, 22 Jan 2014) | 2 lines Changed paths: M /trunk/Examples/GenerateDoc.mos Handle in class comments ------------------------------------------------------------------------ r18709 | hudson | 2014-01-22 10:58:06 +0100 (Wed, 22 Jan 2014) | 1 line Changed paths: M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18708 | vitalij | 2014-01-22 10:50:05 +0100 (Wed, 22 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/SimulationRuntime/c/optimization/constraints/evalfDiffG.c M /trunk/SimulationRuntime/c/optimization/constraints/evalfG.c M /trunk/SimulationRuntime/c/optimization/initialOptimizer/allocate_ipopt.c M /trunk/SimulationRuntime/c/optimization/ipoptODEstruct.h M /trunk/SimulationRuntime/c/optimization/mainOptimizer/ipoptODE.c - jacobians for nonlinear constraints (optimization) ------------------------------------------------------------------------ r18707 | sjoelund.se | 2014-01-22 09:21:54 +0100 (Wed, 22 Jan 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos Changed to non-verified simulation as it is not verified ------------------------------------------------------------------------ r18706 | hudson | 2014-01-21 19:17:54 +0100 (Tue, 21 Jan 2014) | 9 lines Changed paths: M /trunk/Makefile.libraries commit 2be83f860ed87f21984074080239fcd2a9c8e51e Author: Hudson Janitor Date: Tue Jan 21 19:03:16 2014 +0100 Bump libraries - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 090ad10b9b6738212a0994c3fdfa8372c6e8abe6. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/090ad10 090ad10] annotations and documentation * [https://github.com/modelica-3rdparty/Physiolibrary/commit/a7af39f a7af39f] - Conditional inputs of blocks, - Move dependency markers to state blocks from oneports, resistors, inertias, reactions, etc. - Heat of chemical reactions - Heat of gas dissolution in liquids - Fix InitialSteadyState option ------------------------------------------------------------------------ r18705 | adeas31 | 2014-01-21 16:53:08 +0100 (Tue, 21 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Widgets/VariablesWidget.cpp - Improved the creation time of variables tree. ------------------------------------------------------------------------ r18704 | janK | 2014-01-21 16:51:03 +0100 (Tue, 21 Jan 2014) | 1 line Changed paths: M /trunk/Compiler/scripts/replace-startValue.bat Fixed CR/LF in script for Windows ------------------------------------------------------------------------ r18703 | hudson | 2014-01-21 16:27:22 +0100 (Tue, 21 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/flattening/modelica/enums/EnumMatrixProduct.mo [Janitor mode] Set auto-props ------------------------------------------------------------------------ r18702 | perost | 2014-01-21 16:19:55 +0100 (Tue, 21 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo A /trunk/testsuite/flattening/modelica/enums/EnumMatrixProduct.mo M /trunk/testsuite/flattening/modelica/enums/Makefile - Preserve enum literals in Static.elabCrefSlice. ------------------------------------------------------------------------ r18701 | sjoelund.se | 2014-01-21 11:22:36 +0100 (Tue, 21 Jan 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/common/ModelTesting.mos Add some extra checks to make sure people do not commit "verified" results when the text says files not equal ------------------------------------------------------------------------ r18700 | sjoelund.se | 2014-01-21 10:19:56 +0100 (Tue, 21 Jan 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos M /trunk/testsuite/simulation/libraries/msl32_cpp/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos Updated for expected, correct results ------------------------------------------------------------------------ r18699 | adrpo | 2014-01-21 08:21:09 +0100 (Tue, 21 Jan 2014) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo A /trunk/testsuite/flattening/modelica/expandable/ConnectorTest.mo A /trunk/testsuite/flattening/modelica/expandable/ConnectorTest.mos M /trunk/testsuite/flattening/modelica/expandable/Makefile Fix for bug: #2385 - expand array elements added to expandable connectors - add test: testsuite/flattening/modelica/expandable/ConnectorTest.mos ------------------------------------------------------------------------ r18698 | hudson | 2014-01-20 20:17:53 +0100 (Mon, 20 Jan 2014) | 11 lines Changed paths: M /trunk/Makefile.libraries commit eaf6198fca3cea7aaf264f2ba74fb93d3e2cde56 Author: Hudson Janitor Date: Mon Jan 20 20:00:09 2014 +0100 Bump libraries - https://github.com/kdavies4/FCSys.git branch master updated to 882a4216fb1745ee834492740a58ab62d12040d3. * [https://github.com/kdavies4/FCSys/commit/882a421 882a421] Applied udates for version 0.2.3 - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 509a4279ac30e5f8973379c253306171bf7861c5. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/509a427 509a427] model conversions from svn version 0.4934: Blocks and Interfaces ------------------------------------------------------------------------ r18697 | wbraun | 2014-01-20 19:31:53 +0100 (Mon, 20 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.h M /trunk/testsuite/simulation/modelica/asserts/AssertTest7.mos - removed rounding step-size work-a-round ------------------------------------------------------------------------ r18696 | adrpo | 2014-01-20 18:42:19 +0100 (Mon, 20 Jan 2014) | 13 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Util/Flags.mo A /trunk/testsuite/flattening/modelica/others/Homotopy.mo A /trunk/testsuite/flattening/modelica/others/Homotopy.mos M /trunk/testsuite/flattening/modelica/others/Makefile - 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. ------------------------------------------------------------------------ r18695 | sjoelund.se | 2014-01-20 13:36:56 +0100 (Mon, 20 Jan 2014) | 2 lines Changed paths: M /trunk/testsuite/openmodelica/omcc/ParseCodeModelica.mo M /trunk/testsuite/openmodelica/omcc/SCRIPT.mos Update omcc makefiles ------------------------------------------------------------------------ r18694 | hudson | 2014-01-20 12:57:50 +0100 (Mon, 20 Jan 2014) | 1 line Changed paths: M /trunk/testsuite/flattening/modelica/arrays/SliceMultiplication.mo [Janitor mode] Fix tabs ------------------------------------------------------------------------ r18693 | sjoelund.se | 2014-01-20 12:48:02 +0100 (Mon, 20 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/testsuite/flattening/modelica/arrays/BlockMatrix.mo M /trunk/testsuite/flattening/modelica/arrays/BlockMatrix2.mo M /trunk/testsuite/flattening/modelica/arrays/BlockMatrix3.mo M /trunk/testsuite/flattening/modelica/arrays/Makefile A /trunk/testsuite/flattening/modelica/arrays/SliceMultiplication.mo Fixes #2376, simplification of slicing array crefs ------------------------------------------------------------------------ r18692 | vwaurich | 2014-01-20 08:34:38 +0100 (Mon, 20 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit2.mos M /trunk/testsuite/simulation/modelica/resolveLoops/ElectricalCircuit3.mos - resolveloops: the resolved equation has the form 0 = ... in order to simplify the expression on one side - updated tests ------------------------------------------------------------------------ r18691 | wbraun | 2014-01-19 19:18:00 +0100 (Sun, 19 Jan 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos - expected output ------------------------------------------------------------------------ r18690 | hudson | 2014-01-19 19:17:55 +0100 (Sun, 19 Jan 2014) | 8 lines Changed paths: M /trunk/Makefile.libraries commit 3b8debb50cc6a13ec7430a837109fbaf6979e956 Author: Hudson Janitor Date: Sun Jan 19 19:03:09 2014 +0100 Bump libraries - https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 9af39d8e5e450167e23f40d0f40982c7e4d85fd4. * [https://github.com/modelica-3rdparty/Physiolibrary/commit/9af39d8 9af39d8] Script to set displayUnits in Dymola ------------------------------------------------------------------------ r18689 | wbraun | 2014-01-19 17:52:11 +0100 (Sun, 19 Jan 2014) | 2 lines Changed paths: M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos - expected output ------------------------------------------------------------------------ r18688 | wbraun | 2014-01-19 17:43:36 +0100 (Sun, 19 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/perform_simulation.c M /trunk/SimulationRuntime/c/simulation/solver/simulation_inline_solver.h M /trunk/testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSL.mos M /trunk/testsuite/openmodelica/cruntime/simoptions/testOutputIntervalEuler.mos M /trunk/testsuite/openmodelica/cruntime/simoptions/testOutputIntervalRK.mos M /trunk/testsuite/simulation/libraries/msl31/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.NandGate.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mat M /trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat M /trunk/testsuite/simulation/modelica/asserts/AssertTest4.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest5.mos M /trunk/testsuite/simulation/modelica/asserts/AssertTest7.mos - added fix for stepSize calculation and output intervals #2539 ------------------------------------------------------------------------ r18687 | hudson | 2014-01-18 19:19:15 +0100 (Sat, 18 Jan 2014) | 8 lines Changed paths: M /trunk/Makefile.libraries commit 76e22e75fe95e0436f12d857f2882b344e41a42e Author: Hudson Janitor Date: Sat Jan 18 19:03:04 2014 +0100 Bump libraries - https://github.com/kdavies4/FCSys.git branch master updated to d27764f4d55f3eec6cbf118bcadad5d50d64ec27. * [https://github.com/kdavies4/FCSys/commit/d27764f d27764f] Applied updates for version 0.2.2 ------------------------------------------------------------------------ r18686 | sjoelund.se | 2014-01-17 17:18:42 +0100 (Fri, 17 Jan 2014) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization/initialization.c Fix LOG_INIT stream ------------------------------------------------------------------------ r18685 | adeas31 | 2014-01-17 17:08:04 +0100 (Fri, 17 Jan 2014) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp Print the error message and the actual XML output if the parsing fails. ------------------------------------------------------------------------ r18684 | wbraun | 2014-01-17 17:01:52 +0100 (Fri, 17 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/DAEUtil.mo - fix bootstrap compiler ------------------------------------------------------------------------ r18683 | wbraun | 2014-01-17 16:50:27 +0100 (Fri, 17 Jan 2014) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/Differentiate.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo - added an interface function for partial derivatives of functions ------------------------------------------------------------------------ r18682 | sjoelund.se | 2014-01-17 16:13:36 +0100 (Fri, 17 Jan 2014) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/GUI/Widgets/DocumentationWidget.cpp M /trunk/OMEdit/OMEditGUI/OMC/OMCProxy.cpp #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}.$$ }}} ------------------------------------------------------------------------ r12451 | perost | 2012-08-08 11:22:04 +0200 (Wed, 08 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Merged the cases in SCodeInst.instFunctionCall, since RML unifies them incorrectly. ------------------------------------------------------------------------ r12450 | sjoelund.se | 2012-08-08 07:58:21 +0200 (Wed, 08 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/runtime/systemimpl.c - Makes omc search for more locales than the given one (to make a good effort of getting LC_CTYPE=UTF-8) ------------------------------------------------------------------------ r12449 | adeas31 | 2012-08-07 23:37:01 +0200 (Tue, 07 Aug 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/main.cpp - Use QLocale instead of strings. ------------------------------------------------------------------------ r12448 | Frenkel TUD | 2012-08-07 22:25:07 +0200 (Tue, 07 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - workaround for nonlinear torn systems ------------------------------------------------------------------------ r12447 | Frenkel TUD | 2012-08-07 22:15:52 +0200 (Tue, 07 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix tearing for nonlinear systems ------------------------------------------------------------------------ r12446 | Frenkel TUD | 2012-08-07 21:59:17 +0200 (Tue, 07 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix tearing for nonlinear systems ------------------------------------------------------------------------ r12445 | sjoelund.se | 2012-08-07 16:52:27 +0200 (Tue, 07 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Translation/README M /trunk/Compiler/runtime/systemimpl.c - Fix gettext charset when not using +locale=..., relying on env.vars instead ------------------------------------------------------------------------ r12444 | adeas31 | 2012-08-07 16:35:19 +0200 (Tue, 07 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp - gettext uses environment variable so don't use setlocale for windows. - Pass the OMEdit locale to omc. ------------------------------------------------------------------------ r12443 | Frenkel TUD | 2012-08-07 16:32:43 +0200 (Tue, 07 Aug 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/testsuite/mosfiles/MeasureTime.mos - 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) ------------------------------------------------------------------------ r12442 | sjoelund.se | 2012-08-07 16:07:12 +0200 (Tue, 07 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Makefile.common M /trunk/testsuite/scodeinst/conngraph1.mo - Finished swedish translation ------------------------------------------------------------------------ r12441 | sjoelund.se | 2012-08-07 11:37:46 +0200 (Tue, 07 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ConnectUtil2.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo M /trunk/OMOptim - More translations ------------------------------------------------------------------------ r12440 | perost | 2012-08-07 11:23:14 +0200 (Tue, 07 Aug 2012) | 2 lines Changed paths: M /trunk/configure.in - Changed the configure check for qwt to include qwt6. ------------------------------------------------------------------------ r12439 | Frenkel TUD | 2012-08-06 21:58:00 +0200 (Mon, 06 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - save time, do not update incidence matrix ------------------------------------------------------------------------ r12438 | Frenkel TUD | 2012-08-06 20:49:07 +0200 (Mon, 06 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - bugfix removeSimpleEquationsPast ------------------------------------------------------------------------ r12437 | sjoelund.se | 2012-08-06 16:35:10 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Flags.mo - Improved translations ------------------------------------------------------------------------ r12436 | Frenkel TUD | 2012-08-06 16:21:46 +0200 (Mon, 06 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/Util/Flags.mo - tearing, bugfix for array equations ------------------------------------------------------------------------ r12435 | adeas31 | 2012-08-06 15:23:01 +0200 (Mon, 06 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Fixed build for windows. ------------------------------------------------------------------------ r12434 | perost | 2012-08-06 13:46:45 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/FrontEnd/CheckModel.mo - Removed some cases for handling stringified crefs. ------------------------------------------------------------------------ r12433 | sjoelund.se | 2012-08-06 13:06:49 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Translation/Makefile M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/runtime/SimulationResults.c M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/printimpl.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/runtime/systemimpl.h - Marked some files in the runtime as translation targets ------------------------------------------------------------------------ r12432 | perost | 2012-08-06 12:47:25 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlatDump.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/InstDumpTV.mo M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.tpl M /trunk/Compiler/Template/SCodeTV.mo M /trunk/Compiler/Template/SimCodeTV.mo M /trunk/Compiler/Util/VarTransform.mo M /trunk/testsuite/interactive/XmlDumpComment.mos - Merged Flow and Stream in SCode and DAE into ConnectorType. ------------------------------------------------------------------------ r12431 | sjoelund.se | 2012-08-06 12:16:06 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Translation/sv.po - Enable interactive/interactiveCorba modes again ------------------------------------------------------------------------ r12430 | sjoelund.se | 2012-08-06 11:27:26 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Debug.mo M /trunk/Compiler/Util/Flags.mo - Avoid printing multiple copies of the usage if +help is given on the command-line ------------------------------------------------------------------------ r12429 | sjoelund.se | 2012-08-06 10:49:17 +0200 (Mon, 06 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Translation/Makefile M /trunk/Compiler/Translation/de.po M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/runtime/systemimpl.c - Enable translation strings for many config flags ------------------------------------------------------------------------ r12428 | Frenkel TUD | 2012-08-03 20:14:28 +0200 (Fri, 03 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - fix uninicialised variable ------------------------------------------------------------------------ r12426 | adeas31 | 2012-08-03 18:09:35 +0200 (Fri, 03 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Fixed setlocale warning for windows. ------------------------------------------------------------------------ r12425 | Frenkel TUD | 2012-08-03 15:36:40 +0200 (Fri, 03 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - implement handling of array equations in BackendDAEOptimize.derive ------------------------------------------------------------------------ r12424 | sjoelund.se | 2012-08-03 14:50:52 +0200 (Fri, 03 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Translation/README - Updated translation guide ------------------------------------------------------------------------ r12423 | sjoelund.se | 2012-08-03 14:40:16 +0200 (Fri, 03 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Translation/Makefile M /trunk/Compiler/Translation/README A /trunk/Compiler/Translation/de.po - Adding German language stubs to the translations ------------------------------------------------------------------------ r12422 | sjoelund.se | 2012-08-03 14:35:18 +0200 (Fri, 03 Aug 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.SimpleLiquidWater.mos - Fix testsuite ------------------------------------------------------------------------ r12421 | sjoelund.se | 2012-08-03 13:30:23 +0200 (Fri, 03 Aug 2012) | 4 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Translation/openmodelica.pot M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/3rdParty/HumMod/checkHumMod.mos M /trunk/testsuite/3rdParty/HumMod/instHumMod.mos M /trunk/testsuite/bootstrapping/UtilTest.mos M /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/libraries/msl221/PID_Controller.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWithTopPorts.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.IdealFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.MassFlowRate.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveCompressible.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.ConstantHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.IdealHeatTransfer.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mofiles/ConnectInner2.mo M /trunk/testsuite/mofiles/msl/BS12.mo M /trunk/testsuite/mofiles/msl/BS16.mo M /trunk/testsuite/mofiles/msl/BS4.mo M /trunk/testsuite/mofiles/msl/BS5.mo M /trunk/testsuite/mofiles/msl/BS6.mo M /trunk/testsuite/mofiles/msl/BS7.mo M /trunk/testsuite/mofiles/msl/BS8.mo M /trunk/testsuite/mosfiles-nosim/Model1.mos M /trunk/testsuite/mosfiles-nosim/Model2.mos #1767 - Marked strings for translation in Error.mo - Removed some useless whitespace from a few error-messages ------------------------------------------------------------------------ r12420 | Frenkel TUD | 2012-08-03 10:32:45 +0200 (Fri, 03 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - do not exceed next time step while search forward for event in reference ------------------------------------------------------------------------ r12419 | niklwors | 2012-08-03 09:52:47 +0200 (Fri, 03 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix in cpp template for algortihm no retcall ------------------------------------------------------------------------ r12418 | Frenkel TUD | 2012-08-03 09:27:09 +0200 (Fri, 03 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - improve SimulationResultsCompare, now the left and the right value of an event are compared ------------------------------------------------------------------------ r12417 | sjoelund.se | 2012-08-02 21:01:50 +0200 (Thu, 02 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c #1766 - Only set locale for messages so we do not screw up numbers ------------------------------------------------------------------------ r12413 | Frenkel TUD | 2012-08-02 15:40:15 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos - fix last commit ------------------------------------------------------------------------ r12412 | Frenkel TUD | 2012-08-02 15:39:12 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos - update Loop handling ------------------------------------------------------------------------ r12411 | sjoelund.se | 2012-08-02 14:43:33 +0200 (Thu, 02 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/OMOptim.config.in - OMOptim path ------------------------------------------------------------------------ r12410 | Frenkel TUD | 2012-08-02 14:23:48 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo Do not hand over the scalar incidence Matrix because following modules does not check if scalar or not ------------------------------------------------------------------------ r12409 | JohannaSchneider | 2012-08-02 13:41:52 +0200 (Thu, 02 Aug 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Util/Flags.mo 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” ------------------------------------------------------------------------ r12408 | sjoelund.se | 2012-08-02 13:26:00 +0200 (Thu, 02 Aug 2012) | 2 lines Changed paths: M /trunk/configure.in - Check for gettext ------------------------------------------------------------------------ r12406 | sjoelund.se | 2012-08-02 12:23:10 +0200 (Thu, 02 Aug 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Fix clean command (OMOptimBasis) ------------------------------------------------------------------------ r12405 | sjoelund.se | 2012-08-02 12:21:09 +0200 (Thu, 02 Aug 2012) | 2 lines Changed paths: M /trunk/Makefile.in - OMOptimBasis path ------------------------------------------------------------------------ r12404 | sjoelund.se | 2012-08-02 12:07:57 +0200 (Thu, 02 Aug 2012) | 2 lines Changed paths: M /trunk/configure.in - Fix OMOptimBasis paths ------------------------------------------------------------------------ r12403 | sjoelund.se | 2012-08-02 11:58:25 +0200 (Thu, 02 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim - Fix svn externals to point to a valid URL for the SSL-cert ------------------------------------------------------------------------ r12401 | hubert.thieriot | 2012-08-02 11:32:21 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/OMOptim A /trunk/OMOptim/Doc/ClassStructure.graphml D /trunk/OMOptim/GUI/Resources/icons/Thumbs.db M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMOptim/build/OMOptimLib.pro M /trunk/OMOptim/buildOMOptim.pro M /trunk/OMOptim/version.h - corrected paths due to OMOptimBasis move ------------------------------------------------------------------------ r12400 | hubert.thieriot | 2012-08-02 11:30:50 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: D /trunk/OMOptim/OMOptimBasis - delete OMOptimBasis in OMOptim : now has its own repo folder in trunk ------------------------------------------------------------------------ r12399 | hubert.thieriot | 2012-08-02 10:55:41 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/OMOptimBasis/build/Makefile.unix.in M /trunk/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - updated OMOptimBasis paths ------------------------------------------------------------------------ r12398 | hubert.thieriot | 2012-08-02 10:51:24 +0200 (Thu, 02 Aug 2012) | 4 lines Changed paths: A /trunk/OMOptimBasis (from /trunk/OMOptim/OMOptimBasis:12397) - copy OMOptimBasis as a separate repo folder. This is made to use OMOptimBasis in other projects, and to avoid duplicated checkouts (cf. http://www.svnforum.org/threads/41200-Best-Project-Layout-to-Avoid-Repeated-Dependency-Copies-using-svn-externals) OMOptimBasis in OMOptim will soon be deleted. ------------------------------------------------------------------------ r12397 | niklwors | 2012-08-02 09:23:49 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp -changed simulation arguments to program_options, modified CevalScript for cpp simulation call ------------------------------------------------------------------------ r12396 | adeas31 | 2012-08-02 00:25:28 +0200 (Thu, 02 Aug 2012) | 1 line Changed paths: M /trunk/testsuite/bootstrapping/LinkMain.makefile.mingw - Fixed bootstrapped compilation for Windows. Added -lintl. ------------------------------------------------------------------------ r12395 | adeas31 | 2012-08-01 20:13:34 +0200 (Wed, 01 Aug 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw - Copy the required dlls. ------------------------------------------------------------------------ r12394 | sjoelund.se | 2012-08-01 19:20:02 +0200 (Wed, 01 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c - Remove debug print ------------------------------------------------------------------------ r12393 | Frenkel TUD | 2012-08-01 18:06:11 +0200 (Wed, 01 Aug 2012) | 1 line Changed paths: M /trunk/Compiler/omc_release/Makefile.omdev.mingw add -lintl for mingw ------------------------------------------------------------------------ r12392 | hubert.thieriot | 2012-08-01 17:32:26 +0200 (Wed, 01 Aug 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - removed MinEITDev call from this : should be independent ------------------------------------------------------------------------ r12391 | hubert.thieriot | 2012-08-01 17:30:23 +0200 (Wed, 01 Aug 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - PluginEI now calls MINEIT ------------------------------------------------------------------------ r12389 | sjoelund.se | 2012-08-01 16:22:37 +0200 (Wed, 01 Aug 2012) | 3 lines Changed paths: M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Translation/Makefile M /trunk/Compiler/Translation/sv.po M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/settingsimpl.c M /trunk/Compiler/runtime/settingsimpl.h M /trunk/Compiler/runtime/systemimpl.c - 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. ------------------------------------------------------------------------ r12388 | sjoelund.se | 2012-08-01 15:37:14 +0200 (Wed, 01 Aug 2012) | 2 lines Changed paths: A /trunk/Compiler/Translation A /trunk/Compiler/Translation/Makefile A /trunk/Compiler/Translation/README A /trunk/Compiler/Translation/openmodelica.pot A /trunk/Compiler/Translation/sv.po - Adding directory for translations of the omc kernel ------------------------------------------------------------------------ r12386 | Frenkel TUD | 2012-08-01 12:00:58 +0200 (Wed, 01 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c - avoid memory leaks - use absdouble()>epsilon for double==double in SimulationResultsCmp ------------------------------------------------------------------------ r12385 | sjoelund.se | 2012-08-01 10:53:37 +0200 (Wed, 01 Aug 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/Unparsing.mo M /trunk/Parser/BaseModelica_Lexer.g - Remove results from list of keywords ------------------------------------------------------------------------ r12384 | Frenkel TUD | 2012-07-31 22:33:30 +0200 (Tue, 31 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo - get rid of bootstrapping warnings ------------------------------------------------------------------------ r12383 | Frenkel TUD | 2012-07-31 21:33:05 +0200 (Tue, 31 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/FrontEnd/Inline.mo - remove unused local variable with same name as input to avoid segvault by bootstrapped compiler - remove fastht from BackendDAE.Variables ------------------------------------------------------------------------ r12382 | niklwors | 2012-07-31 15:59:22 +0200 (Tue, 31 Jul 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt -changed cmake file for lapack and blas lib ------------------------------------------------------------------------ r12381 | niklwors | 2012-07-31 15:13:27 +0200 (Tue, 31 Jul 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp -removed tabs ------------------------------------------------------------------------ r12380 | niklwors | 2012-07-31 14:58:49 +0200 (Tue, 31 Jul 2012) | 3 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/ModelicaExternalC/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h M /trunk/SimulationRuntime/cpp/Source/SimManager/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/CMakeLists.txt -renamed cpp shared libs and executable with OMCpp prefix -changed executable call for cpp runtime in CevalScript ------------------------------------------------------------------------ r12379 | hubert.thieriot | 2012-07-30 17:31:04 +0200 (Mon, 30 Jul 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp - updated Dymola compiling - MOomc updates ------------------------------------------------------------------------ r12377 | adeas31 | 2012-07-30 17:11:53 +0200 (Mon, 30 Jul 2012) | 4 lines Changed paths: M /trunk/Compiler/Script/Interactive.mo #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. ------------------------------------------------------------------------ r12376 | Frenkel TUD | 2012-07-30 17:06:11 +0200 (Mon, 30 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo - fixes for if-equations ------------------------------------------------------------------------ r12375 | mahge930 | 2012-07-30 15:37:21 +0200 (Mon, 30 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Util/Error.mo + Remaining support for Class Attributes (objectives) for optimization class of Optimica extension. ------------------------------------------------------------------------ r12374 | Frenkel TUD | 2012-07-30 15:09:17 +0200 (Mon, 30 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - add missing functionality for if equations ------------------------------------------------------------------------ r12373 | adeas31 | 2012-07-30 13:42:24 +0200 (Mon, 30 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/testsuite/interactive/interactive_api_calls.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - New API call to check if the nested class is protected or not, + isProtectedClass ------------------------------------------------------------------------ r12372 | Frenkel TUD | 2012-07-30 13:03:45 +0200 (Mon, 30 Jul 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/Util/Flags.mo - add BackendDAEOptimize.simplifyIfEquations - move evaluation of parameters with annotation evalute=True to backend - move handling of if equations to backend ------------------------------------------------------------------------ r12371 | Frenkel TUD | 2012-07-30 10:27:36 +0200 (Mon, 30 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo - remove transformDAE,mapTransformDAE,transformDAEWork,restartMatching from BackendDAEUtil.mo ------------------------------------------------------------------------ r12370 | Frenkel TUD | 2012-07-30 09:50:17 +0200 (Mon, 30 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo - test new interface for index reduction ------------------------------------------------------------------------ r12369 | niklwors | 2012-07-27 16:11:02 +0200 (Fri, 27 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp -changed loading algebraic loop solver library in cpp runtime ------------------------------------------------------------------------ r12368 | niklwors | 2012-07-27 14:49:42 +0200 (Fri, 27 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp -added exception for not supported output format ------------------------------------------------------------------------ r12367 | niklwors | 2012-07-27 11:22:01 +0200 (Fri, 27 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl -fix removed space in include string ------------------------------------------------------------------------ r12366 | niklwors | 2012-07-27 11:02:01 +0200 (Fri, 27 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/cppruntime/Makefile A /trunk/testsuite/cppruntime/tearnonlin1.mo A /trunk/testsuite/cppruntime/tearnonlin1.mos -Added tearnonlin test files to cppruntime test folder ------------------------------------------------------------------------ r12365 | niklwors | 2012-07-27 09:58:45 +0200 (Fri, 27 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo -changed simcall in CevalScript for cpp runtime ------------------------------------------------------------------------ r12364 | niklwors | 2012-07-27 09:35:30 +0200 (Fri, 27 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix in cpp template for algloop include's ------------------------------------------------------------------------ r12363 | hubert.thieriot | 2012-07-26 19:14:39 +0200 (Thu, 26 Jul 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Plots/MOPlot.h M /trunk/OMOptim/OMOptimBasis/MOVector.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h - corrected OM simulation call (added mingw path in environmentfor dlls) - corrected Dymola simulation call ------------------------------------------------------------------------ r12362 | niklwors | 2012-07-26 13:26:03 +0200 (Thu, 26 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/SimCodeTV.mo changed instantiation of Algloops in cpp template because of assembler errors ------------------------------------------------------------------------ r12361 | adeas31 | 2012-07-25 18:35:59 +0200 (Wed, 25 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Script/Interactive.mo - If the adding component class is partial then declare the added component as replaceable. ------------------------------------------------------------------------ r12360 | hubert.thieriot | 2012-07-24 19:03:43 +0200 (Tue, 24 Jul 2012) | 4 lines Changed paths: M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.cpp M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.h D /trunk/OMOptim/Core/Optim/EA/OptimAlgoUtils.h A /trunk/OMOptim/Core/Optim/EA/OptimAlgosList.cpp M /trunk/OMOptim/Core/Optim/EA/OptimAlgosList.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.h M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.h A /trunk/OMOptim/OMOptimBasis/doc/AddANewOptimAlgo.txt M /trunk/OMOptim/OMOptimBasis/doc/AddANewProblem.txt A /trunk/OMOptim/OMOptimBasis/doc/MainClasses.graphml M /trunk/OMOptim/build/OMOptimLib.pro - created OptimAlgos - removed OptimAlgosUtils -updated documentation ------------------------------------------------------------------------ r12359 | ppriv | 2012-07-22 20:33:17 +0200 (Sun, 22 Jul 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCSharp.tpl A /trunk/Compiler/susan_codegen/doc/Susan_TODO.txt C# codegen template little improvements - proper enum support - initial algorithm for bound params support - added (my old) Susan_TODO.txt ------------------------------------------------------------------------ r12358 | Frenkel TUD | 2012-07-20 14:26:29 +0200 (Fri, 20 Jul 2012) | 1 line Changed paths: A /trunk/doc/backend/BackendFlowDiagram.graphml A /trunk/doc/backend/BackendFlowDiagram.jpg - add BackendFlowDiagram, try to give a overview on all tasks the backend has to do ------------------------------------------------------------------------ r12357 | Frenkel TUD | 2012-07-20 14:20:44 +0200 (Fri, 20 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/Util/Flags.mo - rename evaluteParameter -> removeevaluteParamters - add evaluateFinalParameters and evaluteParameters, ------------------------------------------------------------------------ r12356 | lochel | 2012-07-20 12:38:22 +0200 (Fri, 20 Jul 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c - fix sparse jacobian for initialization ------------------------------------------------------------------------ r12355 | Frenkel TUD | 2012-07-20 11:59:15 +0200 (Fri, 20 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mosfiles/algorithms.mos M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12354 | lochel | 2012-07-20 11:15:03 +0200 (Fri, 20 Jul 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c - add interface to get real sparse jacobians - use sparsity pattern for initialization using ipopt - correct indentation in CodegenC.tpl ------------------------------------------------------------------------ r12353 | Frenkel TUD | 2012-07-20 10:04:27 +0200 (Fri, 20 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos - fix tests ------------------------------------------------------------------------ r12352 | Frenkel TUD | 2012-07-20 09:20:22 +0200 (Fri, 20 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ConnectionGraph.mo - bugfix rooted ------------------------------------------------------------------------ r12351 | Frenkel TUD | 2012-07-20 07:40:51 +0200 (Fri, 20 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mosfiles/algorithms.mos M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12350 | Frenkel TUD | 2012-07-19 22:15:22 +0200 (Thu, 19 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ConnectionGraph.mo M /trunk/Compiler/FrontEnd/Static.mo - implement evaluation of "rooted" in ConnectionGraph.mo ------------------------------------------------------------------------ r12349 | ppriv | 2012-07-19 20:35:51 +0200 (Thu, 19 Jul 2012) | 3 lines Changed paths: D /trunk/Compiler/susan_codegen/SimCode A /trunk/Compiler/susan_codegen/SimCode_design.txt M /trunk/Makefile.common Cleaning of the internal stuff out of the susan_codegen/ - delete susan_codegen/SimCode - move SimCode_design.txt to susan_codegen/ ------------------------------------------------------------------------ r12348 | Frenkel TUD | 2012-07-19 18:02:00 +0200 (Thu, 19 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo - get some loops working ------------------------------------------------------------------------ r12347 | lochel | 2012-07-19 16:51:16 +0200 (Thu, 19 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c - generate constant indices for each symbolic jacobian ------------------------------------------------------------------------ r12346 | lochel | 2012-07-19 11:41:25 +0200 (Thu, 19 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo - fix tests using simflags ------------------------------------------------------------------------ r12345 | adrpo | 2012-07-18 21:05:21 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/PSO/PSOAlgo.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOParameters.h - no BOM ------------------------------------------------------------------------ r12344 | hubert.thieriot | 2012-07-18 19:50:03 +0200 (Wed, 18 Jul 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.cpp M /trunk/OMOptim/OMOptimBasis/Units/METime.h M /trunk/OMOptim/OMOptimBasis/Variables.cpp - added MOOMC error string - corrected Variables extraction ------------------------------------------------------------------------ r12343 | adrpo | 2012-07-18 19:07:06 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/PSO/PSOAlgo.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOParameters.h - fix UTF-8 issues. ------------------------------------------------------------------------ r12342 | Frenkel TUD | 2012-07-18 17:10:22 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OnRelaxation.mo - continue loop handling ------------------------------------------------------------------------ r12341 | niklwors | 2012-07-18 16:49:37 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix in cpp template giveZeroFunc ------------------------------------------------------------------------ r12340 | Frenkel TUD | 2012-07-18 16:28:55 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/PSO/PSO.cpp M /trunk/OMOptim/Core/Optim/EA/PSO/PSO.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOAlgo.h - fix tabs ------------------------------------------------------------------------ r12339 | Frenkel TUD | 2012-07-18 16:17:49 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - grammer ------------------------------------------------------------------------ r12338 | niklwors | 2012-07-18 15:56:11 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix in cpp template for make file generation ------------------------------------------------------------------------ r12337 | lochel | 2012-07-18 11:27:24 +0200 (Wed, 18 Jul 2012) | 2 lines Changed paths: M /trunk/configure.in fix for ipopt in std-directory ------------------------------------------------------------------------ r12336 | fabiabda | 2012-07-18 11:14:56 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: A /trunk/OMOptim/Core/Optim/EA/PSO (from /branches/Optimization/Branches/Fadi/Core/Optim/EA/PSO:11795) M /trunk/OMOptim/Core/Optim/EA/PSO/PSO.cpp M /trunk/OMOptim/Core/Optim/EA/PSO/PSO.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOAlgo.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOBreed.h M /trunk/OMOptim/Core/Optim/EA/PSO/PSOParameters.h M /trunk/OMOptim/Core/Optim/EA/PSO/updateGbest.h M /trunk/OMOptim/Core/Optim/EA/PSO/updatePbest.h M /trunk/OMOptim/Core/Optim/EA/PSO/updateVelocity.h PSO Optimisation Algorithm added ------------------------------------------------------------------------ r12335 | lochel | 2012-07-18 10:51:32 +0200 (Wed, 18 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo fix tab-errors ------------------------------------------------------------------------ r12334 | hubert.thieriot | 2012-07-18 10:44:50 +0200 (Wed, 18 Jul 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/Dymola.h A /trunk/OMOptim/Core/Dymola/DymolaParameters.h M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/OMOptimSettings.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp A /trunk/OMOptim/Core/OpenModelica/OpenModelicaParameters.h M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.cpp M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2Parameters.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1.cpp M /trunk/OMOptim/Core/Optim/EA/SA1/SA1Parameters.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Parameters.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp D /trunk/OMOptim/OMOptimBasis/MOKeepVector.h M /trunk/OMOptim/OMOptimBasis/MOParameter.cpp M /trunk/OMOptim/OMOptimBasis/MOParameter.h M /trunk/OMOptim/OMOptimBasis/MOSettings.cpp M /trunk/OMOptim/OMOptimBasis/MOSettings.h M /trunk/OMOptim/OMOptimBasis/MOVector.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Units/METime.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro A /trunk/OMOptim/OMOptimBasis/doc/AddANewProblem.txt A /trunk/OMOptim/OMOptimBasis/doc/Images/ProblemInterface.png M /trunk/OMOptim/build/OMOptimLib.pro - main change in OMParameter : use name as an index (removed INDEX field since it could cause mistakes when list of parameters evolves) ------------------------------------------------------------------------ r12333 | lochel | 2012-07-18 09:51:24 +0200 (Wed, 18 Jul 2012) | 12 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/runtime/config.h M /trunk/Compiler/runtime/config.unix.h.in M /trunk/SimulationRuntime/c/Makefile.in M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/initialization.c A /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.c A /trunk/SimulationRuntime/c/simulation/solver/ipopt_initialization.h M /trunk/configure.in M /trunk/testsuite/initialization/Makefile A /trunk/testsuite/initialization/outputTest.mos ./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) ------------------------------------------------------------------------ r12332 | Frenkel TUD | 2012-07-17 20:09:25 +0200 (Tue, 17 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/nonConstantParam.mos - fix test ------------------------------------------------------------------------ r12331 | Frenkel TUD | 2012-07-17 17:52:52 +0200 (Tue, 17 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo - update OnRelaxation for loops ------------------------------------------------------------------------ r12330 | adeas31 | 2012-07-17 17:39:18 +0200 (Tue, 17 Jul 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - New API calls to check class restriction, + isOperator + isOperatorRecord + isOperatorFunction ------------------------------------------------------------------------ r12327 | niklwors | 2012-07-17 10:15:48 +0200 (Tue, 17 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -fix for algorithm for loops in cpp template ------------------------------------------------------------------------ r12326 | niklwors | 2012-07-16 14:38:27 +0200 (Mon, 16 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl -added struct and Literals generation to cpp template ------------------------------------------------------------------------ r12324 | jansilar | 2012-07-13 11:14:13 +0200 (Fri, 13 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCSharp.tpl Fixed bug in C# template - FunDAE - mexed_equation_system. Redundant "," causing nonbuildable generated code. ------------------------------------------------------------------------ r12323 | Frenkel TUD | 2012-07-13 00:47:05 +0200 (Fri, 13 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Flags.mo - add Flag to set cheapmatching algorithm - bugfix for pantelitis index reduction ------------------------------------------------------------------------ r12322 | Frenkel TUD | 2012-07-12 18:27:31 +0200 (Thu, 12 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/Util/Flags.mo - bugfixes index reduction and matching ------------------------------------------------------------------------ r12321 | Frenkel TUD | 2012-07-12 13:57:45 +0200 (Thu, 12 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Matching.mo - fix bugs ------------------------------------------------------------------------ r12320 | Frenkel TUD | 2012-07-11 17:59:56 +0200 (Wed, 11 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - remove tabs ------------------------------------------------------------------------ r12319 | Frenkel TUD | 2012-07-11 17:46:00 +0200 (Wed, 11 Jul 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/Util/Flags.mo - listNth -> listGet - update old matching and index reduction to new interface - update DynamicStateSelection, Pantelitis for wrapperles code ------------------------------------------------------------------------ r12318 | Frenkel TUD | 2012-07-10 18:49:31 +0200 (Tue, 10 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OnRelaxation.mo - try some things for loops ------------------------------------------------------------------------ r12317 | hubert.thieriot | 2012-07-10 18:36:36 +0200 (Tue, 10 Jul 2012) | 1 line Changed paths: D /trunk/OMOptim/Doc/AddANewProblem.txt A /trunk/OMOptim/Doc/CodeStructureOMOptim.graphml A /trunk/OMOptim/Doc/Images/CodeStructureOMOptim.png M /trunk/OMOptim/Doc/MainClasses.graphml A /trunk/OMOptim/Doc/Models.txt M /trunk/OMOptim/Doc/OMOptimDoc.txt A /trunk/OMOptim/Doc/Project.txt M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.h A /trunk/OMOptim/OMOptimBasis/doc/Doxyfile A /trunk/OMOptim/OMOptimBasis/doc/Extension.txt (from /trunk/OMOptim/Doc/AddANewProblem.txt:12312) A /trunk/OMOptim/OMOptimBasis/doc/Images A /trunk/OMOptim/OMOptimBasis/doc/Images/ProjectBase.png M /trunk/OMOptim/OMOptimBasis/doc/OMOptimBasisDoc.txt A /trunk/OMOptim/OMOptimBasis/doc/ProblemInterface.txt M /trunk/OMOptim/OMOptimBasis/doc/ProblemsDoc.txt A /trunk/OMOptim/OMOptimBasis/doc/ProjectBase.txt - updated documentation ------------------------------------------------------------------------ r12316 | niklwors | 2012-07-09 17:11:34 +0200 (Mon, 09 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h -fix in cpp template for algorithm tuple assign and start values ------------------------------------------------------------------------ r12313 | Frenkel TUD | 2012-07-09 12:07:23 +0200 (Mon, 09 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/Util/Flags.mo - add module removeFinalParametersPast ------------------------------------------------------------------------ r12312 | Frenkel TUD | 2012-07-09 09:16:23 +0200 (Mon, 09 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - rewrite some set functions ------------------------------------------------------------------------ r12311 | Frenkel TUD | 2012-07-09 08:14:22 +0200 (Mon, 09 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mat - update test ------------------------------------------------------------------------ r12310 | Frenkel TUD | 2012-07-09 00:32:51 +0200 (Mon, 09 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo - add cases for unaray and asub to Expression.mo - do basic simplification for expAdd,expSub,expMul ------------------------------------------------------------------------ r12309 | Frenkel TUD | 2012-07-08 23:30:16 +0200 (Sun, 08 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - search also in simple and initial equations for zerocrossings ------------------------------------------------------------------------ r12308 | sjoelund.se | 2012-07-08 20:59:23 +0200 (Sun, 08 Jul 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/OMOptim.config.in M /trunk/configure.in - OMOptim build fix ------------------------------------------------------------------------ r12307 | Frenkel TUD | 2012-07-08 00:13:36 +0200 (Sun, 08 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - remove unused when clauses from BackendDAETransform.traverseBackendDAEExpsEqn ------------------------------------------------------------------------ r12306 | Frenkel TUD | 2012-07-07 22:37:28 +0200 (Sat, 07 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Makefile.common - remove index from WHEN_EQ and keep condition of when equation in when equation - install-openturns depends on mkbuilddirs ------------------------------------------------------------------------ r12305 | adeas31 | 2012-07-07 20:12:03 +0200 (Sat, 07 Jul 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - Merge the process standard output and standard error streams. ------------------------------------------------------------------------ r12304 | Frenkel TUD | 2012-07-06 19:54:12 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OnRelaxation.mo - fix tabs ------------------------------------------------------------------------ r12303 | Frenkel TUD | 2012-07-06 18:16:53 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/OnRelaxation.mo - add code for multi body relaxation, not yet finished, kinematic loops still fail ------------------------------------------------------------------------ r12302 | sjoelund.se | 2012-07-06 17:52:40 +0200 (Fri, 06 Jul 2012) | 2 lines Changed paths: M /trunk/configure.in - Look for paradiseo build directories as well ------------------------------------------------------------------------ r12301 | sjoelund.se | 2012-07-06 14:40:40 +0200 (Fri, 06 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/InstDumpTV.mo M /trunk/Compiler/Template/InstDumpTpl.mo M /trunk/Compiler/Template/InstDumpTpl.tpl - Added index to FOR_EQUATION ------------------------------------------------------------------------ r12300 | sjoelund.se | 2012-07-06 12:58:17 +0200 (Fri, 06 Jul 2012) | 2 lines Changed paths: M /trunk/configure.in - Added utils directory as well ------------------------------------------------------------------------ r12299 | sjoelund.se | 2012-07-06 12:10:51 +0200 (Fri, 06 Jul 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/OMOptim.config.in M /trunk/configure.in - Some paradiseo autoconf ------------------------------------------------------------------------ r12298 | Frenkel TUD | 2012-07-06 11:14:41 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix evaluate parameter evaluate=true ------------------------------------------------------------------------ r12297 | Frenkel TUD | 2012-07-06 10:36:25 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/PartFn.mo - bugfix if equation for elabelements ------------------------------------------------------------------------ r12296 | sjoelund.se | 2012-07-06 10:32:13 +0200 (Fri, 06 Jul 2012) | 2 lines Changed paths: M /trunk/README.Linux.txt - paradiseo "help" ------------------------------------------------------------------------ r12295 | Frenkel TUD | 2012-07-06 01:22:32 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/Derive.mo - handle if equations in Derive and BackendDAETransform.traverseBackendDAEExpsEqnWithSymbolicOperation ------------------------------------------------------------------------ r12294 | Frenkel TUD | 2012-07-06 00:25:23 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo - handle if equations in inline ------------------------------------------------------------------------ r12293 | Frenkel TUD | 2012-07-06 00:18:16 +0200 (Fri, 06 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - handle if equations in incidence matrix ------------------------------------------------------------------------ r12292 | Frenkel TUD | 2012-07-05 23:38:02 +0200 (Thu, 05 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Inline.mo - add condition to when equation - handle elsewhen branches in incidence matrix ------------------------------------------------------------------------ r12290 | Frenkel TUD | 2012-07-05 21:40:32 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/SimCode.mo - add size information to when equation ------------------------------------------------------------------------ r12289 | sjoelund.se | 2012-07-05 21:20:12 +0200 (Thu, 05 Jul 2012) | 2 lines Changed paths: M /trunk/configure.in - Check for include/qwt5, then check the header for QWT5 macro (using grep) ------------------------------------------------------------------------ r12288 | Frenkel TUD | 2012-07-05 21:01:46 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - inline condition of when equation only once ------------------------------------------------------------------------ r12287 | Frenkel TUD | 2012-07-05 20:10:24 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/Util/Util.mo - bugfix tests ------------------------------------------------------------------------ r12286 | Frenkel TUD | 2012-07-05 18:57:32 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/Util/Flags.mo - bugfix tests ------------------------------------------------------------------------ r12285 | Frenkel TUD | 2012-07-05 17:58:45 +0200 (Thu, 05 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/Util.mo M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.h - add some more support for if equations in backend - add module for evaluate parameter with evaluate=true annotation ------------------------------------------------------------------------ r12284 | niklwors | 2012-07-05 15:27:07 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.h -removed tabs ------------------------------------------------------------------------ r12283 | niklwors | 2012-07-05 15:05:19 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/generate_const.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/matrix_traits.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/sparse_traits.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/traits.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_sparse.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_vector.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/vector_traits.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp - adapted numeric/bindings header files ------------------------------------------------------------------------ r12282 | niklwors | 2012-07-05 14:39:53 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IDAESystem.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Modelica.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/LICENSE_1_0.txt A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos_names.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/amos/amos_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas1.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas1_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas2.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas2_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas3.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas3_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas_enum.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/cblas_inc.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/clapack.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/clapack_inc.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/atlas/clapack_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas1.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas1_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas2.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas2_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas3.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas3_overloads.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/blas/blas_names.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/cblas A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gbsv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gees.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/geev.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gels.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gelsd.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gelss.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/geqrf.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gesdd.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gesv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/gesvd.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hbev.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hbevx.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/heev.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/heevd.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/heevx.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hegv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hesv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hpsv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/hseqr.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ilaenv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/lapack_names.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/orgqr.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ormqr.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/posv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ppsv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/ptsv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/spsv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/steqr.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/syev.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/syevd.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/syevx.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/sygv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/sysv.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/sytrd.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/trevc.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/trexc.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/lapack/workspace.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4 A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/cmumps_c.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/dmumps_c.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/smumps_c.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/4.6.4/zmumps_c.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/mumps_driver.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/mumps_driver_4_6_4.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/mumps/mumps_driver_4_8_0.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/algorithm.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/boost_array.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/c_array.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/c_array2.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/config.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/dense_traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/array.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/array_impl.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/dense_ordering.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/generate_const.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/symm_herm_traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/ublas_ordering.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/ublas_uplo.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/detail/utils.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/fortran.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/matrix_raw.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/matrix_traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/sparse_traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_valarray.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_valarray2.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_vector.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/std_vector2.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/symm_herm_raw.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/tnt.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/transpose.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type.h A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/type_traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_banded.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_hermitian.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_matrix.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_sparse.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_symmetric.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_vector.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/ublas_vector2.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/vector_raw.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/traits/vector_traits.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack_inc.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/numeric/bindings/umfpack/umfpack_overloads.hpp - extended cpp template for sparse jacobian ------------------------------------------------------------------------ r12281 | adeas31 | 2012-07-05 14:13:24 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp - Better parsing of Text Annotation. ------------------------------------------------------------------------ r12280 | Frenkel TUD | 2012-07-05 13:05:08 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/DAEUtil.mo - switch evaluateAnnotation on ------------------------------------------------------------------------ r12279 | Frenkel TUD | 2012-07-05 13:03:23 +0200 (Thu, 05 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - change implementation of removeFinalParameters and removeProtectedParameters to handle several equationsystems ------------------------------------------------------------------------ r12278 | Frenkel TUD | 2012-07-05 12:02:46 +0200 (Thu, 05 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/CevalFunction.mo M /trunk/Compiler/FrontEnd/Connect.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Element.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/InstanceHierarchy.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/Reference.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeFlat.mo M /trunk/Compiler/FrontEnd/SCodeFlatDump.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeGraph.mo M /trunk/Compiler/FrontEnd/SCodeHashTable.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/FrontEnd/SCodeSimplify.mo M /trunk/Compiler/FrontEnd/TypeCheck.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/FrontEnd/Values.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/TplParser.mo M /trunk/Compiler/Template/Unparsing.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/HashTablePathToFunction.mo - remove some unused imports - add Env.Cache and Env.Env to BackendDAE.Shared ------------------------------------------------------------------------ r12276 | adeas31 | 2012-07-04 23:44:58 +0200 (Wed, 04 Jul 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/StringHandler.cpp - Fixed parsing. ------------------------------------------------------------------------ r12275 | Frenkel TUD | 2012-07-04 22:49:15 +0200 (Wed, 04 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - use traverseBackendDAEExpsNoCopyWithUpdate to geep the simplified expressions and not the old one ------------------------------------------------------------------------ r12274 | Frenkel TUD | 2012-07-04 22:11:01 +0200 (Wed, 04 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/mosfiles/FinalPropagation.mos - bugfix Tearing ------------------------------------------------------------------------ r12273 | Frenkel TUD | 2012-07-04 21:33:57 +0200 (Wed, 04 Jul 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEEXT.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp M /trunk/Compiler/runtime/matching.c - Bugfix getVar - Bugfix BackendDAEEXT.setAssignment - use vars and eqns for BackendDAEUtil.analyzeJacobian - bugfix Tearing ------------------------------------------------------------------------ r12272 | hubert.thieriot | 2012-07-04 18:15:51 +0200 (Wed, 04 Jul 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Modelica/ModItem.cpp M /trunk/OMOptim/Core/Modelica/ModItem.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptMutation.h M /trunk/OMOptim/Core/ParetoDominance.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/GUI/Widgets/WidgetProjectInfos.cpp M /trunk/OMOptim/GUI/Widgets/WidgetProjectInfos.h M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.h M /trunk/OMOptim/OMOptimBasis/MOVector.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h - removed unneeded includes ------------------------------------------------------------------------ r12271 | sjoelund.se | 2012-07-04 13:39:56 +0200 (Wed, 04 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/DAEDump.mo Fix testsuite ------------------------------------------------------------------------ r12270 | sjoelund.se | 2012-07-04 12:49:29 +0200 (Wed, 04 Jul 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/Template/ExpressionDumpTV.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.tpl M /trunk/Compiler/Util/VarTransform.mo M /trunk/testsuite/scodeinst/function1.mo - 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 ------------------------------------------------------------------------ r12269 | sjoelund.se | 2012-07-04 09:23:33 +0200 (Wed, 04 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/README.Linux.txt Some minor documentation updates ------------------------------------------------------------------------ r12268 | hubert.thieriot | 2012-07-03 18:13:08 +0200 (Tue, 03 Jul 2012) | 1 line Changed paths: A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelect.cpp A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelect.h M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.h M /trunk/OMOptim/OMOptimBasis/MOThreads.cpp M /trunk/OMOptim/OMOptimBasis/MOThreads.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.h M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - can now launch several problems successively ------------------------------------------------------------------------ r12267 | sjoelund.se | 2012-07-03 09:22:43 +0200 (Tue, 03 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/scodeinst/function1.mo Added expansion of if/for, fixed some expansions of algorithm sections (expand the whole sections instead of individual statements) ------------------------------------------------------------------------ r12264 | adrpo | 2012-07-02 15:23:51 +0200 (Mon, 02 Jul 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos - fix tests after MSL 3.1 degree C encoding fix. ------------------------------------------------------------------------ r12263 | sjoelund.se | 2012-07-02 15:13:34 +0200 (Mon, 02 Jul 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.1/Magnetic/FluxTubes.mo M /trunk/libraries/README M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos - Fix FluxTubes test and some file encoding issues in MSL 3.1 ------------------------------------------------------------------------ r12262 | Frenkel TUD | 2012-07-02 14:17:07 +0200 (Mon, 02 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/CheckModel.mo - fix comment for systemSize - fix counting of algorithm outputs ------------------------------------------------------------------------ r12261 | Frenkel TUD | 2012-07-02 12:08:51 +0200 (Mon, 02 Jul 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/SimCode.mo - BackendDAEUtil: avoid Zero entries in JacMatrix - fix order in equationToExp for arrayEquations - fix order in createNonlinearResidualEquations for arrayEquations ------------------------------------------------------------------------ r12260 | Frenkel TUD | 2012-07-02 09:05:31 +0200 (Mon, 02 Jul 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCode.mo - remove debug output - update tearingnew ------------------------------------------------------------------------ r12259 | Frenkel TUD | 2012-07-02 07:54:35 +0200 (Mon, 02 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12258 | Frenkel TUD | 2012-07-01 22:05:27 +0200 (Sun, 01 Jul 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12257 | Frenkel TUD | 2012-06-30 15:27:16 +0200 (Sat, 30 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCode.mo - fix tests ------------------------------------------------------------------------ r12256 | Frenkel TUD | 2012-06-30 14:31:53 +0200 (Sat, 30 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix tests ------------------------------------------------------------------------ r12255 | Frenkel TUD | 2012-06-29 22:59:48 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/mosfiles/FinalPropagation.mos M /trunk/testsuite/mosfiles/NonlinearFailed.mos M /trunk/testsuite/mosfiles/algorithms.mos - fix tests ------------------------------------------------------------------------ r12254 | Frenkel TUD | 2012-06-29 22:27:38 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fix constant liniear system ------------------------------------------------------------------------ r12253 | Frenkel TUD | 2012-06-29 21:30:35 +0200 (Fri, 29 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/GraphML.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Util/BaseHashSet.mo M /trunk/testsuite/libraries/msl31/simulate/Makefile - fix initial equation issus with function equationtoScalarResiduals - add some util functions ------------------------------------------------------------------------ r12252 | Frenkel TUD | 2012-06-29 18:04:14 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/mosfiles/NonlinearFailed.mos M /trunk/testsuite/mosfiles/nonConstantParam.mos - fix tests ------------------------------------------------------------------------ r12251 | niklwors | 2012-06-29 16:30:21 +0200 (Fri, 29 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/GlobalSettings.xml A /trunk/testsuite/cppruntime/BouncingBall.mo A /trunk/testsuite/cppruntime/BouncingBall.mos M /trunk/testsuite/cppruntime/Makefile M /trunk/testsuite/cppruntime/WhenStatement1.mos - Switched CVode as default solver for cpp runtime - removed unused cpp case in SimCode createEquationsForSystems - added test model BouncingBall to cppruntimetest- folder ------------------------------------------------------------------------ r12250 | sjoelund.se | 2012-06-29 16:04:02 +0200 (Fri, 29 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeExpand.mo A /trunk/testsuite/scodeinst/function1.mo - Added missing testcase function1.mo - Do not expand array-assignments (keep non-expanded as it is not needed to scalarize them) ------------------------------------------------------------------------ r12249 | sjoelund.se | 2012-06-29 11:26:34 +0200 (Fri, 29 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/InstDumpTpl.mo - Fix typing of [:] in function context - TODO: Fix this also for expression, not just declarations of components ------------------------------------------------------------------------ r12248 | perost | 2012-06-29 11:15:05 +0200 (Fri, 29 Jun 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassInf.mo A /trunk/Compiler/FrontEnd/Connect2.mo A /trunk/Compiler/FrontEnd/ConnectUtil2.mo A /trunk/Compiler/FrontEnd/InstDump.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo A /trunk/Compiler/Template/InstDumpTV.mo A /trunk/Compiler/Template/InstDumpTpl.mo A /trunk/Compiler/Template/InstDumpTpl.tpl M /trunk/Compiler/Template/Makefile M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos Pre-vacation code dump: - Added List.accumulateMap. - Replaced InstUtil.print* functions with the template based InstDump. - Lots of connection handling and other fixes. ------------------------------------------------------------------------ r12247 | niklwors | 2012-06-29 10:48:25 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h -removed tabs ------------------------------------------------------------------------ r12246 | adrpo | 2012-06-29 10:08:47 +0200 (Fri, 29 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/Typing.mo - more equation printing in InstUtil.mo - more expansion (not quite right) in SCodeExpand.mo - fail again in Typing.mo in typeFunction. ------------------------------------------------------------------------ r12245 | Frenkel TUD | 2012-06-29 09:57:56 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - filter constant initial expressions ------------------------------------------------------------------------ r12244 | adrpo | 2012-06-29 08:44:43 +0200 (Fri, 29 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/Typing.mo - ignore deleted components in Typing.typeConnectorCref2. - better error message in SCodeExpand.mo. - V6 engine gets to expansion now but fails there. ------------------------------------------------------------------------ r12243 | niklwors | 2012-06-29 08:41:12 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/HistoryImpl.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h -changed output format of cpp runtime to csv ------------------------------------------------------------------------ r12242 | Frenkel TUD | 2012-06-29 08:13:57 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - fix compilation ------------------------------------------------------------------------ r12241 | adrpo | 2012-06-29 08:04:23 +0200 (Fri, 29 Jun 2012) | 9 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo - 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. ------------------------------------------------------------------------ r12240 | sjoelund.se | 2012-06-29 07:20:24 +0200 (Fri, 29 Jun 2012) | 2 lines Changed paths: M /trunk/configure.in - Check linking before we assume sundials is recent enough ------------------------------------------------------------------------ r12239 | adrpo | 2012-06-29 05:54:46 +0200 (Fri, 29 Jun 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo A /trunk/Compiler/FrontEnd/TypeCheck.mo M /trunk/Compiler/Makefile.common M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/scodeinst/func6.mo M /trunk/testsuite/scodeinst/func7.mo - 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). ------------------------------------------------------------------------ r12238 | Frenkel TUD | 2012-06-29 05:41:36 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/CMakeLists.txt M /trunk/SimulationRuntime/c/util/read_write.c M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/fmi/export/fmiModelFunctions.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.h - revert some pices of last commit ------------------------------------------------------------------------ r12237 | Frenkel TUD | 2012-06-29 05:36:57 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/CMakeLists.txt M /trunk/SimulationRuntime/c/util/read_write.c M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/fmi/export/fmiModelFunctions.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.h - fix compilation ------------------------------------------------------------------------ r12236 | Frenkel TUD | 2012-06-29 05:29:18 +0200 (Fri, 29 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/Util.mo - the End of the WRAPPER Era ------------------------------------------------------------------------ r12235 | sjoelund.se | 2012-06-28 19:45:27 +0200 (Thu, 28 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/testsuite/scodeinst/Makefile - Added typing of array allocations ------------------------------------------------------------------------ r12234 | Frenkel TUD | 2012-06-28 18:05:48 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/HumMod/checkHumMod.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/media/Examples.IdealGasH2O.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.TestMedia.TemplateMedium.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos - fix tests ------------------------------------------------------------------------ r12233 | Frenkel TUD | 2012-06-28 17:19:07 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Fittings.MultiPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveCompressible.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos - fix tests ------------------------------------------------------------------------ r12232 | Frenkel TUD | 2012-06-28 16:50:49 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/World.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos - fix tests ------------------------------------------------------------------------ r12231 | Frenkel TUD | 2012-06-28 16:38:06 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/libraries/biochem/BiochemModels.mos M /trunk/testsuite/libraries/biochem/Glycolysis.mos M /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos M /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/mosfiles/ArrayParameterSize.mos - fix tests ------------------------------------------------------------------------ r12230 | perost | 2012-06-28 16:33:01 +0200 (Thu, 28 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/scodeinst/Makefile M /trunk/testsuite/scodeinst/arrfunc.mo M /trunk/testsuite/scodeinst/bindings1.mo M /trunk/testsuite/scodeinst/bindings2.mo M /trunk/testsuite/scodeinst/bindings3.mo M /trunk/testsuite/scodeinst/bindings4.mo M /trunk/testsuite/scodeinst/bindings5.mo M /trunk/testsuite/scodeinst/bindings6.mo M /trunk/testsuite/scodeinst/bindings7.mo M /trunk/testsuite/scodeinst/builtinmod.mo M /trunk/testsuite/scodeinst/builtinmod2.mo M /trunk/testsuite/scodeinst/classextends1.mo M /trunk/testsuite/scodeinst/classextends2.mo M /trunk/testsuite/scodeinst/compfunc.mo M /trunk/testsuite/scodeinst/cond1.mo M /trunk/testsuite/scodeinst/cond2.mo M /trunk/testsuite/scodeinst/cond3.mo M /trunk/testsuite/scodeinst/cond4.mo M /trunk/testsuite/scodeinst/conn1.mo M /trunk/testsuite/scodeinst/conn10.mo M /trunk/testsuite/scodeinst/conn11.mo M /trunk/testsuite/scodeinst/conn12.mo M /trunk/testsuite/scodeinst/conn13.mo M /trunk/testsuite/scodeinst/conn14.mo M /trunk/testsuite/scodeinst/conn2.mo M /trunk/testsuite/scodeinst/conn3.mo M /trunk/testsuite/scodeinst/conn4.mo M /trunk/testsuite/scodeinst/conn5.mo M /trunk/testsuite/scodeinst/conn6.mo M /trunk/testsuite/scodeinst/conn7.mo M /trunk/testsuite/scodeinst/conn8.mo M /trunk/testsuite/scodeinst/conn9.mo M /trunk/testsuite/scodeinst/conngraph1.mo M /trunk/testsuite/scodeinst/conngraph2.mo M /trunk/testsuite/scodeinst/const1.mo M /trunk/testsuite/scodeinst/const10.mo M /trunk/testsuite/scodeinst/const11.mo M /trunk/testsuite/scodeinst/const12.mo M /trunk/testsuite/scodeinst/const13.mo M /trunk/testsuite/scodeinst/const14.mo M /trunk/testsuite/scodeinst/const15.mo M /trunk/testsuite/scodeinst/const16.mo M /trunk/testsuite/scodeinst/const17.mo M /trunk/testsuite/scodeinst/const2.mo M /trunk/testsuite/scodeinst/const3.mo M /trunk/testsuite/scodeinst/const4.mo M /trunk/testsuite/scodeinst/const5.mo M /trunk/testsuite/scodeinst/const6.mo M /trunk/testsuite/scodeinst/const7.mo M /trunk/testsuite/scodeinst/const8.mo M /trunk/testsuite/scodeinst/const9.mo M /trunk/testsuite/scodeinst/dim1.mo M /trunk/testsuite/scodeinst/dim10.mo M /trunk/testsuite/scodeinst/dim12.mo M /trunk/testsuite/scodeinst/dim13.mo M /trunk/testsuite/scodeinst/dim14.mo M /trunk/testsuite/scodeinst/dim15.mo M /trunk/testsuite/scodeinst/dim16.mo M /trunk/testsuite/scodeinst/dim17.mo M /trunk/testsuite/scodeinst/dim18.mo M /trunk/testsuite/scodeinst/dim19.mo M /trunk/testsuite/scodeinst/dim2.mo M /trunk/testsuite/scodeinst/dim3.mo M /trunk/testsuite/scodeinst/dim4.mo M /trunk/testsuite/scodeinst/dim5.mo M /trunk/testsuite/scodeinst/dim6.mo M /trunk/testsuite/scodeinst/dim7.mo M /trunk/testsuite/scodeinst/enum1.mo M /trunk/testsuite/scodeinst/enum2.mo M /trunk/testsuite/scodeinst/enum3.mo M /trunk/testsuite/scodeinst/eq1.mo M /trunk/testsuite/scodeinst/eq2.mo M /trunk/testsuite/scodeinst/eq3.mo M /trunk/testsuite/scodeinst/eq4.mo M /trunk/testsuite/scodeinst/eq5.mo M /trunk/testsuite/scodeinst/eq6.mo M /trunk/testsuite/scodeinst/eq7.mo M /trunk/testsuite/scodeinst/eq8.mo M /trunk/testsuite/scodeinst/eq9.mo M /trunk/testsuite/scodeinst/expconn1.mo M /trunk/testsuite/scodeinst/expconn2.mo M /trunk/testsuite/scodeinst/expconn3.mo M /trunk/testsuite/scodeinst/expconn4.mo M /trunk/testsuite/scodeinst/expconn5.mo M /trunk/testsuite/scodeinst/expconn6.mo M /trunk/testsuite/scodeinst/expconn7.mo M /trunk/testsuite/scodeinst/extends1.mo M /trunk/testsuite/scodeinst/extends2.mo M /trunk/testsuite/scodeinst/for1.mo M /trunk/testsuite/scodeinst/for2.mo M /trunk/testsuite/scodeinst/for3.mo M /trunk/testsuite/scodeinst/func1.mo M /trunk/testsuite/scodeinst/func2.mo M /trunk/testsuite/scodeinst/func3.mo M /trunk/testsuite/scodeinst/func4.mo M /trunk/testsuite/scodeinst/func5.mo M /trunk/testsuite/scodeinst/func6.mo M /trunk/testsuite/scodeinst/func7.mo M /trunk/testsuite/scodeinst/func8.mo M /trunk/testsuite/scodeinst/func9.mo M /trunk/testsuite/scodeinst/if1.mo M /trunk/testsuite/scodeinst/ih1.mo M /trunk/testsuite/scodeinst/ih2.mo M /trunk/testsuite/scodeinst/ih3.mo M /trunk/testsuite/scodeinst/inst1.mo M /trunk/testsuite/scodeinst/inst2.mo M /trunk/testsuite/scodeinst/inst3.mo M /trunk/testsuite/scodeinst/inst4.mo M /trunk/testsuite/scodeinst/inst5.mo M /trunk/testsuite/scodeinst/inst6.mo M /trunk/testsuite/scodeinst/inst7.mo M /trunk/testsuite/scodeinst/loop1.mo M /trunk/testsuite/scodeinst/loop2.mo M /trunk/testsuite/scodeinst/loop3.mo M /trunk/testsuite/scodeinst/loop4.mo M /trunk/testsuite/scodeinst/mod1.mo M /trunk/testsuite/scodeinst/mod10.mo M /trunk/testsuite/scodeinst/mod11.mo M /trunk/testsuite/scodeinst/mod2.mo M /trunk/testsuite/scodeinst/mod3.mo M /trunk/testsuite/scodeinst/mod4.mo M /trunk/testsuite/scodeinst/mod5.mo M /trunk/testsuite/scodeinst/mod6.mo M /trunk/testsuite/scodeinst/mod7.mo M /trunk/testsuite/scodeinst/mod8.mo M /trunk/testsuite/scodeinst/mod9.mo M /trunk/testsuite/scodeinst/noretcall1.mo M /trunk/testsuite/scodeinst/redeclare1.mo M /trunk/testsuite/scodeinst/redeclare10.mo M /trunk/testsuite/scodeinst/redeclare11.mo M /trunk/testsuite/scodeinst/redeclare12.mo M /trunk/testsuite/scodeinst/redeclare2.mo M /trunk/testsuite/scodeinst/redeclare3.mo M /trunk/testsuite/scodeinst/redeclare4.mo M /trunk/testsuite/scodeinst/redeclare5.mo M /trunk/testsuite/scodeinst/redeclare6.mo M /trunk/testsuite/scodeinst/redeclare7.mo M /trunk/testsuite/scodeinst/redeclare8.mo M /trunk/testsuite/scodeinst/redeclare9.mo M /trunk/testsuite/scodeinst/type1.mo M /trunk/testsuite/scodeinst/type2.mo M /trunk/testsuite/scodeinst/type3.mo M /trunk/testsuite/scodeinst/type4.mo M /trunk/testsuite/scodeinst/type5.mo M /trunk/testsuite/scodeinst/when1.mo - Made the scodeInst tests partest friendly. ------------------------------------------------------------------------ r12229 | perost | 2012-06-28 15:30:47 +0200 (Thu, 28 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/Makefile A /trunk/testsuite/scodeinst A /trunk/testsuite/scodeinst/Makefile A /trunk/testsuite/scodeinst/arrfunc.mo A /trunk/testsuite/scodeinst/bindings1.mo A /trunk/testsuite/scodeinst/bindings2.mo A /trunk/testsuite/scodeinst/bindings3.mo A /trunk/testsuite/scodeinst/bindings4.mo A /trunk/testsuite/scodeinst/bindings5.mo A /trunk/testsuite/scodeinst/bindings6.mo A /trunk/testsuite/scodeinst/bindings7.mo A /trunk/testsuite/scodeinst/builtinmod.mo A /trunk/testsuite/scodeinst/builtinmod2.mo A /trunk/testsuite/scodeinst/classextends1.mo A /trunk/testsuite/scodeinst/classextends2.mo A /trunk/testsuite/scodeinst/compfunc.mo A /trunk/testsuite/scodeinst/cond1.mo A /trunk/testsuite/scodeinst/cond2.mo A /trunk/testsuite/scodeinst/cond3.mo A /trunk/testsuite/scodeinst/cond4.mo A /trunk/testsuite/scodeinst/conn1.mo A /trunk/testsuite/scodeinst/conn10.mo A /trunk/testsuite/scodeinst/conn11.mo A /trunk/testsuite/scodeinst/conn12.mo A /trunk/testsuite/scodeinst/conn13.mo A /trunk/testsuite/scodeinst/conn14.mo A /trunk/testsuite/scodeinst/conn2.mo A /trunk/testsuite/scodeinst/conn3.mo A /trunk/testsuite/scodeinst/conn4.mo A /trunk/testsuite/scodeinst/conn5.mo A /trunk/testsuite/scodeinst/conn6.mo A /trunk/testsuite/scodeinst/conn7.mo A /trunk/testsuite/scodeinst/conn8.mo A /trunk/testsuite/scodeinst/conn9.mo A /trunk/testsuite/scodeinst/conngraph1.mo A /trunk/testsuite/scodeinst/conngraph2.mo A /trunk/testsuite/scodeinst/const1.mo A /trunk/testsuite/scodeinst/const10.mo A /trunk/testsuite/scodeinst/const11.mo A /trunk/testsuite/scodeinst/const12.mo A /trunk/testsuite/scodeinst/const13.mo A /trunk/testsuite/scodeinst/const14.mo A /trunk/testsuite/scodeinst/const15.mo A /trunk/testsuite/scodeinst/const16.mo A /trunk/testsuite/scodeinst/const17.mo A /trunk/testsuite/scodeinst/const2.mo A /trunk/testsuite/scodeinst/const3.mo A /trunk/testsuite/scodeinst/const4.mo A /trunk/testsuite/scodeinst/const5.mo A /trunk/testsuite/scodeinst/const6.mo A /trunk/testsuite/scodeinst/const7.mo A /trunk/testsuite/scodeinst/const8.mo A /trunk/testsuite/scodeinst/const9.mo A /trunk/testsuite/scodeinst/dim1.mo A /trunk/testsuite/scodeinst/dim10.mo A /trunk/testsuite/scodeinst/dim12.mo A /trunk/testsuite/scodeinst/dim13.mo A /trunk/testsuite/scodeinst/dim14.mo A /trunk/testsuite/scodeinst/dim15.mo A /trunk/testsuite/scodeinst/dim16.mo A /trunk/testsuite/scodeinst/dim17.mo A /trunk/testsuite/scodeinst/dim18.mo A /trunk/testsuite/scodeinst/dim19.mo A /trunk/testsuite/scodeinst/dim2.mo A /trunk/testsuite/scodeinst/dim3.mo A /trunk/testsuite/scodeinst/dim4.mo A /trunk/testsuite/scodeinst/dim5.mo A /trunk/testsuite/scodeinst/dim6.mo A /trunk/testsuite/scodeinst/dim7.mo A /trunk/testsuite/scodeinst/enum1.mo A /trunk/testsuite/scodeinst/enum2.mo A /trunk/testsuite/scodeinst/enum3.mo A /trunk/testsuite/scodeinst/eq1.mo A /trunk/testsuite/scodeinst/eq2.mo A /trunk/testsuite/scodeinst/eq3.mo A /trunk/testsuite/scodeinst/eq4.mo A /trunk/testsuite/scodeinst/eq5.mo A /trunk/testsuite/scodeinst/eq6.mo A /trunk/testsuite/scodeinst/eq7.mo A /trunk/testsuite/scodeinst/eq8.mo A /trunk/testsuite/scodeinst/eq9.mo A /trunk/testsuite/scodeinst/expconn1.mo A /trunk/testsuite/scodeinst/expconn2.mo A /trunk/testsuite/scodeinst/expconn3.mo A /trunk/testsuite/scodeinst/expconn4.mo A /trunk/testsuite/scodeinst/expconn5.mo A /trunk/testsuite/scodeinst/expconn6.mo A /trunk/testsuite/scodeinst/expconn7.mo A /trunk/testsuite/scodeinst/extends1.mo A /trunk/testsuite/scodeinst/extends2.mo A /trunk/testsuite/scodeinst/for1.mo A /trunk/testsuite/scodeinst/for2.mo A /trunk/testsuite/scodeinst/for3.mo A /trunk/testsuite/scodeinst/func1.mo A /trunk/testsuite/scodeinst/func2.mo A /trunk/testsuite/scodeinst/func3.mo A /trunk/testsuite/scodeinst/func4.mo A /trunk/testsuite/scodeinst/func5.mo A /trunk/testsuite/scodeinst/func6.mo A /trunk/testsuite/scodeinst/func7.mo A /trunk/testsuite/scodeinst/func8.mo A /trunk/testsuite/scodeinst/func9.mo A /trunk/testsuite/scodeinst/if1.mo A /trunk/testsuite/scodeinst/ih1.mo A /trunk/testsuite/scodeinst/ih2.mo A /trunk/testsuite/scodeinst/ih3.mo A /trunk/testsuite/scodeinst/inst1.mo A /trunk/testsuite/scodeinst/inst2.mo A /trunk/testsuite/scodeinst/inst3.mo A /trunk/testsuite/scodeinst/inst4.mo A /trunk/testsuite/scodeinst/inst5.mo A /trunk/testsuite/scodeinst/inst6.mo A /trunk/testsuite/scodeinst/inst7.mo A /trunk/testsuite/scodeinst/loop1.mo A /trunk/testsuite/scodeinst/loop2.mo A /trunk/testsuite/scodeinst/loop3.mo A /trunk/testsuite/scodeinst/loop4.mo A /trunk/testsuite/scodeinst/mod1.mo A /trunk/testsuite/scodeinst/mod10.mo A /trunk/testsuite/scodeinst/mod11.mo A /trunk/testsuite/scodeinst/mod2.mo A /trunk/testsuite/scodeinst/mod3.mo A /trunk/testsuite/scodeinst/mod4.mo A /trunk/testsuite/scodeinst/mod5.mo A /trunk/testsuite/scodeinst/mod6.mo A /trunk/testsuite/scodeinst/mod7.mo A /trunk/testsuite/scodeinst/mod8.mo A /trunk/testsuite/scodeinst/mod9.mo A /trunk/testsuite/scodeinst/noretcall1.mo A /trunk/testsuite/scodeinst/redeclare1.mo A /trunk/testsuite/scodeinst/redeclare10.mo A /trunk/testsuite/scodeinst/redeclare11.mo A /trunk/testsuite/scodeinst/redeclare12.mo A /trunk/testsuite/scodeinst/redeclare2.mo A /trunk/testsuite/scodeinst/redeclare3.mo A /trunk/testsuite/scodeinst/redeclare4.mo A /trunk/testsuite/scodeinst/redeclare5.mo A /trunk/testsuite/scodeinst/redeclare5.mos A /trunk/testsuite/scodeinst/redeclare6.mo A /trunk/testsuite/scodeinst/redeclare7.mo A /trunk/testsuite/scodeinst/redeclare8.mo A /trunk/testsuite/scodeinst/redeclare9.mo A /trunk/testsuite/scodeinst/type1.mo A /trunk/testsuite/scodeinst/type2.mo A /trunk/testsuite/scodeinst/type3.mo A /trunk/testsuite/scodeinst/type4.mo A /trunk/testsuite/scodeinst/type5.mo A /trunk/testsuite/scodeinst/when1.mo - Added testcases for the new instantiation. ------------------------------------------------------------------------ r12228 | sjoelund.se | 2012-06-28 14:38:33 +0200 (Thu, 28 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Add dependency not to assign to an array before it is allocated ------------------------------------------------------------------------ r12227 | Frenkel TUD | 2012-06-28 14:28:05 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos - fix count of equations, Expression.sizeof, add a fiew more types ------------------------------------------------------------------------ r12226 | Frenkel TUD | 2012-06-28 13:16:47 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/HumMod/checkHumMod.mos M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos M /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/3rdParty/siemens/valve_test.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/checkEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos - fix tests ------------------------------------------------------------------------ r12225 | sjoelund.se | 2012-06-28 11:20:45 +0200 (Thu, 28 Jun 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/List.mo - 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 ------------------------------------------------------------------------ r12224 | Frenkel TUD | 2012-06-28 09:50:14 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles-nosim/Model1.mos M /trunk/testsuite/mosfiles-nosim/Model2.mos M /trunk/testsuite/mosfiles-nosim/TransformerYY.mos - fix tests ------------------------------------------------------------------------ r12223 | Frenkel TUD | 2012-06-28 09:44:18 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/expandable/ExpandableConnectors.mos M /trunk/testsuite/mosfiles/ArrayParameterSize.mos M /trunk/testsuite/mosfiles/FinalPropagation.mos - fix tests ------------------------------------------------------------------------ r12222 | niklwors | 2012-06-28 09:43:33 +0200 (Thu, 28 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl - fix for algorithm if and reinit statements in cpp runtime ------------------------------------------------------------------------ r12221 | Frenkel TUD | 2012-06-28 02:13:07 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/Script/CevalScript.mo - use CheckModel for checkModel ------------------------------------------------------------------------ r12220 | Frenkel TUD | 2012-06-28 00:01:33 +0200 (Thu, 28 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/Util/BaseHashSet.mo - fix coding style ------------------------------------------------------------------------ r12219 | Frenkel TUD | 2012-06-27 23:48:51 +0200 (Wed, 27 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo - fix compilation ------------------------------------------------------------------------ r12218 | Frenkel TUD | 2012-06-27 23:40:51 +0200 (Wed, 27 Jun 2012) | 2 lines Changed paths: A /trunk/Compiler/BackEnd/OnRelaxation.mo A /trunk/Compiler/FrontEnd/CheckModel.mo M /trunk/Compiler/Makefile.common A /trunk/Compiler/Util/BaseHashSet.mo A /trunk/Compiler/Util/HashSet.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos 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 ------------------------------------------------------------------------ r12217 | Frenkel TUD | 2012-06-27 17:37:15 +0200 (Wed, 27 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inline.mo - Inline.mo,BackendVarTransform.mo bugfix for Algorithms - ExpressionSimplify.mo: symblify Range(1,5)+2 -> Range(3,7) - BackendDump.mo: bugfix print If-Equations ------------------------------------------------------------------------ r12216 | niklwors | 2012-06-27 09:32:17 +0200 (Wed, 27 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl - fix for algorithm when statements in cpp template ------------------------------------------------------------------------ r12214 | adrpo | 2012-06-26 23:25:43 +0200 (Tue, 26 Jun 2012) | 14 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/SimulationRuntime/OpenTurns/wrapper_template.c A /trunk/SimulationRuntime/OpenTurns/wrapper_template_mat.c M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.h M /trunk/testsuite/uncertainties/CantileverBeam.mos M /trunk/testsuite/uncertainties/CantileverBeam_MC-template.py M /trunk/testsuite/uncertainties/TestModels/OpenTURNSTests.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/package.encoding A /trunk/testsuite/uncertainties/simpleExple.mo A /trunk/testsuite/uncertainties/testUC.mos - 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). ------------------------------------------------------------------------ r12213 | Frenkel TUD | 2012-06-26 21:27:44 +0200 (Tue, 26 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - get back all the deleted tests in msl31simulate ------------------------------------------------------------------------ r12212 | hubert.thieriot | 2012-06-26 19:29:02 +0200 (Tue, 26 Jun 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h A /trunk/OMOptim/OMOptimBasis/Units/METime.cpp A /trunk/OMOptim/OMOptimBasis/Units/METime.h M /trunk/OMOptim/OMOptimBasis/Variables.cpp M /trunk/OMOptim/OMOptimBasis/Variables.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - added METime -added variables find function ------------------------------------------------------------------------ r12211 | Frenkel TUD | 2012-06-26 18:58:54 +0200 (Tue, 26 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo - fix compilation ------------------------------------------------------------------------ r12210 | Frenkel TUD | 2012-06-26 18:54:11 +0200 (Tue, 26 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/FrontEnd/Inline.mo - Inline.mo: add inlineExpOpt and use it in inlineVar - BackendDump: add dumping of If equations ------------------------------------------------------------------------ r12209 | sjoelund.se | 2012-06-26 16:57:43 +0200 (Tue, 26 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo - Sort initial bindings of variables in functions ------------------------------------------------------------------------ r12208 | Frenkel TUD | 2012-06-26 12:08:27 +0200 (Tue, 26 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - fix bugs in BackendVarTransform.addExtendReplacement, prior not all necessary extendsions added ------------------------------------------------------------------------ r12207 | Frenkel TUD | 2012-06-26 00:30:14 +0200 (Tue, 26 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - fix bugs in BackendVarTransform.addExtendReplacement, prior not all necessary extendsions added ------------------------------------------------------------------------ r12206 | Frenkel TUD | 2012-06-26 00:27:17 +0200 (Tue, 26 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h - add boxptr_arrayUpdate, to use arrayUpdate with List.fold1r ------------------------------------------------------------------------ r12205 | adrpo | 2012-06-26 00:21:41 +0200 (Tue, 26 Jun 2012) | 3 lines Changed paths: M /trunk/testsuite/interactive/interactive_api_calls.mos - add query of MSL 3.2 class Modelica.UsersGuide.Conventions.Documentation.Format.Code to make sure we don't run into Code quoting issues anymore (see testsuite/interactive/interactive_api_calls.mos). ------------------------------------------------------------------------ r12204 | adrpo | 2012-06-26 00:10:42 +0200 (Tue, 26 Jun 2012) | 14 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Examples/ModelQueryAPIexamples.onb M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/Parser/BaseModelica_Lexer.g M /trunk/Parser/omcc/javaParser/OMCCpj/src/Lexer.java M /trunk/Parser/omcc/lexerModelica.l D /trunk/doc/OpenModelica-TortoiseSVN+Putty-HOWTO.doc M /trunk/doc/OpenModelicaAPI-Howto/OMC_API-HowTo.pdf M /trunk/doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf D /trunk/testsuite/HumMod M /trunk/testsuite/Makefile M /trunk/testsuite/interactive/ForStatement3.mos M /trunk/testsuite/interactive/ForStatement7.mos M /trunk/testsuite/interactive/differentiate.mos M /trunk/testsuite/interactive/interactive_api_annotations.mos M /trunk/testsuite/interactive/interactive_api_attributes.mos M /trunk/testsuite/interactive/interactive_api_calls.mo M /trunk/testsuite/interactive/interactive_api_calls.mos M /trunk/testsuite/interactive/interactive_api_classes.mos M /trunk/testsuite/interactive/interactive_api_loadsave.mos M /trunk/testsuite/interactive/interactive_api_param.mos M /trunk/testsuite/interactive/interactive_api_simulations.mos M /trunk/testsuite/interactive/interactive_test.mos M /trunk/testsuite/interactive/loadFileInteractiveQualified.mos M /trunk/testsuite/interactive/matrices.mos M /trunk/testsuite/interactive/showDoc.mos M /trunk/testsuite/interactive/simplify.mos - 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. ------------------------------------------------------------------------ r12203 | sjoelund.se | 2012-06-25 12:01:45 +0200 (Mon, 25 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo - Only look for duplicates in the current scope when adding elements ------------------------------------------------------------------------ r12202 | perost | 2012-06-25 11:51:18 +0200 (Mon, 25 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - Added variable declarations to function_sampleInit. ------------------------------------------------------------------------ r12201 | sjoelund.se | 2012-06-25 09:41:28 +0200 (Mon, 25 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/CodegenUtil.mo - Some more function typing ------------------------------------------------------------------------ r12200 | Frenkel TUD | 2012-06-24 14:00:11 +0200 (Sun, 24 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo - fix partitionIndependentBlocks for nowrappereqns - continue nowrappereqns ------------------------------------------------------------------------ r12199 | Frenkel TUD | 2012-06-24 13:00:13 +0200 (Sun, 24 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVarTransform.mo - fix testsuite ------------------------------------------------------------------------ r12198 | Frenkel TUD | 2012-06-24 12:19:27 +0200 (Sun, 24 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - fix bootstrapp compilation ------------------------------------------------------------------------ r12197 | Frenkel TUD | 2012-06-24 08:24:34 +0200 (Sun, 24 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fix bootstrapp compilation ------------------------------------------------------------------------ r12196 | Frenkel TUD | 2012-06-24 02:03:18 +0200 (Sun, 24 Jun 2012) | 11 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Util/Flags.mo 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 ------------------------------------------------------------------------ r12195 | adrpo | 2012-06-23 23:59:54 +0200 (Sat, 23 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/fluid/simulate/Makefile M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.BranchingDynamicPipes.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.InverseParameterization.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.PumpingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos M /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos - update the Fluid simulation tests, still all fail for now. ------------------------------------------------------------------------ r12194 | Frenkel TUD | 2012-06-23 10:35:54 +0200 (Sat, 23 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Inline.mo - start to ged rid of the wrapper equations ------------------------------------------------------------------------ r12193 | Frenkel TUD | 2012-06-23 10:33:08 +0200 (Sat, 23 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/BaseHashTable.mo M /trunk/Compiler/Util/List.mo - BaseHashTable.mo: print also key string in case of an error - Util.mo: add function consN to concate n times an ellement ------------------------------------------------------------------------ r12192 | niklwors | 2012-06-22 13:08:44 +0200 (Fri, 22 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt - fix in cmake file for Modelica system ------------------------------------------------------------------------ r12191 | Frenkel TUD | 2012-06-22 11:03:55 +0200 (Fri, 22 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo - ComponentReference.printComponentRefStr us match - ExpressionDump.printListStr use stringDelimitList and List.map ------------------------------------------------------------------------ r12190 | Frenkel TUD | 2012-06-22 10:35:18 +0200 (Fri, 22 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp remove tabs ------------------------------------------------------------------------ r12189 | Frenkel TUD | 2012-06-22 08:58:15 +0200 (Fri, 22 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - remove last idea for dynamic state selection ------------------------------------------------------------------------ r12188 | Frenkel TUD | 2012-06-21 20:37:08 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - bugfix dynamic state selection ------------------------------------------------------------------------ r12187 | niklwors | 2012-06-21 20:27:18 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/stdafx.h -fix for linking new windows boost libraries in Simulation.exe ------------------------------------------------------------------------ r12186 | Frenkel TUD | 2012-06-21 19:32:38 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - finish symbolic calculation of determinant of a square matrix ------------------------------------------------------------------------ r12185 | Frenkel TUD | 2012-06-21 17:42:47 +0200 (Thu, 21 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo - switch to dummyderivative - remove unneeded code ------------------------------------------------------------------------ r12184 | Frenkel TUD | 2012-06-21 17:41:23 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - try improved dynamic state selection ------------------------------------------------------------------------ r12182 | perost | 2012-06-21 17:01:26 +0200 (Thu, 21 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/Util/BaseHashTable.mo - Added comments to InstSymbolTable and BaseHashTable. ------------------------------------------------------------------------ r12181 | sjoelund.se | 2012-06-21 16:38:29 +0200 (Thu, 21 Jun 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp - Tab cleansing - use burning fire ------------------------------------------------------------------------ r12177 | hubert.thieriot | 2012-06-21 15:33:23 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.ui - rename layout ------------------------------------------------------------------------ r12176 | niklwors | 2012-06-21 15:28:14 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Makefile.common M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp A /trunk/testsuite/cppruntime A /trunk/testsuite/cppruntime/Makefile A /trunk/testsuite/cppruntime/WhenStatement1.mo A /trunk/testsuite/cppruntime/WhenStatement1.mos - Added cppruntime test folder ------------------------------------------------------------------------ r12173 | Frenkel TUD | 2012-06-21 14:22:43 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - and switch back to dummyderivative ------------------------------------------------------------------------ r12172 | Frenkel TUD | 2012-06-21 14:21:32 +0200 (Thu, 21 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/IndexReduction.mo - remove Old getVar helpfunctions - fix bug for dummy state selection - try dummystateselection ------------------------------------------------------------------------ r12171 | niklwors | 2012-06-21 13:57:43 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp - modified boost version to 1.49 for windows compilation ------------------------------------------------------------------------ r12170 | mahge930 | 2012-06-21 12:44:56 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/Makefile - move unstable test. It passes on my machine, It fails on Hudson. ------------------------------------------------------------------------ r12169 | Frenkel TUD | 2012-06-21 11:04:10 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - print more information in case of pure discrete equation systems ------------------------------------------------------------------------ r12168 | Frenkel TUD | 2012-06-21 08:16:32 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - and switch back to the old dummyderivative ------------------------------------------------------------------------ r12167 | Frenkel TUD | 2012-06-21 08:14:30 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - try dynamic state selection ------------------------------------------------------------------------ r12166 | Frenkel TUD | 2012-06-21 08:12:52 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo - fix expandCref for Records ------------------------------------------------------------------------ r12165 | Frenkel TUD | 2012-06-21 02:43:39 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - fix expandCref for Records ------------------------------------------------------------------------ r12164 | Frenkel TUD | 2012-06-21 02:43:25 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo - fix expandCref for Records ------------------------------------------------------------------------ r12163 | Frenkel TUD | 2012-06-21 01:40:55 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo - fix expandCref for Records ------------------------------------------------------------------------ r12162 | Frenkel TUD | 2012-06-21 00:37:46 +0200 (Thu, 21 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Makefile.common fix compilation ------------------------------------------------------------------------ r12161 | Frenkel TUD | 2012-06-20 23:35:56 +0200 (Wed, 20 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/GraphML.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InstSection.mo A /trunk/Compiler/Util/HashTableCrILst.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - speedup expandDer - improve BackendVariable.getVar - rewrote a fiew functions tailrecursive in SimCode.mo ------------------------------------------------------------------------ r12160 | Frenkel TUD | 2012-06-20 19:58:19 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/CodegenUtil.tpl M /trunk/Compiler/Template/Makefile M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl - move a fiew functions to CodegenUtil.mo - add some dependencies in makefile ------------------------------------------------------------------------ r12159 | adrpo | 2012-06-20 19:48:51 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/MeasureTime.mos - changes to the index of the function, now is 3 instead of 1006. ------------------------------------------------------------------------ r12158 | Frenkel TUD | 2012-06-20 19:40:12 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos - fix tests ------------------------------------------------------------------------ r12157 | adrpo | 2012-06-20 19:38:49 +0200 (Wed, 20 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - add Compiler/BackEnd/MathematicaDump.mo to testsuite/bootstrapping/LoadCompilerSources.mos - fix output parameters in Compiler/BackEnd/MathematicaDump.mo ------------------------------------------------------------------------ r12156 | Frenkel TUD | 2012-06-20 19:07:12 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/mosfiles/NonlinearFailed.mos - fix tests ------------------------------------------------------------------------ r12155 | hubert.thieriot | 2012-06-20 18:25:52 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.h A /trunk/OMOptim/OMOptimBasis/MOVector.cpp M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/MOVectors.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro A /trunk/OMOptim/OMOptimBasis/registermetatypes.cpp A /trunk/OMOptim/OMOptimBasis/registermetatypes.h - optimization Variables removed when remove corresponding model - register meta types ------------------------------------------------------------------------ r12154 | Frenkel TUD | 2012-06-20 18:12:45 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - remove print from call simulate ------------------------------------------------------------------------ r12153 | Frenkel TUD | 2012-06-20 18:08:26 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/library_impl.hpp M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/mosfiles/NonlinearFailed.mos M /trunk/testsuite/mosfiles/algorithms.mos M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos fix tests ------------------------------------------------------------------------ r12152 | Frenkel TUD | 2012-06-20 18:04:51 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp -fix loading of settings file in cpp runtime ------------------------------------------------------------------------ r12151 | adrpo | 2012-06-20 16:56:20 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/OpenTurns/invoke.cmd - use only Windows commands to get rid of "pause" in pyot.bat. ------------------------------------------------------------------------ r12150 | Frenkel TUD | 2012-06-20 16:49:32 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenCpp.tpl M /trunk/Compiler/Template/CodegenUtil.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo -fixed linker path in cpp template ------------------------------------------------------------------------ r12149 | adrpo | 2012-06-20 16:28:21 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/MathematicaDump.mo - tab removal. ------------------------------------------------------------------------ r12148 | niklwors | 2012-06-20 15:53:09 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos fix bootstrapped compilaton ------------------------------------------------------------------------ r12147 | niklwors | 2012-06-20 15:47:33 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl - fix equationInfo field ------------------------------------------------------------------------ r12146 | Frenkel TUD | 2012-06-20 15:29:39 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/LibrariesConfig.h.in M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt -fixed dynamic libarary loading with path names ------------------------------------------------------------------------ r12145 | Frenkel TUD | 2012-06-20 15:25:04 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.tpl -fix include names in cpp template ------------------------------------------------------------------------ r12144 | sjoelund.se | 2012-06-20 14:55:29 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeExpand.mo - More expansion of functions ------------------------------------------------------------------------ r12143 | niklwors | 2012-06-20 14:28:34 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenFMU.tpl M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/CodegenQSS.tpl A /trunk/Compiler/Template/CodegenUtil.mo A /trunk/Compiler/Template/CodegenUtil.tpl M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/Makefile M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/Template/SimCodeDump.tpl - fix testsuite - add CodegenUtil.tpl/.mo ------------------------------------------------------------------------ r12142 | sjoelund.se | 2012-06-20 14:24:23 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Template/CodegenAdevs.mo - Start of function expansion ------------------------------------------------------------------------ r12141 | petar | 2012-06-20 14:20:30 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: A /trunk/doc/uncertainties A /trunk/doc/uncertainties/Uncertainties.docx Added user guide for uncertainty computations. ------------------------------------------------------------------------ r12140 | leonardo.laguna | 2012-06-20 14:07:56 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: A /trunk/Compiler/BackEnd/MathematicaDump.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/Makefile.common M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Implemented MathematicaDump.mo for uncertainty calculations ------------------------------------------------------------------------ r12139 | perost | 2012-06-20 13:28:07 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fixed compilation. ------------------------------------------------------------------------ r12138 | perost | 2012-06-20 13:27:31 +0200 (Wed, 20 Jun 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Util/List.mo - 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. ------------------------------------------------------------------------ r12137 | niklwors | 2012-06-20 12:28:03 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl fix tests ------------------------------------------------------------------------ r12136 | sjoelund.se | 2012-06-20 12:03:35 +0200 (Wed, 20 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/Template/CodegenCpp.mo - Fix compilation ------------------------------------------------------------------------ r12135 | niklwors | 2012-06-20 11:10:29 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenC.tpl D /trunk/Compiler/susan_codegen/SimCode/Makefile fix tests ------------------------------------------------------------------------ r12134 | niklwors | 2012-06-20 10:59:46 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw A /trunk/Compiler/Template/AbsynDumpTV.mo (from /trunk/Compiler/susan_codegen/SimCode/AbsynDumpTV.mo:12131) A /trunk/Compiler/Template/AbsynDumpTpl.tpl (from /trunk/Compiler/susan_codegen/SimCode/AbsynDumpTpl.tpl:12131) A /trunk/Compiler/Template/CodegenAdevs.tpl (from /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl:12131) A /trunk/Compiler/Template/CodegenC.tpl (from /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl:12131) A /trunk/Compiler/Template/CodegenCSharp.tpl (from /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl:12131) A /trunk/Compiler/Template/CodegenCpp.tpl (from /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl:12131) A /trunk/Compiler/Template/CodegenFMU.tpl (from /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl:12131) A /trunk/Compiler/Template/CodegenQSS.tpl (from /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl:12131) A /trunk/Compiler/Template/DAEDumpTV.mo (from /trunk/Compiler/susan_codegen/SimCode/DAEDumpTV.mo:12131) A /trunk/Compiler/Template/DAEDumpTpl.tpl (from /trunk/Compiler/susan_codegen/SimCode/DAEDumpTpl.tpl:12131) A /trunk/Compiler/Template/ExpressionDumpTV.mo (from /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTV.mo:12131) A /trunk/Compiler/Template/ExpressionDumpTpl.tpl (from /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl:12131) A /trunk/Compiler/Template/Makefile A /trunk/Compiler/Template/SCodeDumpTpl.tpl (from /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl:12131) A /trunk/Compiler/Template/SCodeTV.mo (from /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo:12131) A /trunk/Compiler/Template/SimCodeDump.tpl (from /trunk/Compiler/susan_codegen/SimCode/SimCodeDump.tpl:12131) A /trunk/Compiler/Template/SimCodeFMU.tpl (from /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl:12131) A /trunk/Compiler/Template/SimCodeTV.mo (from /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo:12131) A /trunk/Compiler/Template/Unparsing.tpl (from /trunk/Compiler/susan_codegen/SimCode/Unparsing.tpl:12131) D /trunk/Compiler/susan_codegen/SimCode/AbsynDumpTV.mo D /trunk/Compiler/susan_codegen/SimCode/AbsynDumpTpl.tpl D /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl D /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl D /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl D /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl D /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl D /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl D /trunk/Compiler/susan_codegen/SimCode/DAEDumpTV.mo D /trunk/Compiler/susan_codegen/SimCode/DAEDumpTpl.tpl D /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTV.mo D /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl D /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl D /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo D /trunk/Compiler/susan_codegen/SimCode/SimCodeDump.tpl D /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl D /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo D /trunk/Compiler/susan_codegen/SimCode/Unparsing.tpl - move tpl from susan_codegen to Template ------------------------------------------------------------------------ r12133 | Frenkel TUD | 2012-06-20 10:55:12 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl -fix for calling cpp simulation exceutable ------------------------------------------------------------------------ r12132 | sjoelund.se | 2012-06-20 10:33:39 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTV.mo M /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo - Make string escaping also handle Windows-style newlines ------------------------------------------------------------------------ r12131 | petar | 2012-06-20 09:32:33 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo Fixed bug with parameter being evaluated when building openTurns interface. ------------------------------------------------------------------------ r12130 | niklwors | 2012-06-20 09:14:11 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl - fix for algloop include names ------------------------------------------------------------------------ r12129 | Frenkel TUD | 2012-06-20 09:09:50 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - fix testsuite ------------------------------------------------------------------------ r12128 | niklwors | 2012-06-20 08:59:40 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl -fixed include names in cpp template ------------------------------------------------------------------------ r12127 | sjoelund.se | 2012-06-20 07:11:02 +0200 (Wed, 20 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles-nosim/Makefile iconv.mos was removed since it is pointless ------------------------------------------------------------------------ r12126 | perost | 2012-06-19 19:05:41 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo - Updated test. ------------------------------------------------------------------------ r12125 | hubert.thieriot | 2012-06-19 18:54:53 +0200 (Tue, 19 Jun 2012) | 5 lines Changed paths: M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModItemsTree.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/GUI/Widgets/WidgetCalculateMooPoints.cpp M /trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.h M /trunk/OMOptim/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptim/OMOptimBasis/MOOptVector.h M /trunk/OMOptim/OMOptimBasis/MOVector.h A /trunk/OMOptim/OMOptimBasis/MOVectors.h M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h M /trunk/OMOptim/OMOptimBasis/Units/MEHTCoeff.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEMassFlow.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEQflow.cpp M /trunk/OMOptim/OMOptimBasis/Units/MESpecHeatCapacity.cpp M /trunk/OMOptim/OMOptimBasis/Units/MESurface.cpp M /trunk/OMOptim/OMOptimBasis/Units/METemperature.cpp M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - Added MOVectors and converting functions - Corrected MEDimValue initialization - Added Moomc and ModItemsTree functions ------------------------------------------------------------------------ r12124 | Frenkel TUD | 2012-06-19 18:34:16 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - fix testsuite ------------------------------------------------------------------------ r12123 | adrpo | 2012-06-19 18:25:56 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/OpenTurns/wrapper_template.c - remove some extra checks. ------------------------------------------------------------------------ r12122 | niklwors | 2012-06-19 18:01:56 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt -fix in Euler CMakefile additional library dependencies ------------------------------------------------------------------------ r12121 | adrpo | 2012-06-19 17:55:19 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/OpenTurns/invoke.cmd M /trunk/SimulationRuntime/OpenTurns/wrapper_template.c M /trunk/testsuite/uncertainties/CantileverBeam.mos M /trunk/testsuite/uncertainties/CantileverBeam_MC-template.py - fixes to OpenTurns to support parallel execution. ------------------------------------------------------------------------ r12120 | Frenkel TUD | 2012-06-19 17:32:39 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt - fix cpp installation ------------------------------------------------------------------------ r12119 | Frenkel TUD | 2012-06-19 17:29:18 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Makefile M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/Ida.h M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/IdaSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h M /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/decl.hpp fix runtime cpp for compilation Makefile Source/*.* ------------------------------------------------------------------------ r12118 | mahge930 | 2012-06-19 16:04:19 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/Makefile M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mos - Fix for unallocated arrays in records. And some passing tests. ------------------------------------------------------------------------ r12117 | niklwors | 2012-06-19 16:00:31 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - fix testsuite ------------------------------------------------------------------------ r12116 | sjoelund.se | 2012-06-19 15:53:07 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.h - Provide UTF-8 interface for OMEdit ------------------------------------------------------------------------ r12115 | sjoelund.se | 2012-06-19 15:31:02 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: D /trunk/testsuite/mosfiles-nosim/iconv.mos - Remove the iconv test as it is not useful any longer ------------------------------------------------------------------------ r12114 | sjoelund.se | 2012-06-19 15:30:34 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: A /trunk/testsuite/mosfiles-nosim/ISO-8859-1.mos A /trunk/testsuite/mosfiles-nosim/ISO-8859-1.mox M /trunk/testsuite/mosfiles-nosim/Makefile - Added testcase for iconv/ISO-8859-1 encoding errors ------------------------------------------------------------------------ r12113 | sjoelund.se | 2012-06-19 15:05:54 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/Parser/BaseModelica_Lexer.g - Fix iconv errors ------------------------------------------------------------------------ r12112 | sjoelund.se | 2012-06-19 15:00:33 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Makefile.common A /trunk/Compiler/Util/HashTablePathToFunction.mo (from /trunk/Compiler/Util/HashTableCG.mo:12107) M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Add a HT ------------------------------------------------------------------------ r12111 | Frenkel TUD | 2012-06-19 14:40:14 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h replaced includes of Settingsfactory with SettingsFactory ------------------------------------------------------------------------ r12110 | Frenkel TUD | 2012-06-19 14:32:57 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/SimManager/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Modelica.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Utils/extension/adaptable_factory.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/convenience.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/extension.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/factory.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/factory_map.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/filesystem.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/create.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/shared_library.hpp M /trunk/SimulationRuntime/cpp/Source/Utils/extension/type_map.hpp replaced all utils/extension includes with Utils/extension ------------------------------------------------------------------------ r12109 | perost | 2012-06-19 14:17:35 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/InheritanceProtected.mo - Updated testsuite. ------------------------------------------------------------------------ r12108 | perost | 2012-06-19 14:10:39 +0200 (Tue, 19 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/SCode.mo A /trunk/testsuite/mofiles/ExtendsVisibility.mo M /trunk/testsuite/mofiles/Makefile Fix for bug #1750: - Fixed propagation of visibility for extends. ------------------------------------------------------------------------ r12107 | sjoelund.se | 2012-06-19 13:48:20 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Util/List.mo - Finished propagation of FunctionHashTable ------------------------------------------------------------------------ r12106 | sjoelund.se | 2012-06-19 11:45:25 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp - Fix OMNotebook compilation ------------------------------------------------------------------------ r12105 | Frenkel TUD | 2012-06-19 11:36:50 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Makefile.common - add targets for runtimeCPP ------------------------------------------------------------------------ r12104 | Frenkel TUD | 2012-06-19 11:33:56 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: A /trunk/SimulationRuntime/cpp/Build A /trunk/SimulationRuntime/cpp/Makefile A /trunk/SimulationRuntime/cpp/Makefile.omdev.mingw - add make files for cpp runtime call cmake ------------------------------------------------------------------------ r12103 | sjoelund.se | 2012-06-19 11:28:29 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Util/List.mo - Propagate functions further ------------------------------------------------------------------------ r12102 | Frenkel TUD | 2012-06-19 10:50:14 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: D /trunk/SimulationRuntime/cpp/Build - delete not needed directory Build ------------------------------------------------------------------------ r12101 | sjoelund.se | 2012-06-19 10:49:20 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/mainwindow.cpp M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp M /trunk/OMShell/OMShellGUI/oms.cpp M /trunk/mosh/src/mosh.cpp - Updated copyright holder ------------------------------------------------------------------------ r12100 | sjoelund.se | 2012-06-19 10:20:57 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/OSMC-License.txt - Updated OSMC License ------------------------------------------------------------------------ r12099 | Frenkel TUD | 2012-06-19 10:15:48 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - fix testsuite ------------------------------------------------------------------------ r12098 | Frenkel TUD | 2012-06-19 09:57:27 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - fix tests linearization ------------------------------------------------------------------------ r12097 | sjoelund.se | 2012-06-19 08:29:06 +0200 (Tue, 19 Jun 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt - cmake is stupid and evil, and people write as poor cross-platform files as make, why use it? ------------------------------------------------------------------------ r12096 | Frenkel TUD | 2012-06-19 01:00:23 +0200 (Tue, 19 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Util/List.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - generate for each equation only one function in c code ------------------------------------------------------------------------ r12095 | Frenkel TUD | 2012-06-18 20:15:28 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - use state index direct instead of search for it in markStateEquations ------------------------------------------------------------------------ r12094 | niklwors | 2012-06-18 16:50:21 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/SimManager/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Modelica.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h A /trunk/SimulationRuntime/cpp/Source/Utils A /trunk/SimulationRuntime/cpp/Source/Utils/extension A /trunk/SimulationRuntime/cpp/Source/Utils/extension/adaptable_factory.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/common.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/convenience.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/extension.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/factory.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/factory_map.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/filesystem.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/adaptable_factory.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/adaptable_factory_free_functions.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/adaptable_factory_set.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/create.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/create_func.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/decl.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/factory.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/factory_map.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/function.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/library_impl.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/shared_library.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/impl/typeinfo.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/parameter.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/parameter_map.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/registry.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/shared_library.hpp A /trunk/SimulationRuntime/cpp/Source/Utils/extension/type_map.hpp Moved boost::extension to Source/utils/ folder ------------------------------------------------------------------------ r12093 | sjoelund.se | 2012-06-18 16:39:21 +0200 (Mon, 18 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Propagate more functions ------------------------------------------------------------------------ r12092 | sjoelund.se | 2012-06-18 16:01:48 +0200 (Mon, 18 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fix bootstrap compilation ------------------------------------------------------------------------ r12091 | Frenkel TUD | 2012-06-18 15:58:54 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - continue to implement uniqueEqIndex for simcode ------------------------------------------------------------------------ r12090 | Frenkel TUD | 2012-06-18 14:56:09 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - start to implement uniqueEqIndex for simcode ------------------------------------------------------------------------ r12089 | hubert.thieriot | 2012-06-18 14:45:58 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp - gnuplot objective ploting correction ------------------------------------------------------------------------ r12088 | sjoelund.se | 2012-06-18 13:34:49 +0200 (Mon, 18 Jun 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Don't install-openturns on sane systems ------------------------------------------------------------------------ r12087 | sjoelund.se | 2012-06-18 12:33:57 +0200 (Mon, 18 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/Template/SimCodeDump.mo - Propagate more functions ------------------------------------------------------------------------ r12086 | adrpo | 2012-06-18 12:25:37 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: A /trunk/SimulationRuntime/OpenTurns/invoke.cmd A /trunk/SimulationRuntime/OpenTurns/wrapper_template.c A /trunk/SimulationRuntime/OpenTurns/wrapper_template.compile.cmd A /trunk/SimulationRuntime/OpenTurns/wrapper_template.makefile - fix windows compilation. ------------------------------------------------------------------------ r12085 | Frenkel TUD | 2012-06-18 12:19:52 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mat - fix testsuite ------------------------------------------------------------------------ r12084 | Frenkel TUD | 2012-06-18 11:49:37 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mos - add index to each SimEqSystem ------------------------------------------------------------------------ r12083 | sjoelund.se | 2012-06-18 09:56:11 +0200 (Mon, 18 Jun 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c #1751 - Changed the ModelicaInternal_getenv definition to match the declaration ------------------------------------------------------------------------ r12082 | Frenkel TUD | 2012-06-18 09:40:36 +0200 (Mon, 18 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fix bug in calculaton of jacobian, in case of state jacobian have to generated for der(x) not for x ------------------------------------------------------------------------ r12081 | adrpo | 2012-06-18 02:42:32 +0200 (Mon, 18 Jun 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/scripts/replace-startValue.bat M /trunk/Compiler/scripts/replace-startValue.sh M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw D /trunk/SimulationRuntime/OpenTurns/Makefile.mingw D /trunk/SimulationRuntime/OpenTurns/model_name.h D /trunk/SimulationRuntime/OpenTurns/read_matlab4.c D /trunk/SimulationRuntime/OpenTurns/read_matlab4.h D /trunk/SimulationRuntime/OpenTurns/wrapper.c D /trunk/SimulationRuntime/OpenTurns/wrapper_name.h M /trunk/SimulationRuntime/c/simulation/solver/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c A /trunk/testsuite/uncertainties/CantileverBeam.mos (from /trunk/testsuite/uncertainties/CantiliverBeam.mos:12075) M /trunk/testsuite/uncertainties/CantileverBeam_MC_dummy-template.py D /trunk/testsuite/uncertainties/CantileverBeam_wrapper D /trunk/testsuite/uncertainties/CantiliverBeam.mos - 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 ------------------------------------------------------------------------ r12080 | Frenkel TUD | 2012-06-17 19:09:11 +0200 (Sun, 17 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - and tearing off after test ------------------------------------------------------------------------ r12079 | Frenkel TUD | 2012-06-17 19:07:37 +0200 (Sun, 17 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/Util/Flags.mo - try testsuite with tearing ------------------------------------------------------------------------ r12078 | Frenkel TUD | 2012-06-17 17:25:21 +0200 (Sun, 17 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - and tearing off after test ------------------------------------------------------------------------ r12077 | Frenkel TUD | 2012-06-17 17:23:19 +0200 (Sun, 17 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - try testsuite with tearing ------------------------------------------------------------------------ r12076 | Frenkel TUD | 2012-06-17 17:22:11 +0200 (Sun, 17 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fix bugs for tearing ------------------------------------------------------------------------ r12075 | adrpo | 2012-06-17 09:11:40 +0200 (Sun, 17 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - fix testsuite ------------------------------------------------------------------------ r12074 | adrpo | 2012-06-17 08:12:39 +0200 (Sun, 17 Jun 2012) | 2 lines Changed paths: D /trunk/testsuite/3rdParty/ThermoSysPro/Makefile D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos A /trunk/testsuite/3rdParty/ThermoSysPro/simulation A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/Makefile (from /trunk/testsuite/3rdParty/ThermoSysPro/Makefile:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestBend.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestBend.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFan.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFan.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestTank.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat:12073) A /trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos (from /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos:12073) M /trunk/testsuite/Makefile M /trunk/testsuite/partest/runtest.pl - moved ThermoSysPro simulation tests to simulation directory. - enable ThermoSysPro flattening tests. ------------------------------------------------------------------------ r12073 | adrpo | 2012-06-17 07:32:54 +0200 (Sun, 17 Jun 2012) | 3 lines Changed paths: A /trunk/testsuite/3rdParty/ThermoSysPro/flattening A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/Makefile A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestBend.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFan.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestTank.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/flattening/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos - add flattening tests for ThermoSysPro library. all 60/60 models from ThermoSysPro.Examples.SimpleExamples flatten/check fine. ------------------------------------------------------------------------ r12072 | Frenkel TUD | 2012-06-16 14:40:08 +0200 (Sat, 16 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - and switch back to tearing off ------------------------------------------------------------------------ r12071 | Frenkel TUD | 2012-06-16 14:38:12 +0200 (Sat, 16 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - test how many tests fail if tearing is used ------------------------------------------------------------------------ r12070 | Frenkel TUD | 2012-06-16 14:20:32 +0200 (Sat, 16 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendEquation.mo - minor fixes for tearing ------------------------------------------------------------------------ r12069 | perost | 2012-06-15 21:24:22 +0200 (Fri, 15 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo - Fixing the testsuite again. ------------------------------------------------------------------------ r12068 | Frenkel TUD | 2012-06-15 20:39:06 +0200 (Fri, 15 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo - fix some bugs for tearing ------------------------------------------------------------------------ r12067 | perost | 2012-06-15 19:21:09 +0200 (Fri, 15 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/redeclare/NonexistentElementRedeclare2.mo - Fixing the testsuite, again... ------------------------------------------------------------------------ r12066 | perost | 2012-06-15 19:01:49 +0200 (Fri, 15 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/InvalidSizeScalar.mo - And fixing the testsuite too... ------------------------------------------------------------------------ r12065 | perost | 2012-06-15 19:00:20 +0200 (Fri, 15 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/Error.mo - Forgot to commit Error.mo. ------------------------------------------------------------------------ r12064 | perost | 2012-06-15 18:55:33 +0200 (Fri, 15 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/testsuite/redeclare/DuplicateRedeclares1.mo M /trunk/testsuite/redeclare/Makefile A /trunk/testsuite/redeclare/NonexistentElementRedeclare1.mo A /trunk/testsuite/redeclare/NonexistentElementRedeclare2.mo - Added error message when trying to redeclare nonexisting element. ------------------------------------------------------------------------ r12063 | Frenkel TUD | 2012-06-15 16:47:34 +0200 (Fri, 15 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - dump more tearing information ------------------------------------------------------------------------ r12062 | Frenkel TUD | 2012-06-15 16:16:17 +0200 (Fri, 15 Jun 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/SimCode.mo - minor changes to derivall for tearing - remove depug outputs from tearing - bugfix AdjacencyMatrixEnhanced - dynamic state selection, set start value of contition not static ------------------------------------------------------------------------ r12061 | wbraun | 2012-06-15 14:45:59 +0200 (Fri, 15 Jun 2012) | 6 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/SimulationRuntime/c/openmodelica.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/model_help.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/testsuite/3rdParty/ThermoSysPro/Makefile M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/mosfiles/NonlinearFailed.mos - 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 ------------------------------------------------------------------------ r12060 | adeas31 | 2012-06-14 19:24:30 +0200 (Thu, 14 Jun 2012) | 1 line Changed paths: A /trunk/OMNotebook/OMNotebookGUI/Resources/OMNotebook_icon.ico M /trunk/OMNotebook/OMNotebookGUI/rc_omnotebook.rc - .ico file is required to generate icon for executable on Windows. ------------------------------------------------------------------------ r12059 | Frenkel TUD | 2012-06-14 18:17:15 +0200 (Thu, 14 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - fix strange infinit loop in c_runtime by reverse the order of the equations in strong component ------------------------------------------------------------------------ r12058 | Frenkel TUD | 2012-06-14 16:59:06 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo - remove BackendDAEExt from tarjanAlgorithm - use function transformBackendDAE in Uncertainties ------------------------------------------------------------------------ r12057 | sjoelund.se | 2012-06-14 16:32:14 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: A /trunk/Compiler/FrontEnd/EvalFunction.mo (from /trunk/Compiler/FrontEnd/CevalFunction.mo:12055) M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Util/List.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Propagate some more information so we can store functions in the future ------------------------------------------------------------------------ r12056 | leonardo.laguna | 2012-06-14 15:13:59 +0200 (Thu, 14 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Uncertainties.mo - Updated algorithm for equations extraction in uncertainties calculations. Note: no test has been added since we haven't defined the final output ------------------------------------------------------------------------ r12055 | perost | 2012-06-14 13:26:20 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fixed prefixing of function variables in SCodeInst. ------------------------------------------------------------------------ r12054 | sjoelund.se | 2012-06-14 13:20:01 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo - Added tail-recursion for NORETCALL statements ------------------------------------------------------------------------ r12053 | sjoelund.se | 2012-06-14 13:09:27 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/InstSection.mo - Started work on sending additional options to simplify ------------------------------------------------------------------------ r12052 | Frenkel TUD | 2012-06-14 11:45:27 +0200 (Thu, 14 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo - fix compilation ------------------------------------------------------------------------ r12051 | perost | 2012-06-14 11:21:11 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: D /trunk/doc/administration/Workplan-FrontBack.xls - Removed deprecated workplan. ------------------------------------------------------------------------ r12050 | petar | 2012-06-14 10:54:49 +0200 (Thu, 14 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo A /trunk/testsuite/uncertainties/CantileverBeam_MC_dummy-template.py M /trunk/testsuite/uncertainties/CantiliverBeam.mos -Implemented xml file for Uncertainty interface with OpenTURNS.mo -Updated CantiliverBeam.mos testcase ------------------------------------------------------------------------ r12049 | Frenkel TUD | 2012-06-13 23:26:51 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/Util/Flags.mo - use simplifyTimeIndepFuncCalls module ------------------------------------------------------------------------ r12048 | Frenkel TUD | 2012-06-13 23:11:25 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo - minor fixes for new dynamic state selection ------------------------------------------------------------------------ r12047 | Frenkel TUD | 2012-06-13 23:00:14 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/Util/Flags.mo add module simplifyTimeIndepFuncCalls ------------------------------------------------------------------------ r12046 | Frenkel TUD | 2012-06-13 19:15:05 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fix bug for loopIndexTester model from forum ------------------------------------------------------------------------ r12045 | hubert.thieriot | 2012-06-13 17:09:25 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/Problems/Optimization.cpp - added MOomc functions ------------------------------------------------------------------------ r12044 | sjoelund.se | 2012-06-13 15:48:30 +0200 (Wed, 13 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo - Inst&Type if-statements ------------------------------------------------------------------------ r12043 | hubert.thieriot | 2012-06-13 14:40:33 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAStdCheckPoint.h - don't use gnuplot if only one objective ------------------------------------------------------------------------ r12042 | hubert.thieriot | 2012-06-13 14:39:58 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectVars.h - include correction ------------------------------------------------------------------------ r12041 | a_severin | 2012-06-13 12:24:59 +0200 (Wed, 13 Jun 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts - Some fixes in the Russian translations ------------------------------------------------------------------------ r12040 | sjoelund.se | 2012-06-13 12:18:22 +0200 (Wed, 13 Jun 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/Makefile.unix.in A /trunk/OMNotebook/OMNotebookGUI/Resources/OMNotebook_icon.svg D /trunk/OMNotebook/OMNotebookGUI/Resources/omnotebook_icon.ico D /trunk/OMNotebook/OMNotebookGUI/Resources/omnotebook_png.png M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp M /trunk/OMNotebook/OMNotebookGUI/rc_omnotebook.rc M /trunk/OMNotebook/OMNotebookGUI/res_qt.qrc - Added vector-graphics icon for OMNotebook so it looks ok on modern window-managers ------------------------------------------------------------------------ r12039 | sjoelund.se | 2012-06-13 10:42:22 +0200 (Wed, 13 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo - Typing/Expand of algorithm sections are now propagated properly (but only for some of them) ------------------------------------------------------------------------ r12038 | Frenkel TUD | 2012-06-12 21:06:14 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/IndexReduction.mo - fix compilation ------------------------------------------------------------------------ r12037 | Frenkel TUD | 2012-06-12 18:26:01 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/FrontEnd/DAE.mo - continue new dynamic state selection ------------------------------------------------------------------------ r12036 | Frenkel TUD | 2012-06-12 17:13:36 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fix compilation ------------------------------------------------------------------------ r12035 | Frenkel TUD | 2012-06-12 16:45:48 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - remove (again) all the unnecessary local BackendDAE.BackendDAE variable declarations ------------------------------------------------------------------------ r12034 | sjoelund.se | 2012-06-12 15:57:28 +0200 (Tue, 12 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - Fix compilation (double errors 2 commits ago; fixed only 1) ------------------------------------------------------------------------ r12033 | sjoelund.se | 2012-06-12 15:42:22 +0200 (Tue, 12 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - Fix names of outputs to correct ones ------------------------------------------------------------------------ r12032 | petar | 2012-06-12 14:06:59 +0200 (Tue, 12 Jun 2012) | 9 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/Makefile M /trunk/testsuite/uncertainties/CantiliverBeam.mos M /trunk/testsuite/uncertainties/TestModels/OpenTURNSTests.mo -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. ------------------------------------------------------------------------ r12031 | lochel | 2012-06-12 12:54:14 +0200 (Tue, 12 Jun 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization.h M /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.c M /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.h M /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c M /trunk/SimulationRuntime/c/simulation/solver/newuoa_initialization.c M /trunk/SimulationRuntime/c/simulation/solver/simplex_initialization.c M /trunk/testsuite/initialization/Makefile - 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) ------------------------------------------------------------------------ r12030 | hubert.thieriot | 2012-06-12 12:45:05 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp - nbintervals as OpenModelica simulation parameter (instead of stepsize) ------------------------------------------------------------------------ r12029 | sjoelund.se | 2012-06-12 11:57:25 +0200 (Tue, 12 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl - Fix tab errors ------------------------------------------------------------------------ r12028 | niklwors | 2012-06-12 11:28:14 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Modelica.h fix in cpp template for array of models code generation ------------------------------------------------------------------------ r12027 | hubert.thieriot | 2012-06-12 10:42:03 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/MOVector.h - corrected potential issue when inserting items ------------------------------------------------------------------------ r12026 | adrpo | 2012-06-12 07:03:31 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles-msl22/Test3PhaseInitParam.mos - assume these results are more correct than the ones before. ------------------------------------------------------------------------ r12025 | adrpo | 2012-06-12 05:42:36 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/uncertainties/CantileverBeam_wrapper/README.txt - more explanation. ------------------------------------------------------------------------ r12024 | adrpo | 2012-06-12 05:24:22 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/uncertainties/CantileverBeam_wrapper/README.txt - warning note in the README.txt. ------------------------------------------------------------------------ r12023 | adrpo | 2012-06-12 05:22:31 +0200 (Tue, 12 Jun 2012) | 3 lines Changed paths: A /trunk/testsuite/uncertainties/CantileverBeam_wrapper A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/CantileverBeam_wrapper.makefile A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/CantileverBeam_wrapper.xml A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/README.txt A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/model_name.h A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/read_matlab4.c A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/read_matlab4.h A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/wrapper.c A /trunk/testsuite/uncertainties/CantileverBeam_wrapper/wrapper_name.h - CantileverBeam_wrapper contains the code for the wrapper of the CantileverBeam example. + read CantileverBeam_wrapper/README.txt ------------------------------------------------------------------------ r12022 | adrpo | 2012-06-12 05:12:43 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/OpenTurns/model_name.h - MODELNAME is not required. ------------------------------------------------------------------------ r12021 | adrpo | 2012-06-12 05:04:27 +0200 (Tue, 12 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/OpenTurns/Makefile.mingw - use a defined variable for the wrapper name. ------------------------------------------------------------------------ r12020 | hubert.thieriot | 2012-06-11 17:57:55 +0200 (Mon, 11 Jun 2012) | 2 lines Changed paths: M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.ui M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp - Corrected problems in problem folder deleting ! - GUI correction ------------------------------------------------------------------------ r12019 | perost | 2012-06-11 16:22:53 +0200 (Mon, 11 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Some conditional component improvements in SCodeInst. ------------------------------------------------------------------------ r12018 | adrpo | 2012-06-11 14:23:19 +0200 (Mon, 11 Jun 2012) | 1 line Changed paths: A /trunk/testsuite/3rdParty/AVM A /trunk/testsuite/3rdParty/AVM/avm.xlsx A /trunk/testsuite/3rdParty/AVM/electrical A /trunk/testsuite/3rdParty/AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos A /trunk/testsuite/3rdParty/AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos A /trunk/testsuite/3rdParty/AVM/electrical/dym_simulate_Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos A /trunk/testsuite/3rdParty/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos A /trunk/testsuite/3rdParty/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos A /trunk/testsuite/3rdParty/AVM/electrical/omc_simulate_Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos A /trunk/testsuite/3rdParty/AVM/fluid A /trunk/testsuite/3rdParty/AVM/fluid/dym_check_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/3rdParty/AVM/fluid/dym_check_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/3rdParty/AVM/fluid/dym_check_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/3rdParty/AVM/fluid/dym_simulate_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/3rdParty/AVM/fluid/dym_simulate_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/3rdParty/AVM/fluid/dym_simulate_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/3rdParty/AVM/fluid/omc_check_Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/3rdParty/AVM/fluid/omc_check_Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/3rdParty/AVM/fluid/omc_check_Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/3rdParty/AVM/multibody A /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos A /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos A /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos A /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos A /trunk/testsuite/3rdParty/AVM/multibody/dym_simulate_Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos A /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos A /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos A /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos A /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos A /trunk/testsuite/3rdParty/AVM/multibody/omc_simulate_Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos A /trunk/testsuite/3rdParty/AVM/performance-avm.txt - AVM model scripts ------------------------------------------------------------------------ r12017 | perost | 2012-06-11 13:58:05 +0200 (Mon, 11 Jun 2012) | 2 lines Changed paths: M /trunk/doc/administration/Workplan-FrontBack.xls - Updated workplan. ------------------------------------------------------------------------ r12016 | adrpo | 2012-06-11 13:50:32 +0200 (Mon, 11 Jun 2012) | 1 line Changed paths: A /trunk/doc/administration/Workplan-FrontBack.xls - planning Excel sheet. ------------------------------------------------------------------------ r12015 | perost | 2012-06-11 11:54:16 +0200 (Mon, 11 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo - Fix connector type check in SCodeInst for connectors derived from basic types. ------------------------------------------------------------------------ r12014 | perost | 2012-06-11 11:03:23 +0200 (Mon, 11 Jun 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo A /trunk/doc/performance/benchmarks/README.txt D /trunk/doc/performance/benchmarks/tests A /trunk/testsuite/benchmarks (from /trunk/doc/performance/benchmarks/tests:12012) A /trunk/testsuite/benchmarks/BEPI_OMC.mo A /trunk/testsuite/benchmarks/BEPI_OMC.mos M /trunk/testsuite/benchmarks/README.txt - Moved the benchmark test models from doc/performance/benchmarks/tests to testsuite/benchmarks. - Added benchmark models from Marco Bonvini. ------------------------------------------------------------------------ r12013 | perost | 2012-06-11 10:50:28 +0200 (Mon, 11 Jun 2012) | 2 lines Changed paths: A /trunk/testsuite/3rdParty/SiemensPower A /trunk/testsuite/3rdParty/SiemensPower/Makefile A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Blocks A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Blocks/Smoothing.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Blocks/TimeTable.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Blocks/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries/PrescribedHeatFlow.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSink.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries/WaterSourceMH.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Boundaries/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/TubeWithoutWall.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tests/tube_test.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/Tube.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/TubeWithoutWall.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/Pipes/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Wall.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/Walllayer.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/SolidComponents/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Components/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Documents A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Documents/SiemensModelicaLicense2.html A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Interfaces A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Interfaces/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Interfaces/portHeat.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/BaseTube.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/BaseClasses/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Functions A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/linearInterpolation.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Functions/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/PartialHeatTransfer.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/SinglePhaseOverall.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/PartialHeatTransfer.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/HeatTransfer/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/OverallFlow.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFriction.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/PressureLoss/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Structures A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PipeGeo.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/PropertiesMetal.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/Structures/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/Utilities/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower/package.mo A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.TubeWithoutWall.mos A /trunk/testsuite/3rdParty/SiemensPower/SiemensPower.Components.Pipes.Tests.tube_test.mos M /trunk/testsuite/Makefile - Added SiemensPower tests. ------------------------------------------------------------------------ r12012 | Frenkel TUD | 2012-06-08 18:00:45 +0200 (Fri, 08 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/OpenTURNS.mo - fix compilation ------------------------------------------------------------------------ r12011 | Frenkel TUD | 2012-06-08 17:22:41 +0200 (Fri, 08 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo - remove local var declaration ------------------------------------------------------------------------ r12010 | Frenkel TUD | 2012-06-08 17:05:46 +0200 (Fri, 08 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp M /trunk/Compiler/runtime/matchmaker.h - remove tabs ------------------------------------------------------------------------ r12009 | Frenkel TUD | 2012-06-08 15:56:18 +0200 (Fri, 08 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/IndexReduction.mo M /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/runtime/matching.c M /trunk/Compiler/runtime/matching_cheap.c - remove tabs ------------------------------------------------------------------------ r12008 | fbergero | 2012-06-08 15:41:50 +0200 (Fri, 08 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Fixing bug in QSS target ------------------------------------------------------------------------ r12007 | Frenkel TUD | 2012-06-08 15:32:12 +0200 (Fri, 08 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Makefile.common - bugfix compilation ------------------------------------------------------------------------ r12006 | Frenkel TUD | 2012-06-08 15:24:01 +0200 (Fri, 08 Jun 2012) | 9 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEEXT.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo A /trunk/Compiler/BackEnd/GraphML.mo A /trunk/Compiler/BackEnd/IndexReduction.mo A /trunk/Compiler/BackEnd/Matching.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp M /trunk/Compiler/runtime/Makefile.common A /trunk/Compiler/runtime/matching.c A /trunk/Compiler/runtime/matching_cheap.c A /trunk/Compiler/runtime/matchmaker.h M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/real_array.c - 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) ------------------------------------------------------------------------ r12005 | perost | 2012-06-08 14:26:23 +0200 (Fri, 08 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo - Removed tab. ------------------------------------------------------------------------ r12004 | perost | 2012-06-08 14:12:49 +0200 (Fri, 08 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl A /trunk/testsuite/mofiles/FunctionMultiReturn.mo M /trunk/testsuite/mofiles/Makefile - Added support for x = func(...), where func returns multiple values. - Some fixes for expandable connectors in SCodeInst. ------------------------------------------------------------------------ r12003 | sjoelund.se | 2012-06-08 12:15:25 +0200 (Fri, 08 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/OpenTURNS.mo - Tabs are evil ------------------------------------------------------------------------ r12002 | petar | 2012-06-08 09:26:09 +0200 (Fri, 08 Jun 2012) | 14 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo A /trunk/Compiler/BackEnd/OpenTURNS.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/ClassInf.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Util/VarTransform.mo M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos A /trunk/testsuite/uncertainties A /trunk/testsuite/uncertainties/CantileverBeam_MC-template.py A /trunk/testsuite/uncertainties/CantiliverBeam.mos A /trunk/testsuite/uncertainties/Makefile A /trunk/testsuite/uncertainties/TestModels A /trunk/testsuite/uncertainties/TestModels/DataReconciliationTests.mo A /trunk/testsuite/uncertainties/TestModels/OpenTURNSTests.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/AAAUsersGuide.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/BoundaryConditions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/BoundaryConditions/FuelSourcePQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/BoundaryConditions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/GTCombustionChamber.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/GenericCombustion.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/GridFurnace.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/PostCombustionGas.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/CombustionChambers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/Sensors A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/Sensors/FuelMassFlowSensor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/Sensors/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Combustion/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/Pro_FlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/Pro_TwoPhaseWaterSteam.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/Pro_WaterSteam.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/PropFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/PropWaterSteam.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/WBCorrectiveDiameterCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Misc/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBCrossedCurrentConvectiveHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBFlueGasesHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBHeatExchangerEfficiency.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBInternalOnePhaseFlowHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBInternalSuperCriticalFlowHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBInternalTwoPhaseFlowHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBLongitudinalCurrentConvectiveHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/WBRadiativeHeatTransferCoefficient.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/Thermal/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Correlations/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/BoundaryConditions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/BoundaryConditions/SourceMechanicalPower.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines/Shaft.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines/SynchronousMotor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/Machines/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/ElectroMechanics/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/AJ_D74_FD1.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_Load_100_50.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_TripTAC.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D2012.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D6.1.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D7.4_FD01.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Condenser_LevelControl.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Drum_LevelControl.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_Load_100_55.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_TripTAC.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestAirHumidity.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestBend.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestCentrifugalPumpWaterSolution.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestCheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestCompressor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestControlValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDiaphragm.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicCheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicDrum.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicOnePhaseFlowPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicReliefValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicTwoPhaseFlowPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestDynamicWaterWaterExchanger.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFan.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesJunctions.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestIdealCheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestIdealSwitchValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestInvSingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions4.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestJunctions5.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestLumpedStraightPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestMassFlowMultiplier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestPipePressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestRefP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSensors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSimpleEvaporatorWaterSteamFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSimpleStaticCondenser.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPumpWaterSolution.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticCondenser.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticExchangerWaterSteamFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchanger.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchangerDTorWorEff.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamEngine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSteamExtractionSplitter.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestSwitchValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestTank.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestThreeWayValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestVolumes.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestVolumes1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestVolumes2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/TestWaterHammer.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/SimpleExamples/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Examples/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Boilers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Boilers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/AirHumidity.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/Sink.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkG.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkPQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SinkQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/Source.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourceG.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourceP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/SourceQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/BoundaryConditions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/FlueGasesChamberEvaporator.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/StaticFluegasesFluegasesExchangerKS.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/StaticWallFlueGasesExchanger.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/HeatExchangers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions/Mixer2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions/Splitter2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Junctions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/LoopBreakers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/LoopBreakers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/CombustionTurbine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/Compressor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/StaticFan.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Machines/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/CheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/ControlValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/InvSingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/PressureLosses/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/MassFlowSensor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/PressureSensor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/TemperatureSensor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Sensors/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC/GTCICOBarilla.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC/GasTurbine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/TAC/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeATh.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeBTh.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeCTh.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/VolumeDTh.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/Volumes/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/FlueGases/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Functions.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/AbsorberWaterLiBr.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/AbsorptionRefrigeratorSystem.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/DesorberWaterLiBr.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/HeatNetworkPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/LatentHeatStorage.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/SensibleHeatStorage.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/HeatNetworksCooling/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Commun.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Derivee.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/FctTrans.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Integrateur.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/IntegrateurSat.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PI.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PIsat.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvAD.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvDA.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Echant.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/FctTrans.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PI.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PIsat.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PT1.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Pre.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND4.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Constante.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Echelon.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Edge.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/NONL.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR4.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pre.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pulse.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/SampleTrigger.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Selecteur.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Terminate.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/XOR.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Abs.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Acos.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Asin.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Atan.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Cos.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Div.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/EgEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Exp.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Feedback.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Gain.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Inf.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Infeg.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfegEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log10.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Polynome.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sign.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sin.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sqrt.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sup.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Supeg.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupegEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Tan.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/BandeMorte.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Limiteur.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVar.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVitesse.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardFixe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardVar.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Selecteur.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/SelecteurEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Switch.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Constante.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/ConstanteEntier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Echelon.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Exp.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Horloge.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Pulse.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Rampe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Random.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/RandomLineaire.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/SinusExp.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Sinusoide.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Trapezoide.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1D.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTemps.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTempsBool.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table2D.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Blocks/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Common.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/InstrumentationAndControl/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers/BoilerSystem.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers/FossilFuelBoiler.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Boilers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/DynamicExchangerWaterSteamFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/ExchangerWaterC3H3F5W.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/SimpleEvaporatorWaterSteamFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/StaticExchangerWaterSteamFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/HeatExchangers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/AlternatingEngine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/CHPEngineBarkantineSystem.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/CHPEngineTriGenPredSystem.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/CHPEngineTrigenParamSystem.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/Machines/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/MultiFluids/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5 A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ph.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ps.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/C3H3F5/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/Absorb.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/EmissivGP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_Absorb.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_T.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_Xtot.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_a.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_cp.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_cv.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_drhodh.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_drhodp.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_h.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_h_Ps.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_k.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_mu.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_rho.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/FlueGases_s.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/XSat.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/FlueGases/unSafeForJacobian.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/Fluid A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/Fluid/Ph.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/Fluid/Ps.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/Fluid/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/ModelicaMediaFlueGases.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/DTcristal_TX.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/MassFraction_eq_PT.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/Pressure_eq_TX.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/SpecificEnthalpy_TX.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSolution/temperature_HX.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/Common.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/IF97_Utilities.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/InitLimits.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/Region.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/createSpline.mos A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/WaterSteam/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Properties/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Solar A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Solar/SolarCollector.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Solar/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/BoundaryConditions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/BoundaryConditions/HeatSource.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/BoundaryConditions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/ConvectiveHeatFlow.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWall.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWallAsym.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/HeatTransfer/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Thermal/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/Units.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefT.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/RefXh2o.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/Sink.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/SinkP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/SourceP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/BoundaryConditions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/HeatExchangers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/HeatExchangers/ExchangerEfficiency.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/HeatExchangers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerT.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerXh2o.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/LoopBreakers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPump.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPumpNom.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/Machines/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/PressureLosses A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/PressureLosses/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSolution/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Boilers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Boilers/ElectricBoiler.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Boilers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefH.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/RefT.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/Sink.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SinkP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SinkPQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SinkQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/Source.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SourceP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/SourceQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/BoundaryConditions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Connectors.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicCondenser.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicOnePhaseFlowPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicTwoPhaseFlowPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/DynamicWaterWaterExchanger.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/NTUWaterHeating.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/SimpleDynamicCondenser.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/SimpleStaticCondenser.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/StaticCondenser.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchanger.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchangerDTorWorEff.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/HeatExchangers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/DeheaterMixer2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/MassFlowMultiplier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Mixer2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Mixer3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Mixer8.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Splitter2.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/Splitter3.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/StaticDrum.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/SteamDryer.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/SteamExtractionSplitter.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Junctions/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerH.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/LoopingPQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/LoopBreakers/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/Compressor.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/DynamicCentrifugalPump.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/Generator.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/StaticCentrifugalPump.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/SteamEngine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/StodolaTurbine.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Machines/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/Bend.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/CheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/ControlValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/Diaphragm.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/DynamicCheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/DynamicReliefValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/IdealCheckValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/IdealSwitchValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/InvSingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/LumpedStraightPipe.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/NonBoilingValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/PipePressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/SwitchValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/ThreeWayValve.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/WaterHammer.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/PressureLosses/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorH.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorP.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorQ.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorQv.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/SensorT.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Sensors/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/Degasifier.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/DegasifierVolume.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/DynamicDrum.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/Pressurizer.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/Tank.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/TwoPhaseVolume.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeA.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeAth.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeB.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeBth.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeC.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeCth.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeD.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeDth.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeI.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/VolumeITh.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/Volumes/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/WaterSteam/package.mo A /trunk/testsuite/uncertainties/TestModels/ThermoSysPro/package.mo A /trunk/testsuite/uncertainties/TestModels/logoModelica.png A /trunk/testsuite/uncertainties/TestModels/logoOpenturns.png A /trunk/testsuite/uncertainties/TestModels/logoVDI2048.png A /trunk/testsuite/uncertainties/UncertaintyFlatten1.mo -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) ------------------------------------------------------------------------ r12001 | sjoelund.se | 2012-06-07 16:19:26 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCode.mo - Fix dependency analysis ------------------------------------------------------------------------ r12000 | sjoelund.se | 2012-06-07 14:43:36 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo - Refactoring EQ_NORETCALL (store Exp to simplify implementation/traversal) ------------------------------------------------------------------------ r11999 | perost | 2012-06-07 14:15:02 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/interactive/Makefile - Changed back rtest to -v in interactive/Makefile. ------------------------------------------------------------------------ r11998 | perost | 2012-06-07 12:35:18 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2/Media/Water/package.mo M /trunk/libraries/Modelica 3.2.txt M /trunk/libraries/README M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Ported MSL 3.1 fix to MSL 3.2. ------------------------------------------------------------------------ r11997 | sjoelund.se | 2012-06-07 12:30:52 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Added support for varargs-style functions in SCodeInst ------------------------------------------------------------------------ r11996 | sjoelund.se | 2012-06-07 11:28:17 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo - Refactoring: SCode.ALG_NORETCALL now takes an expression to simplify traversal ------------------------------------------------------------------------ r11995 | sjoelund.se | 2012-06-07 11:10:50 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/Examples/sim_BouncingBall.mos M /trunk/Examples/visualize_3D_BouncingBall.mos M /trunk/Makefile.common - Updated examples ------------------------------------------------------------------------ r11994 | sjoelund.se | 2012-06-07 10:53:05 +0200 (Thu, 07 Jun 2012) | 5 lines Changed paths: M /trunk/Compiler/runtime/ErrorMessage.cpp M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/errorext.cpp M /trunk/Compiler/runtime/errorext.h M /trunk/Compiler/runtime/printimpl.c - 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 ------------------------------------------------------------------------ r11993 | sjoelund.se | 2012-06-07 10:02:49 +0200 (Thu, 07 Jun 2012) | 2 lines Changed paths: M /trunk/mosh/src/mosh.cpp - Spelling ------------------------------------------------------------------------ r11992 | Frenkel TUD | 2012-06-05 23:37:14 +0200 (Tue, 05 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - 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 ------------------------------------------------------------------------ r11991 | Frenkel TUD | 2012-06-05 23:33:31 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inline.mo - Inline.mo: splitt function inlineEqOpt in two functions (inlineEq,inlineEqOpt) - Expression.mo: add functions traversingDerAndComponentRefFinder, expHasDerCref, traversingexpHasDerCref ------------------------------------------------------------------------ r11990 | niklwors | 2012-06-05 18:26:18 +0200 (Tue, 05 Jun 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/LibrariesConfig.h.in M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp A /trunk/SimulationRuntime/cpp/Source/Solver/Ida A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/CMakeLists.txt A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/Ida.cpp A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/Ida.h A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/IdaSettings.cpp A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/IdaSettings.h A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Implementation/stdafx.h A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Interfaces A /trunk/SimulationRuntime/cpp/Source/Solver/Ida/Interfaces/IIdaSettings.h Added Ida solver to cpp runtime ------------------------------------------------------------------------ r11989 | perost | 2012-06-05 15:53:05 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo - Allow expandable connector components in connects for SCodeInst. ------------------------------------------------------------------------ r11988 | sjoelund.se | 2012-06-05 15:24:37 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Instantiate more statements ------------------------------------------------------------------------ r11987 | sjoelund.se | 2012-06-05 14:28:16 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo - Changed structure of SCode.ALG_FOR to be nested instead of a list of iterators (to mimic the EQ_FOR structure) ------------------------------------------------------------------------ r11986 | sjoelund.se | 2012-06-05 14:19:21 +0200 (Tue, 05 Jun 2012) | 3 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo #1753 - Fix typo ------------------------------------------------------------------------ r11985 | sjoelund.se | 2012-06-05 13:02:18 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo - Fix compilation ------------------------------------------------------------------------ r11984 | sjoelund.se | 2012-06-05 12:59:37 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo - Fix compilation ------------------------------------------------------------------------ r11983 | sjoelund.se | 2012-06-05 12:38:07 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo - Changed the range of a for-loop to Option to account for implicit ranges in a more visible manner ------------------------------------------------------------------------ r11982 | sjoelund.se | 2012-06-05 11:13:28 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Handle inst of if-statements ------------------------------------------------------------------------ r11981 | sjoelund.se | 2012-06-05 10:38:25 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - Fix the getInstanceName() documentation ------------------------------------------------------------------------ r11980 | sjoelund.se | 2012-06-05 10:29:19 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo M /trunk/Examples/GenerateDoc.mos - Also generate MetaModelica documentation ------------------------------------------------------------------------ r11979 | sjoelund.se | 2012-06-05 09:48:44 +0200 (Tue, 05 Jun 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/List.mo M /trunk/OMOptim/build/Makefile.unix.in - Added documentation for referenceEq - Made Builtin.mo load MetaModelicaBuiltin.mo using the correct filename+line numbers - Added fileName argument to val() ------------------------------------------------------------------------ r11978 | sjoelund.se | 2012-06-05 09:12:08 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in - Do not re-run lrelease unless something changed ------------------------------------------------------------------------ r11977 | sjoelund.se | 2012-06-05 08:45:37 +0200 (Tue, 05 Jun 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/interactive/Makefile.in M /trunk/SimulationRuntime/interactive/Makefile.omdev.mingw - Do not rebuild sample client every time ------------------------------------------------------------------------ r11976 | sjoelund.se | 2012-06-04 16:02:06 +0200 (Mon, 04 Jun 2012) | 2 lines Changed paths: M /trunk/testsuite/Makefile M /trunk/testsuite/omcc/Makefile M /trunk/testsuite/omcc/SCRIPT.mos - Adding omcc to main testsuite ------------------------------------------------------------------------ r11975 | sjoelund.se | 2012-06-04 15:50:20 +0200 (Mon, 04 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/Interactive.mo - getClassNames now handles classes with a constrainedby clause ------------------------------------------------------------------------ r11973 | arun3688 | 2012-06-04 14:05:01 +0200 (Mon, 04 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/omcc/Makefile omcc/Makefile modified, bugs fixed ------------------------------------------------------------------------ r11972 | perost | 2012-06-04 13:57:45 +0200 (Mon, 04 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Forbid Real priority in potentialRoot calls. ------------------------------------------------------------------------ r11971 | arun3688 | 2012-06-04 13:46:04 +0200 (Mon, 04 Jun 2012) | 1 line Changed paths: M /trunk/testsuite/omcc/Main.mo M /trunk/testsuite/omcc/Makefile omccp, Main.mo unwanted function call removed to speed up the code ------------------------------------------------------------------------ r11970 | wbraun | 2012-06-04 13:36:15 +0200 (Mon, 04 Jun 2012) | 2 lines Changed paths: M /trunk/doc/administration/OMProjectWorkplan.gan - updated gantt workplan with frontend tasks ------------------------------------------------------------------------ r11969 | sjoelund.se | 2012-06-04 13:25:08 +0200 (Mon, 04 Jun 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Adding a function type ------------------------------------------------------------------------ r11968 | adrpo | 2012-06-01 18:10:19 +0200 (Fri, 01 Jun 2012) | 7 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization_data.c - 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. ------------------------------------------------------------------------ r11967 | lochel | 2012-06-01 17:15:14 +0200 (Fri, 01 Jun 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - fix undefined behaviour ------------------------------------------------------------------------ r11966 | lochel | 2012-06-01 14:53:45 +0200 (Fri, 01 Jun 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization_data.c M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat - fix memory leaks ------------------------------------------------------------------------ r11965 | wbraun | 2012-06-01 12:17:55 +0200 (Fri, 01 Jun 2012) | 5 lines Changed paths: A /trunk/doc/administration/OMProjectWorkplan.gan - 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. ------------------------------------------------------------------------ r11964 | adeas31 | 2012-06-01 01:54:40 +0200 (Fri, 01 Jun 2012) | 1 line Changed paths: M /trunk/Compiler/Script/Interactive.mo - match constrainedBy clause with NONE(). ------------------------------------------------------------------------ r11963 | hubert.thieriot | 2012-05-31 18:17:25 +0200 (Thu, 31 May 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.ui M /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.h M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h - gui improvments ------------------------------------------------------------------------ r11962 | lochel | 2012-05-31 14:54:17 +0200 (Thu, 31 May 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat - corrected mat-files because of changed initialization (now some events occur one timestep earlier/later than before) ------------------------------------------------------------------------ r11961 | adeas31 | 2012-05-31 13:49:45 +0200 (Thu, 31 May 2012) | 1 line Changed paths: M /trunk/Compiler/Script/Interactive.mo - Check the constrainClass while fetching the classnames. ------------------------------------------------------------------------ r11960 | adrpo | 2012-05-31 01:13:03 +0200 (Thu, 31 May 2012) | 3 lines Changed paths: A /trunk/testsuite/libraries/msl31/fluid/simulate A /trunk/testsuite/libraries/msl31/fluid/simulate/Makefile A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.BranchingDynamicPipes.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.HeatingSystem.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.InverseParameterization.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.PumpingSystem.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.EmptyTanks.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.Tanks.ThreeTanks.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos A /trunk/testsuite/libraries/msl31/fluid/simulate/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos - added simulation tests for Modelica.Fluid - unfortunately none of them currently work so they are not added to the testsuite runs. ------------------------------------------------------------------------ r11959 | hubert.thieriot | 2012-05-30 19:12:57 +0200 (Wed, 30 May 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Modelica/ModItem.cpp M /trunk/OMOptim/Core/Modelica/ModItem.h M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.ui M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.ui M /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.cpp M /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.h M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/Problems/OMCase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h - updated ModIemsTree - new MOomc functions - corrected WidgetModelsList ------------------------------------------------------------------------ r11958 | Frenkel TUD | 2012-05-30 16:28:29 +0200 (Wed, 30 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix compilation bootstrapped ------------------------------------------------------------------------ r11957 | Frenkel TUD | 2012-05-30 16:02:36 +0200 (Wed, 30 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix compilation bootstrapped ------------------------------------------------------------------------ r11956 | Frenkel TUD | 2012-05-30 15:34:28 +0200 (Wed, 30 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/Util/Flags.mo - add modules tearing, coundOperations ------------------------------------------------------------------------ r11954 | adeas31 | 2012-05-30 01:35:09 +0200 (Wed, 30 May 2012) | 1 line Changed paths: M /trunk/OMOptim/GUI/MainWindow.cpp - Close OMOptim window when user select File->Quit. ------------------------------------------------------------------------ r11953 | adeas31 | 2012-05-29 23:44:41 +0200 (Tue, 29 May 2012) | 3 lines Changed paths: M /trunk/Compiler/Script/Interactive.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - Fixed a missing { in getExternalFunctionSpecification. - Also updated the test. ------------------------------------------------------------------------ r11952 | arun3688 | 2012-05-29 21:03:29 +0200 (Tue, 29 May 2012) | 2 lines Changed paths: M /trunk/testsuite/omcc/Makefile M /trunk/testsuite/omcc/Readme.txt M /trunk/testsuite/omcc/SCRIPT.mos OMCCp, setting rtest baseline is moved to make file, start compiling directly by makefile by arun3688 ------------------------------------------------------------------------ r11951 | arun3688 | 2012-05-29 20:12:32 +0200 (Tue, 29 May 2012) | 3 lines Changed paths: M /trunk/testsuite/omcc/Main.mo M /trunk/testsuite/omcc/Makefile M /trunk/testsuite/omcc/ParseCodeModelica.mo M /trunk/testsuite/omcc/Readme.txt M /trunk/testsuite/omcc/SCRIPT.mos M /trunk/testsuite/omcc/parserModelica.y OMCCp, bugs fixed with new changes made in front end and tested with rtest, all the tests are passed. by arun3688 ------------------------------------------------------------------------ r11950 | hubert.thieriot | 2012-05-29 16:58:14 +0200 (Tue, 29 May 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCalculateMooPoints.cpp M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.cpp M /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyDelegates.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTreeView.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTreeView.h M /trunk/OMOptim/OMOptimBasis/MOThreads.cpp M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp - gui corrections - problems threads corrections ------------------------------------------------------------------------ r11949 | adrpo | 2012-05-29 15:12:05 +0200 (Tue, 29 May 2012) | 12 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/testsuite/interactive/interactive_api_calls.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - 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"} ------------------------------------------------------------------------ r11948 | perost | 2012-05-29 09:46:19 +0200 (Tue, 29 May 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/mofiles/FunctionProtectedInput.mo - Instantiation/typing of functions for SCodeInst. ------------------------------------------------------------------------ r11947 | adrpo | 2012-05-26 19:44:23 +0200 (Sat, 26 May 2012) | 2 lines Changed paths: A /trunk/testsuite/3rdParty/TestMedia/simulation A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test1_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test1_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test2_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test2_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test3_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test3_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test4_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/ColdWater/ColdWater_Test4_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test1_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test1_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test2_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test2_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test3_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test3_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test4_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/FlueGas/FlueGas_Test4_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/Nitrogen A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/Nitrogen/Nitrogen_Test1_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/Nitrogen/Nitrogen_Test1_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97 A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test1_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test1_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test2_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test2_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test3_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test3_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test4_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test4_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test5_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test5_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test6_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test6_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test7_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test7_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test8_ref.mat A /trunk/testsuite/3rdParty/TestMedia/simulation/ReferenceFiles/WaterIF97/WaterIF97_Test8_var.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test1.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test2.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test3.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test4.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test5.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test6.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test7.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/Test8.txt A /trunk/testsuite/3rdParty/TestMedia/simulation/TestMedia.mo - added TestMedia reference files from Martin @ Siemens. ------------------------------------------------------------------------ r11946 | lochel | 2012-05-24 17:39:54 +0200 (Thu, 24 May 2012) | 1 line Changed paths: M /trunk/testsuite/initialization/Makefile move singularJacobian.mos back to failingtest ------------------------------------------------------------------------ r11945 | lochel | 2012-05-24 17:35:17 +0200 (Thu, 24 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - undo changes in initialization.c from last commit ------------------------------------------------------------------------ r11944 | lochel | 2012-05-24 17:03:43 +0200 (Thu, 24 May 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization_data.c M /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c M /trunk/testsuite/initialization/Makefile - minor fixes - add initialization test case ------------------------------------------------------------------------ r11943 | ppriv | 2012-05-24 16:15:54 +0200 (Thu, 24 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl - assert() support in C# simulation code ------------------------------------------------------------------------ r11942 | lochel | 2012-05-24 11:40:33 +0200 (Thu, 24 May 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat - fix msl31/simulate test cases ------------------------------------------------------------------------ r11940 | hubert.thieriot | 2012-05-23 17:43:50 +0200 (Wed, 23 May 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - resolved compilation issues (environment variables, lib orders...) ------------------------------------------------------------------------ r11939 | lochel | 2012-05-23 17:35:21 +0200 (Wed, 23 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c - fix for last commit ------------------------------------------------------------------------ r11938 | lochel | 2012-05-23 17:30:08 +0200 (Wed, 23 May 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/solver/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/initialization.h A /trunk/SimulationRuntime/c/simulation/solver/initialization_data.c A /trunk/SimulationRuntime/c/simulation/solver/initialization_data.h D /trunk/SimulationRuntime/c/simulation/solver/initialization_sundials.c A /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.c A /trunk/SimulationRuntime/c/simulation/solver/kinsol_initialization.h A /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.c A /trunk/SimulationRuntime/c/simulation/solver/nelderMeadEx_initialization.h A /trunk/SimulationRuntime/c/simulation/solver/newuoa_initialization.c A /trunk/SimulationRuntime/c/simulation/solver/newuoa_initialization.h A /trunk/SimulationRuntime/c/simulation/solver/simplex_initialization.c A /trunk/SimulationRuntime/c/simulation/solver/simplex_initialization.h M /trunk/SimulationRuntime/c/simulation_data.h M /trunk/testsuite/initialization/Makefile M /trunk/testsuite/initialization/nonlinear.mos - 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 ------------------------------------------------------------------------ r11937 | hubert.thieriot | 2012-05-23 15:05:30 +0200 (Wed, 23 May 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Project.cpp A /trunk/OMOptim/Doc/AddANewProblem.txt D /trunk/OMOptim/Doc/MainPage.txt A /trunk/OMOptim/Doc/OMOptimDoc.txt (from /trunk/OMOptim/Doc/MainPage.txt:11833) M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.h M /trunk/OMOptim/OMOptimBasis/MOItem.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h M /trunk/OMOptim/OMOptimBasis/Units/METemperature.h A /trunk/OMOptim/OMOptimBasis/doc A /trunk/OMOptim/OMOptimBasis/doc/OMOptimBasisDoc.txt A /trunk/OMOptim/OMOptimBasis/doc/ProblemsDoc.txt - improved Dymola script function - improved documentation - loading OptimResult does not ask for model compilation if unfound ------------------------------------------------------------------------ r11935 | perost | 2012-05-23 10:13:06 +0200 (Wed, 23 May 2012) | 2 lines Changed paths: A /trunk/testsuite/mofiles/FunctionVariability.mo M /trunk/testsuite/mofiles/Makefile - Added test for variability check of function parameters. ------------------------------------------------------------------------ r11934 | perost | 2012-05-22 11:09:24 +0200 (Tue, 22 May 2012) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/CevalFunction.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/testsuite/3rdParty/HumMod/instHumMod.mos M /trunk/testsuite/expandable/ExpandableConnectors.mos M /trunk/testsuite/libraries/biochem/BiochemModels.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos A /trunk/testsuite/mofiles/ConnectTwoSources.mo M /trunk/testsuite/mofiles/EnumConnectArray.mo M /trunk/testsuite/mofiles/Makefile - 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. ------------------------------------------------------------------------ r11933 | sjoelund.se | 2012-05-22 09:03:12 +0200 (Tue, 22 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common - cp -u is a GNU extension; we support non-GNU systems... ------------------------------------------------------------------------ r11931 | sjoelund.se | 2012-05-21 15:01:39 +0200 (Mon, 21 May 2012) | 2 lines Changed paths: M /trunk/testsuite/omcc/Makefile M /trunk/testsuite/omcc/SCRIPT.mos - Some fixes to OMCC ------------------------------------------------------------------------ r11930 | adrpo | 2012-05-21 14:55:00 +0200 (Mon, 21 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/runtime/config.h M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/Makefile.omdev.mingw - attempt to fix Windows compilation and testsuite. ------------------------------------------------------------------------ r11929 | sjoelund.se | 2012-05-21 13:59:45 +0200 (Mon, 21 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Do not add LDFLAGS twice ------------------------------------------------------------------------ r11928 | sjoelund.se | 2012-05-21 12:35:35 +0200 (Mon, 21 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/runtime/config.h M /trunk/Compiler/runtime/config.unix.h.in M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/configure.in - Link with Sundials only if requested ------------------------------------------------------------------------ r11927 | sjoelund.se | 2012-05-21 11:57:58 +0200 (Mon, 21 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/runtime/config.h M /trunk/Compiler/runtime/config.unix.h.in M /trunk/SimulationRuntime/c/simulation/solver/initialization.c A /trunk/SimulationRuntime/c/simulation/solver/initialization_sundials.c (from /trunk/SimulationRuntime/c/simulation/solver/initialization.c:11926) M /trunk/configure.in - First step towards compiling without sundials ------------------------------------------------------------------------ r11926 | nutaro | 2012-05-19 18:17:32 +0200 (Sat, 19 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl Fixed event handling in the adevs backend ------------------------------------------------------------------------ r11925 | arun3688 | 2012-05-16 22:01:46 +0200 (Wed, 16 May 2012) | 1 line Changed paths: A /trunk/testsuite/omcc_test A /trunk/testsuite/omcc_test/Test1.mo A /trunk/testsuite/omcc_test/Test10.mo A /trunk/testsuite/omcc_test/Test11.mo A /trunk/testsuite/omcc_test/Test12.mo A /trunk/testsuite/omcc_test/Test13.mo A /trunk/testsuite/omcc_test/Test14.mo A /trunk/testsuite/omcc_test/Test15.mo A /trunk/testsuite/omcc_test/Test16.mo A /trunk/testsuite/omcc_test/Test17.mo A /trunk/testsuite/omcc_test/Test18.mo A /trunk/testsuite/omcc_test/Test19.mo A /trunk/testsuite/omcc_test/Test2.mo A /trunk/testsuite/omcc_test/Test20.mo A /trunk/testsuite/omcc_test/Test21.mo A /trunk/testsuite/omcc_test/Test3.mo A /trunk/testsuite/omcc_test/Test4.mo A /trunk/testsuite/omcc_test/Test5.mo A /trunk/testsuite/omcc_test/Test6.mo A /trunk/testsuite/omcc_test/Test7.mo A /trunk/testsuite/omcc_test/Test8.mo A /trunk/testsuite/omcc_test/Test9.mo A /trunk/testsuite/omcc_test/fulltest.mo add omcc test cases to testsuite/omcc_test-arun3688 ------------------------------------------------------------------------ r11924 | arun3688 | 2012-05-16 21:57:05 +0200 (Wed, 16 May 2012) | 2 lines Changed paths: D /trunk/testsuite/omcc/LoadCompilerSources.mos M /trunk/testsuite/omcc/Main.mo D /trunk/testsuite/omcc/MainTest.mos A /trunk/testsuite/omcc/Makefile D /trunk/testsuite/omcc/NewParser.mo M /trunk/testsuite/omcc/Parser.mo M /trunk/testsuite/omcc/ParserModelica.mo A /trunk/testsuite/omcc/Readme.txt M /trunk/testsuite/omcc/SCRIPT.mos D /trunk/testsuite/omcc/TEST_CASES.mo D /trunk/testsuite/omcc/TestGrammar.mo D /trunk/testsuite/omcc/TestGrammar.moUnParsed.mo D /trunk/testsuite/omcc/main.c Makefile is added to "omcc" and unnecessary files are deleted and also "Readme.txt" is added. look into Readme.txt for running the test cases. arun3688 ------------------------------------------------------------------------ r11923 | Frenkel TUD | 2012-05-16 20:38:55 +0200 (Wed, 16 May 2012) | 1 line Changed paths: M /trunk/Compiler/Util/System.mo - bugfix linker realRand, intRand ------------------------------------------------------------------------ r11922 | sjoelund.se | 2012-05-16 09:35:48 +0200 (Wed, 16 May 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/testsuite/mosfiles/Makefile A /trunk/testsuite/mosfiles/TestAsub.mos #1746 - Fix for asub in functions ------------------------------------------------------------------------ r11921 | Frenkel TUD | 2012-05-16 09:25:47 +0200 (Wed, 16 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - add function getVarDAE ------------------------------------------------------------------------ r11920 | Frenkel TUD | 2012-05-16 09:24:33 +0200 (Wed, 16 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - bugfix tearing ------------------------------------------------------------------------ r11919 | perost | 2012-05-15 13:02:40 +0200 (Tue, 15 May 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo - Fix iterator typing in for equations for SCodeInst. ------------------------------------------------------------------------ r11918 | hubert.thieriot | 2012-05-15 12:16:39 +0200 (Tue, 15 May 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/FileData/LoadOMOptim.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/GUI/Widgets/WidgetProjectInfos.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Load.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Save.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.h M /trunk/OMOptim/version.h - .min file fully compatible with relative paths ------------------------------------------------------------------------ r11917 | niklwors | 2012-05-15 10:07:14 +0200 (Tue, 15 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl Resolved name conflicts for some member variables of AlgLoop System in cpp runtime. ------------------------------------------------------------------------ r11916 | hubert.thieriot | 2012-05-15 09:37:16 +0200 (Tue, 15 May 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/FileData/LoadOMOptim.cpp M /trunk/OMOptim/Core/Modelica/ModLoader.cpp M /trunk/OMOptim/Core/Modelica/ModLoader.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.h M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/buildOMOptim.pro M /trunk/OMOptim/version.h - improved gnuplot display of temp optimization results - clsing .mat file after reading... - LowTools::mkdir : mkdir with write permissions ------------------------------------------------------------------------ r11913 | adeas31 | 2012-05-14 23:42:15 +0200 (Mon, 14 May 2012) | 1 line Changed paths: M /trunk/OMOptim/build/OMOptim.windowsconfig.in - Added the missing omniORB libs. Update OMDEV. Changed the back the bin to lib. ------------------------------------------------------------------------ r11911 | perost | 2012-05-14 15:58:58 +0200 (Mon, 14 May 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/DumpTest.mos - Fix testsuite. ------------------------------------------------------------------------ r11910 | hubert.thieriot | 2012-05-14 15:15:37 +0200 (Mon, 14 May 2012) | 1 line Changed paths: M /trunk/OMOptim/build/OMOptim.windowsconfig.in - corrected 4.1.6 lib paths : /bin/ instead of /lib/ ------------------------------------------------------------------------ r11909 | mahge930 | 2012-05-14 14:48:23 +0200 (Mon, 14 May 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlat.mo M /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeGraph.mo M /trunk/Compiler/FrontEnd/SCodeHashTable.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeSimplify.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Script/Refactor.mo M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Parser/Modelica.g + Part of support for Class Attributes (objectives) for optimization class of Optimica extension. ------------------------------------------------------------------------ r11908 | perost | 2012-05-14 13:48:01 +0200 (Mon, 14 May 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/mofiles/Makefile M /trunk/testsuite/mofiles/ReinitInvalidType.mo A /trunk/testsuite/mofiles/ReinitInvalidType2.mo A /trunk/testsuite/mofiles/ReinitInvalidType3.mo Fix for bug #1738: - Check variability of first argument to reinit. ------------------------------------------------------------------------ r11907 | sjoelund.se | 2012-05-14 11:59:00 +0200 (Mon, 14 May 2012) | 2 lines Changed paths: M /trunk/Parser/BaseModelica_Lexer.g - Update the UTF-8 error message ------------------------------------------------------------------------ r11906 | niklwors | 2012-05-14 11:57:16 +0200 (Mon, 14 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h Resolved name conflicts for some member variables in cpp runtime. ------------------------------------------------------------------------ r11905 | sjoelund.se | 2012-05-14 09:51:14 +0200 (Mon, 14 May 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo #1744 - Add OMDEV to checkSettings() result ------------------------------------------------------------------------ r11904 | adeas31 | 2012-05-12 15:50:42 +0200 (Sat, 12 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - fix testsuite. ------------------------------------------------------------------------ r11903 | adeas31 | 2012-05-12 14:10:28 +0200 (Sat, 12 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Try -rdynamic instead of -ldl. ------------------------------------------------------------------------ r11902 | adrpo | 2012-05-12 13:52:27 +0200 (Sat, 12 May 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/AssertTest.mo M /trunk/testsuite/mosfiles/AssertTest.mos M /trunk/testsuite/mosfiles/AssertTest1.mo M /trunk/testsuite/mosfiles/AssertTest1.mos M /trunk/testsuite/mosfiles/AssertTest2.mos M /trunk/testsuite/mosfiles/Makefile - assert tests enabled. ------------------------------------------------------------------------ r11901 | adrpo | 2012-05-12 13:37:22 +0200 (Sat, 12 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - no -ldl on MinGW! duh. ------------------------------------------------------------------------ r11900 | adrpo | 2012-05-12 13:08:20 +0200 (Sat, 12 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - mind the space. ------------------------------------------------------------------------ r11899 | adrpo | 2012-05-12 12:15:23 +0200 (Sat, 12 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - attempt to fix the testsuite? - add -ldl with -whole-archive ------------------------------------------------------------------------ r11898 | adrpo | 2012-05-12 12:11:39 +0200 (Sat, 12 May 2012) | 1 line Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl - squash the tabs. ------------------------------------------------------------------------ r11897 | AnandKGaneson | 2012-05-12 01:00:43 +0200 (Sat, 12 May 2012) | 1 line Changed paths: M /trunk/PythonInterface/OMPython/OMParser/__init__.py M /trunk/PythonInterface/OMPython/__init__.py Modified and added functionality to OMPython/__init__.py and OMParser/__init__.py ------------------------------------------------------------------------ r11896 | janssen | 2012-05-11 21:43:05 +0200 (Fri, 11 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo remove extra 'apply' around matrix XML dumps (bug #1743) ------------------------------------------------------------------------ r11895 | hubert.thieriot | 2012-05-11 17:48:40 +0200 (Fri, 11 May 2012) | 1 line Changed paths: A /trunk/OMOptim/Doc/Images/ProblemInterface.png M /trunk/OMOptim/Doc/MainClasses.graphml M /trunk/OMOptim/Doc/MainPage.txt M /trunk/OMOptim/OMOptimBasis/MOParameter.cpp M /trunk/OMOptim/OMOptimBasis/MOParameter.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.h - changed save/load for omparameters -> there were an index misbehavior when list of index were modified (index field is not anymore saved/loaded) ------------------------------------------------------------------------ r11894 | adeas31 | 2012-05-11 17:29:45 +0200 (Fri, 11 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - load all symbols defined in libSimulationRuntimeC.a into the simulation executable. ------------------------------------------------------------------------ r11893 | niklwors | 2012-05-11 17:26:34 +0200 (Fri, 11 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp Fix in event iteration of cpp runtime ------------------------------------------------------------------------ r11892 | adeas31 | 2012-05-11 13:15:59 +0200 (Fri, 11 May 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts - Japanese translations (Thanks to Hirono Tomohide). ------------------------------------------------------------------------ r11891 | hubert.thieriot | 2012-05-11 09:16:22 +0200 (Fri, 11 May 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/FileData/SaveOMOptim.cpp M /trunk/OMOptim/Core/Modelica/ModComponent.cpp M /trunk/OMOptim/Core/Modelica/ModComponent.h M /trunk/OMOptim/Core/Modelica/ModItem.cpp M /trunk/OMOptim/Core/Modelica/ModItem.h M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModLoader.cpp M /trunk/OMOptim/Core/Modelica/ModLoader.h M /trunk/OMOptim/Core/Modelica/ModModel.cpp M /trunk/OMOptim/Core/Modelica/ModModel.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPackage.cpp M /trunk/OMOptim/Core/Modelica/ModPackage.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/Modelica/ModRecord.cpp M /trunk/OMOptim/Core/Modelica/ModRecord.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/Core/Problems/OneSimResult.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/GUI/Widgets/WidgetProjectInfos.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Load.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Save.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectFiles.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectFiles.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.h D /trunk/OMOptim/OMOptimBasis/MOClasses.h M /trunk/OMOptim/OMOptimBasis/MOItem.cpp M /trunk/OMOptim/OMOptimBasis/MOItem.h M /trunk/OMOptim/OMOptimBasis/Problems/OMCase.cpp M /trunk/OMOptim/OMOptimBasis/Problems/OMCase.h M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.h M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterfaces.cpp M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterfaces.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.h M /trunk/OMOptim/OMOptimBasis/Tools/HighTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h M /trunk/OMOptim/OMOptimBasis/VariableType.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - use more QFileInfo instead of QString - removed useless headers include - updated MOomc ------------------------------------------------------------------------ r11890 | adeas31 | 2012-05-11 00:29:36 +0200 (Fri, 11 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/AbsynDumpTpl.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/ExpressionDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - 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. ------------------------------------------------------------------------ r11889 | perost | 2012-05-10 14:47:40 +0200 (Thu, 10 May 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/testsuite/records/OperatorOverloadComplexArray.mo - More cats. ------------------------------------------------------------------------ r11888 | adrpo | 2012-05-10 14:29:56 +0200 (Thu, 10 May 2012) | 6 lines Changed paths: A /trunk/SimulationRuntime/OpenTurns/Makefile.mingw M /trunk/SimulationRuntime/OpenTurns/model_name.h M /trunk/SimulationRuntime/OpenTurns/wrapper.c M /trunk/SimulationRuntime/OpenTurns/wrapper_name.h OpenTURNS changes - added Makefiles for mingw. - updated to OpenTURNS v1.0. The wrapper .dll generation now works. ------------------------------------------------------------------------ r11887 | perost | 2012-05-10 14:15:50 +0200 (Thu, 10 May 2012) | 2 lines Changed paths: A /trunk/Compiler/Template/ExpressionDumpTpl.mo - Added more missing files. ------------------------------------------------------------------------ r11886 | perost | 2012-05-10 14:14:36 +0200 (Thu, 10 May 2012) | 2 lines Changed paths: A /trunk/Compiler/Template/AbsynDumpTpl.mo - Adding missing file. ------------------------------------------------------------------------ r11885 | perost | 2012-05-10 14:06:18 +0200 (Thu, 10 May 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/Makefile.common A /trunk/Compiler/Template/DAEDumpTpl.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/Tpl.mo A /trunk/Compiler/susan_codegen/SimCode/AbsynDumpTV.mo A /trunk/Compiler/susan_codegen/SimCode/AbsynDumpTpl.tpl A /trunk/Compiler/susan_codegen/SimCode/DAEDumpTV.mo A /trunk/Compiler/susan_codegen/SimCode/DAEDumpTpl.tpl A /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTV.mo A /trunk/Compiler/susan_codegen/SimCode/ExpressionDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/Makefile M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl M /trunk/testsuite/3rdParty/HumMod/instHumMod.mos M /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/3rdParty/siemens/valve_test.mos M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/bootstrapping/SimplifyTest.mos M /trunk/testsuite/dependency/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/expandable/ExpandableConnectors.mos M /trunk/testsuite/interactive/ForStatement3.mos M /trunk/testsuite/interactive/ForStatement7.mos M /trunk/testsuite/interactive/Makefile M /trunk/testsuite/interactive/differentiate.mos M /trunk/testsuite/interactive/interactive_api_annotations.mos M /trunk/testsuite/interactive/interactive_api_attributes.mos M /trunk/testsuite/interactive/interactive_api_classes.mos M /trunk/testsuite/interactive/matrices.mos M /trunk/testsuite/interactive/simplify.mos M /trunk/testsuite/libraries/biochem/BiochemModels.mos M /trunk/testsuite/libraries/biochem/EnzMM.mos M /trunk/testsuite/libraries/biochem/Glycolysis.mos M /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos M /trunk/testsuite/libraries/biochem/UniBi.mos M /trunk/testsuite/libraries/biochem/UniUni.mos M /trunk/testsuite/libraries/msl221/AIMC_DOL.mos M /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos M /trunk/testsuite/libraries/msl221/AIMC_YD.mos M /trunk/testsuite/libraries/msl221/AIMS_start.mos M /trunk/testsuite/libraries/msl221/BusUsage.mos M /trunk/testsuite/libraries/msl221/CauerLowPassOPV.mos M /trunk/testsuite/libraries/msl221/CauerLowPassSC.mos M /trunk/testsuite/libraries/msl221/CharacteristicIdealDiodes.mos M /trunk/testsuite/libraries/msl221/CharacteristicThyristors.mos M /trunk/testsuite/libraries/msl221/ChuaCircuit.mos M /trunk/testsuite/libraries/msl221/ControlledTanks.mos M /trunk/testsuite/libraries/msl221/CoupledClutches.mos M /trunk/testsuite/libraries/msl221/DCEE_start.mos M /trunk/testsuite/libraries/msl221/DCPM_start.mos M /trunk/testsuite/libraries/msl221/DCSE_start.mos M /trunk/testsuite/libraries/msl221/DifferentialAmplifier.mos M /trunk/testsuite/libraries/msl221/ElasticBearing.mos M /trunk/testsuite/libraries/msl221/EnforcedMovement.mos M /trunk/testsuite/libraries/msl221/ExecutionPaths.mos M /trunk/testsuite/libraries/msl221/ExtractorTest.mos M /trunk/testsuite/libraries/msl221/First.mos M /trunk/testsuite/libraries/msl221/FirstExample.mos M /trunk/testsuite/libraries/msl221/FirstExample_Variant2.mos M /trunk/testsuite/libraries/msl221/FirstExample_Variant3.mos M /trunk/testsuite/libraries/msl221/Friction.mos M /trunk/testsuite/libraries/msl221/HeatingMOSInverter.mos M /trunk/testsuite/libraries/msl221/HeatingRectifier.mos M /trunk/testsuite/libraries/msl221/IndirectCooling.mos M /trunk/testsuite/libraries/msl221/LogicalNetwork1.mos M /trunk/testsuite/libraries/msl221/LossyGearDemo1.mos M /trunk/testsuite/libraries/msl221/LossyGearDemo2.mos M /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos M /trunk/testsuite/libraries/msl221/Motor.mos M /trunk/testsuite/libraries/msl221/NandGate.mos M /trunk/testsuite/libraries/msl221/OneMass.mos M /trunk/testsuite/libraries/msl221/OneWayRectifier.mos M /trunk/testsuite/libraries/msl221/OneWayRectifierBG.mos M /trunk/testsuite/libraries/msl221/Oscillator.mos M /trunk/testsuite/libraries/msl221/PID_Controller.mos M /trunk/testsuite/libraries/msl221/ParallelCooling.mos M /trunk/testsuite/libraries/msl221/ParallelPumpDropOut.mos M /trunk/testsuite/libraries/msl221/PreLoad.mos M /trunk/testsuite/libraries/msl221/PullinStroke.mos M /trunk/testsuite/libraries/msl221/PumpAndValve.mos M /trunk/testsuite/libraries/msl221/PumpDropOut.mos M /trunk/testsuite/libraries/msl221/Rectifier.mos M /trunk/testsuite/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos M /trunk/testsuite/libraries/msl221/SMR_Inverter.mos M /trunk/testsuite/libraries/msl221/Sensors.mos M /trunk/testsuite/libraries/msl221/ShowCompositeStep.mos M /trunk/testsuite/libraries/msl221/ShowExceptions.mos M /trunk/testsuite/libraries/msl221/ShowLogicalSources.mos M /trunk/testsuite/libraries/msl221/ShowSaturatingInductor.mos M /trunk/testsuite/libraries/msl221/ShowVariableResistor.mos M /trunk/testsuite/libraries/msl221/SimpleCooling.mos M /trunk/testsuite/libraries/msl221/TestNand.mos M /trunk/testsuite/libraries/msl221/TransformerYD.mos M /trunk/testsuite/libraries/msl221/TransformerYY.mos M /trunk/testsuite/libraries/msl221/TwoMass.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Makefile M /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.LAPACK.mos M /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.mos M /trunk/testsuite/libraries/msl31/Modelica.Math.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.MultiBody.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos M /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TriggeredTrapezoid.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.NormalOperation.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.RadioButton.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.BaseClasses.EquilibriumDrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatExchanger.BaseClasses.WallConstProps.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Fittings.MultiPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Fittings.TeeJunctionIdeal.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.LocalPipeFlowHeatTransfer.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.WallFriction.TestWallFrictionAndGravity.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.Density.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.DensityTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.RelativeTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEnthalpyTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropy.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.SpecificEntropyTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.Temperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TemperatureTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstances.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.TraceSubstancesTwoPort.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Sensors.VolumeFlowRate.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveCompressible.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Vessels.BaseClasses.HeatTransfer.ConstantHeatTransfer.mos M /trunk/testsuite/libraries/msl31/media/Examples.IdealGasH2O.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.Components.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/libraries/msl32/Modelica.Blocks.Examples.Filter.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/libraries/multibody/elementary/World.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/meta/AllWild.mos M /trunk/testsuite/meta/BuiltinList.mos M /trunk/testsuite/meta/List4.mo M /trunk/testsuite/meta/List5.mo M /trunk/testsuite/meta/ListReductionCodegen.mo M /trunk/testsuite/meta/ListReductionDimError.mo M /trunk/testsuite/meta/ListReductionInterpret.mo M /trunk/testsuite/meta/MatchCase14.mo M /trunk/testsuite/meta/MatchCase15.mo M /trunk/testsuite/meta/MatchCase16.mo M /trunk/testsuite/meta/MatchCase17.mo M /trunk/testsuite/meta/OptimizeContinue.mo M /trunk/testsuite/meta/PartialFn1.mo M /trunk/testsuite/meta/PartialFn15.mo M /trunk/testsuite/meta/PartialFn2.mo M /trunk/testsuite/meta/PartialFn4.mo M /trunk/testsuite/meta/PartialFn5.mo M /trunk/testsuite/meta/PartialFn6.mo M /trunk/testsuite/meta/PartialFn7.mo M /trunk/testsuite/meta/TailRecursion.mo M /trunk/testsuite/mofiles/AddReal1.mo M /trunk/testsuite/mofiles/AlgorithmFor1.mo M /trunk/testsuite/mofiles/AlgorithmFor6.mo M /trunk/testsuite/mofiles/AlgorithmNoRetCall.mo M /trunk/testsuite/mofiles/ArrayAssignWholeDim.mo M /trunk/testsuite/mofiles/ArrayEWOps6.mo M /trunk/testsuite/mofiles/ArrayReduce2.mo M /trunk/testsuite/mofiles/ArrayRemoveIndex1.mo M /trunk/testsuite/mofiles/ArraySizeFromFunc.mo M /trunk/testsuite/mofiles/Array_builtin.mo M /trunk/testsuite/mofiles/Cardinality.mo M /trunk/testsuite/mofiles/Circuit1.mo M /trunk/testsuite/mofiles/ConditionalArrayExpression1.mo M /trunk/testsuite/mofiles/Connect1.mo M /trunk/testsuite/mofiles/Connect12.mo M /trunk/testsuite/mofiles/Connect16.mo M /trunk/testsuite/mofiles/Connect18.mo M /trunk/testsuite/mofiles/Connect2.mo M /trunk/testsuite/mofiles/Connect4.mo M /trunk/testsuite/mofiles/Connect5.mo M /trunk/testsuite/mofiles/Connect6.mo M /trunk/testsuite/mofiles/Connect7.mo M /trunk/testsuite/mofiles/Connect8.mo M /trunk/testsuite/mofiles/ConnectHierarchical1.mo M /trunk/testsuite/mofiles/ConnectHierarchical2.mo M /trunk/testsuite/mofiles/ConnectInner1.mo M /trunk/testsuite/mofiles/ConnectInnerOuter.mo M /trunk/testsuite/mofiles/ConnectInnerOuter2.mo M /trunk/testsuite/mofiles/ConnectInnerOuter3.mo M /trunk/testsuite/mofiles/ConnectTheSameConnector.mo M /trunk/testsuite/mofiles/ConstrainingType1.mo M /trunk/testsuite/mofiles/ConstructParameters.mo M /trunk/testsuite/mofiles/DefaultRecordParameters.mo M /trunk/testsuite/mofiles/Delay.mo M /trunk/testsuite/mofiles/Delay2.mo M /trunk/testsuite/mofiles/Delay3.mo M /trunk/testsuite/mofiles/Delay4.mo M /trunk/testsuite/mofiles/Delay6.mo M /trunk/testsuite/mofiles/Delay8.mo M /trunk/testsuite/mofiles/Derivative1.mo M /trunk/testsuite/mofiles/DiagonalBlock.mo M /trunk/testsuite/mofiles/End.mo M /trunk/testsuite/mofiles/EndUnknown.mo M /trunk/testsuite/mofiles/EngineSAAB95Total.mo M /trunk/testsuite/mofiles/Enum7.mo M /trunk/testsuite/mofiles/EnumDimSum.mo M /trunk/testsuite/mofiles/EnumRange.mo M /trunk/testsuite/mofiles/EquationFor4.mo M /trunk/testsuite/mofiles/ExternalFunction2.mo M /trunk/testsuite/mofiles/ExternalFunction3.mo M /trunk/testsuite/mofiles/ExternalFunction4.mo M /trunk/testsuite/mofiles/ExternalFunction7.mo M /trunk/testsuite/mofiles/ExternalFunctionArray.mo M /trunk/testsuite/mofiles/FillSize.mo M /trunk/testsuite/mofiles/FlexibleShaftNonLinearTotal.mo M /trunk/testsuite/mofiles/FlowDeclRecord2.mo M /trunk/testsuite/mofiles/ForIterator1.mo M /trunk/testsuite/mofiles/ForIteratorType.mo M /trunk/testsuite/mofiles/ForNested.mo M /trunk/testsuite/mofiles/Function11.mo M /trunk/testsuite/mofiles/Function12.mo M /trunk/testsuite/mofiles/FunctionBreak.mo M /trunk/testsuite/mofiles/FunctionBubblesort.mo M /trunk/testsuite/mofiles/FunctionDefaultArgs.mo M /trunk/testsuite/mofiles/FunctionEval10.mo M /trunk/testsuite/mofiles/FunctionEval11.mo M /trunk/testsuite/mofiles/FunctionEval12.mo M /trunk/testsuite/mofiles/FunctionEvalSlice.mo M /trunk/testsuite/mofiles/FunctionSimplex.mo M /trunk/testsuite/mofiles/IdenticalEquations.mo M /trunk/testsuite/mofiles/InOutArray.mo M /trunk/testsuite/mofiles/InOutArray2.mo M /trunk/testsuite/mofiles/Influenza.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/MatrixAddition.mo M /trunk/testsuite/mofiles/MatrixPow.mo M /trunk/testsuite/mofiles/MatrixRowIndexing.mo M /trunk/testsuite/mofiles/MaxArray.mo M /trunk/testsuite/mofiles/MinMax.mo M /trunk/testsuite/mofiles/NamedArguments.mo M /trunk/testsuite/mofiles/NonExpArray1.mo M /trunk/testsuite/mofiles/NonExpArray2.mo M /trunk/testsuite/mofiles/NonExpArray3.mo M /trunk/testsuite/mofiles/NonExpArray4.mo M /trunk/testsuite/mofiles/NonExpModif1.mo M /trunk/testsuite/mofiles/OperatorComponents.mo M /trunk/testsuite/mofiles/OperatorFunction1.mo M /trunk/testsuite/mofiles/OperatorSimple.mo M /trunk/testsuite/mofiles/OverrideFinalTest.mo M /trunk/testsuite/mofiles/PEXPipeTotal.mo M /trunk/testsuite/mofiles/Philosopher.mo M /trunk/testsuite/mofiles/Philosopher2.mo M /trunk/testsuite/mofiles/Real2Integer3.mo M /trunk/testsuite/mofiles/Reductions.mo M /trunk/testsuite/mofiles/Sequence.mo M /trunk/testsuite/mofiles/Simplify2.mo M /trunk/testsuite/mofiles/SmallLinsys.mo M /trunk/testsuite/mofiles/StringBoolean.mo M /trunk/testsuite/mofiles/StringInteger.mo M /trunk/testsuite/mofiles/StringReal.mo M /trunk/testsuite/mofiles/SubScript2.mo M /trunk/testsuite/mofiles/SubScript3.mo M /trunk/testsuite/mofiles/SubscriptEval.mo M /trunk/testsuite/mofiles/Sum.mo M /trunk/testsuite/mofiles/SumVar.mo M /trunk/testsuite/mofiles/Switch.mo M /trunk/testsuite/mofiles/TestGravityAcceleration.mo M /trunk/testsuite/mofiles/TupleSingleAssign.mo M /trunk/testsuite/mofiles/VectorTest.mo M /trunk/testsuite/mofiles/Vectorizable5.mo M /trunk/testsuite/mofiles/VectorizeUnknownDim.mo M /trunk/testsuite/mofiles/WaveEquationSample.mo M /trunk/testsuite/mofiles/WhenSemantics1.mo M /trunk/testsuite/mofiles/WillowForest.mo M /trunk/testsuite/mofiles/drmodelica/AlgorithmCondAssign2.mo M /trunk/testsuite/mofiles/drmodelica/ArrayDivError.mo M /trunk/testsuite/mofiles/drmodelica/ArrayFieldSlice.mo M /trunk/testsuite/mofiles/drmodelica/ArrayIndex.mo M /trunk/testsuite/mofiles/drmodelica/BlockMatrix.mo M /trunk/testsuite/mofiles/drmodelica/BlockMatrix2.mo M /trunk/testsuite/mofiles/drmodelica/BlockMatrix3.mo M /trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo M /trunk/testsuite/mofiles/drmodelica/Colors.mo M /trunk/testsuite/mofiles/drmodelica/ComplexNumbers.mo M /trunk/testsuite/mofiles/drmodelica/ConstructFunc.mo M /trunk/testsuite/mofiles/drmodelica/DiscreteVectorStateSpace.mo M /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo M /trunk/testsuite/mofiles/drmodelica/Epidemics1.mo M /trunk/testsuite/mofiles/drmodelica/EqualityEquationsCorrect.mo M /trunk/testsuite/mofiles/drmodelica/EquationCall.mo M /trunk/testsuite/mofiles/drmodelica/FlatTank.mo M /trunk/testsuite/mofiles/drmodelica/FuncDer.mo M /trunk/testsuite/mofiles/drmodelica/FuncMultResults.mo M /trunk/testsuite/mofiles/drmodelica/HeatTank.mo M /trunk/testsuite/mofiles/drmodelica/HeatTankExpanded.mo M /trunk/testsuite/mofiles/drmodelica/HydrogenIodide.mo M /trunk/testsuite/mofiles/drmodelica/JoinThreeVectors2.mo M /trunk/testsuite/mofiles/drmodelica/LeastSquares.mo M /trunk/testsuite/mofiles/drmodelica/LogCall1.mo M /trunk/testsuite/mofiles/drmodelica/LotkaVolterra.mo M /trunk/testsuite/mofiles/drmodelica/MRFcall.mo M /trunk/testsuite/mofiles/drmodelica/MoonLanding.mo M /trunk/testsuite/mofiles/drmodelica/OneArgBaseFunction.mo M /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator1.mo M /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator2.mo M /trunk/testsuite/mofiles/drmodelica/PolynomialEvaluator3.mo M /trunk/testsuite/mofiles/drmodelica/SimplePeriodicSampler.mo M /trunk/testsuite/mofiles/drmodelica/SumSeriesWhile.mo M /trunk/testsuite/mofiles/drmodelica/SumVectorForIf.mo M /trunk/testsuite/mofiles/drmodelica/TankHybridPI.mo M /trunk/testsuite/mofiles/drmodelica/TankHybridPID.mo M /trunk/testsuite/mofiles/drmodelica/TankPI.mo M /trunk/testsuite/mofiles/drmodelica/TankPID.mo M /trunk/testsuite/mofiles/drmodelica/TanksConnectedPI.mo M /trunk/testsuite/mofiles/drmodelica/TwoRateSampler.mo M /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo M /trunk/testsuite/mofiles/drmodelica/VectorizeOneReturnValue.mo M /trunk/testsuite/mofiles/drmodelica/WhenEquation.mo M /trunk/testsuite/mofiles/drmodelica/WhenStatement1.mo M /trunk/testsuite/mofiles/drmodelica/WhenStatement2.mo M /trunk/testsuite/mofiles/drmodelica/WhenStatement3.mo M /trunk/testsuite/mofiles/drmodelica/WhenValidResult.mo M /trunk/testsuite/mofiles/drmodelica/WhenVectorPredicateEquation.mo M /trunk/testsuite/mofiles/modelica_1_1_Function10.mo M /trunk/testsuite/mofiles/modelica_1_1_Type10.mo M /trunk/testsuite/mofiles/modifyOuter.mo M /trunk/testsuite/mofiles/msl/BC2.mo M /trunk/testsuite/mofiles/msl/BC6.mo M /trunk/testsuite/mofiles/msl/BC8.mo M /trunk/testsuite/mofiles/msl/BC9.mo M /trunk/testsuite/mofiles/msl/BM17.mo M /trunk/testsuite/mofiles/msl/BM18.mo M /trunk/testsuite/mofiles/msl/BM7.mo M /trunk/testsuite/mofiles/msl/BN3.mo M /trunk/testsuite/mofiles/msl/BS11.mo M /trunk/testsuite/mofiles/msl/BS12.mo M /trunk/testsuite/mofiles/msl/BS16.mo M /trunk/testsuite/mofiles/msl/BS3.mo M /trunk/testsuite/mofiles/msl/BS4.mo M /trunk/testsuite/mofiles/msl/BS6.mo M /trunk/testsuite/mofiles/msl/BS7.mo M /trunk/testsuite/mofiles/msl/BS8.mo M /trunk/testsuite/mofiles/msl/BS9.mo M /trunk/testsuite/mofiles/msl/Gear.mo M /trunk/testsuite/mofiles/prtest.mo M /trunk/testsuite/mofiles/tupleSubset.mo M /trunk/testsuite/mosfiles/AlgorithmForInClass.mos M /trunk/testsuite/mosfiles/ArrayDivError.mos M /trunk/testsuite/mosfiles/CyclicPerm.mos M /trunk/testsuite/mosfiles/Matrix.mos M /trunk/testsuite/mosfiles/Random.mos M /trunk/testsuite/mosfiles/SyncFilter.mos M /trunk/testsuite/mosfiles-nosim/EnzMM.mos M /trunk/testsuite/mosfiles-nosim/FinalTests.mos M /trunk/testsuite/records/OperatorOverloadComplex.mo M /trunk/testsuite/records/OperatorOverloadComplexArray.mo M /trunk/testsuite/records/RecordClassModOutput.mo M /trunk/testsuite/redeclare/RedeclareFunction.mo M /trunk/testsuite/streams/InStreamInsideOutside.mo M /trunk/testsuite/streams/InStreamPipeline.mo M /trunk/testsuite/streams/InStreamTwoOutside.mo M /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo - Implemented a new template based expression dumping. - Updated test suite. ------------------------------------------------------------------------ r11884 | adrpo | 2012-05-10 06:33:01 +0200 (Thu, 10 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl - removed tabs in CodegenAdevs.tpl ------------------------------------------------------------------------ r11883 | nutaro | 2012-05-09 21:07:42 +0200 (Wed, 09 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl Updated and cleaned-up the Adevs code generator ------------------------------------------------------------------------ r11882 | adeas31 | 2012-05-09 17:55:42 +0200 (Wed, 09 May 2012) | 2 lines Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl - Fixed lapack linking for FMU code generation. ------------------------------------------------------------------------ r11881 | adrpo | 2012-05-09 16:56:03 +0200 (Wed, 09 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo - fix to make OMC happy. ------------------------------------------------------------------------ r11880 | fbergero | 2012-05-09 16:21:34 +0200 (Wed, 09 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Final version for article. All three example working ------------------------------------------------------------------------ r11879 | adeas31 | 2012-05-09 13:13:20 +0200 (Wed, 09 May 2012) | 1 line Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Fixed simulation for windows. -llapack is called -llapack-mingw on windows. ------------------------------------------------------------------------ r11878 | wbraun | 2012-05-09 11:27:50 +0200 (Wed, 09 May 2012) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - changed THROWS back to WARNINGS (it seems that not all variables, a present in a dymola result file.) ------------------------------------------------------------------------ r11877 | lochel | 2012-05-09 11:00:08 +0200 (Wed, 09 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/meta/realString.c M /trunk/SimulationRuntime/c/simulation/solver/initialization.c - get rid of some type mismatch warnings ------------------------------------------------------------------------ r11876 | janssen | 2012-05-08 18:48:20 +0200 (Tue, 08 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo fix for #1740, typo in string literal ------------------------------------------------------------------------ r11875 | lochel | 2012-05-08 17:17:52 +0200 (Tue, 08 May 2012) | 3 lines Changed paths: M /trunk/testsuite/initialization/Makefile M /trunk/testsuite/initialization/forest.mos M /trunk/testsuite/initialization/gaspropreties.mos M /trunk/testsuite/initialization/minvalue.mos M /trunk/testsuite/initialization/nominal.mos M /trunk/testsuite/initialization/nonlinear.mos A /trunk/testsuite/initialization/nonlinear2.mos M /trunk/testsuite/initialization/scaling1.mos M /trunk/testsuite/initialization/scaling2.mos A /trunk/testsuite/initialization/singularJacobian.mos M /trunk/testsuite/initialization/startValue.mos - add testcases for kinsol-method - add testcase for singular jacobian ------------------------------------------------------------------------ r11874 | lochel | 2012-05-08 12:35:21 +0200 (Tue, 08 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.objs D /trunk/SimulationRuntime/c/math-support/delay.c D /trunk/SimulationRuntime/c/math-support/delay.h D /trunk/SimulationRuntime/c/math-support/initialization.c D /trunk/SimulationRuntime/c/math-support/initialization.h D /trunk/SimulationRuntime/c/math-support/model_help.c D /trunk/SimulationRuntime/c/math-support/model_help.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c A /trunk/SimulationRuntime/c/simulation/solver/delay.c (from /trunk/SimulationRuntime/c/math-support/delay.c:11872) A /trunk/SimulationRuntime/c/simulation/solver/delay.h (from /trunk/SimulationRuntime/c/math-support/delay.h:11872) A /trunk/SimulationRuntime/c/simulation/solver/initialization.c (from /trunk/SimulationRuntime/c/math-support/initialization.c:11872) A /trunk/SimulationRuntime/c/simulation/solver/initialization.h (from /trunk/SimulationRuntime/c/math-support/initialization.h:11872) A /trunk/SimulationRuntime/c/simulation/solver/model_help.c (from /trunk/SimulationRuntime/c/math-support/model_help.c:11872) A /trunk/SimulationRuntime/c/simulation/solver/model_help.h (from /trunk/SimulationRuntime/c/math-support/model_help.h:11872) resolved dependencies between math-support and simulation/solver ------------------------------------------------------------------------ r11873 | sjoelund.se | 2012-05-08 12:27:31 +0200 (Tue, 08 May 2012) | 2 lines Changed paths: D /trunk/testsuite/omcc/Flags_loadFlags.c D /trunk/testsuite/omcc/Flags_loadFlags.conv.c D /trunk/testsuite/omcc/Flags_loadFlags.h D /trunk/testsuite/omcc/Flags_loadFlags.libs D /trunk/testsuite/omcc/Flags_loadFlags.log D /trunk/testsuite/omcc/Flags_loadFlags.makefile D /trunk/testsuite/omcc/Flags_loadFlags_records.c D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.c D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.conv.c D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.h D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.libs D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.log D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.makefile D /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr_records.c D /trunk/testsuite/omcc/LinkMain.makefile D /trunk/testsuite/omcc/Main_main.c D /trunk/testsuite/omcc/Main_main.conv.c D /trunk/testsuite/omcc/Main_main.dll D /trunk/testsuite/omcc/Main_main.h D /trunk/testsuite/omcc/Main_main.libs D /trunk/testsuite/omcc/Main_main.log D /trunk/testsuite/omcc/Main_main.makefile D /trunk/testsuite/omcc/Main_main_records.c D /trunk/testsuite/omcc/OMCC_main.c D /trunk/testsuite/omcc/OMCC_main.conv.c D /trunk/testsuite/omcc/OMCC_main.dll D /trunk/testsuite/omcc/OMCC_main.h D /trunk/testsuite/omcc/OMCC_main.libs D /trunk/testsuite/omcc/OMCC_main.log D /trunk/testsuite/omcc/OMCC_main.makefile D /trunk/testsuite/omcc/OMCC_main_records.c D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.c D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.conv.c D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.h D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.libs D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.log D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.makefile D /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr_records.c D /trunk/testsuite/omcc/System_getCurrentTimeStr.c D /trunk/testsuite/omcc/System_getCurrentTimeStr.conv.c D /trunk/testsuite/omcc/System_getCurrentTimeStr.h D /trunk/testsuite/omcc/System_getCurrentTimeStr.libs D /trunk/testsuite/omcc/System_getCurrentTimeStr.log D /trunk/testsuite/omcc/System_getCurrentTimeStr.makefile D /trunk/testsuite/omcc/System_getCurrentTimeStr_records.c D /trunk/testsuite/omcc/System_readFile.c D /trunk/testsuite/omcc/System_readFile.conv.c D /trunk/testsuite/omcc/System_readFile.h D /trunk/testsuite/omcc/System_readFile.libs D /trunk/testsuite/omcc/System_readFile.log D /trunk/testsuite/omcc/System_readFile.makefile D /trunk/testsuite/omcc/System_readFile_records.c D /trunk/testsuite/omcc/System_regex.c D /trunk/testsuite/omcc/System_regex.conv.c D /trunk/testsuite/omcc/System_regex.h D /trunk/testsuite/omcc/System_regex.libs D /trunk/testsuite/omcc/System_regex.log D /trunk/testsuite/omcc/System_regex.makefile D /trunk/testsuite/omcc/System_regex_records.c D /trunk/testsuite/omcc/lexer4.c D /trunk/testsuite/omcc/lexerModelica.c D /trunk/testsuite/omcc/main_records.c D /trunk/testsuite/omcc/parserModelica.c - Removed some generated files ------------------------------------------------------------------------ r11872 | adrpo | 2012-05-08 03:38:18 +0200 (Tue, 08 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c - remove the nominal warning for now. Lennart, please put it back when ready. ------------------------------------------------------------------------ r11871 | adrpo | 2012-05-08 03:26:22 +0200 (Tue, 08 May 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/Makefile.omdev.mingw 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 ------------------------------------------------------------------------ r11870 | adrpo | 2012-05-08 03:14:53 +0200 (Tue, 08 May 2012) | 9 lines Changed paths: M /trunk/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/Makefile.in M /trunk/SimulationRuntime/c/Makefile.omdev.mingw M /trunk/SimulationRuntime/c/math-support/initialization.c D /trunk/SimulationRuntime/c/omdev_qtdeps - 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. ------------------------------------------------------------------------ r11869 | fbergero | 2012-05-07 21:37:00 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl Fixing replacement error ------------------------------------------------------------------------ r11868 | fbergero | 2012-05-07 21:02:14 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl Creating the makefile ------------------------------------------------------------------------ r11867 | fbergero | 2012-05-07 19:44:28 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Working prototype ------------------------------------------------------------------------ r11866 | lochel | 2012-05-07 18:44:43 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/Makefile.common M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/math-support/model_help.c M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp added new initialization method: -iom kinsol NOTE: new OMDev needed, do Subversion update on your OMDev! ------------------------------------------------------------------------ r11865 | arun3688 | 2012-05-07 18:14:38 +0200 (Mon, 07 May 2012) | 3 lines Changed paths: A /trunk/testsuite/omcc A /trunk/testsuite/omcc/Flags_loadFlags.c A /trunk/testsuite/omcc/Flags_loadFlags.conv.c A /trunk/testsuite/omcc/Flags_loadFlags.h A /trunk/testsuite/omcc/Flags_loadFlags.libs A /trunk/testsuite/omcc/Flags_loadFlags.log A /trunk/testsuite/omcc/Flags_loadFlags.makefile A /trunk/testsuite/omcc/Flags_loadFlags_records.c A /trunk/testsuite/omcc/LexTableModelica.mo A /trunk/testsuite/omcc/Lexer.mo A /trunk/testsuite/omcc/LexerCode.tmo A /trunk/testsuite/omcc/LexerCodeModelica.mo A /trunk/testsuite/omcc/LexerGenerator.mo A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.c A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.conv.c A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.h A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.libs A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.log A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr.makefile A /trunk/testsuite/omcc/LexerGenerator_getCurrentTimeStr_records.c A /trunk/testsuite/omcc/LexerModelica.mo A /trunk/testsuite/omcc/LinkMain.makefile A /trunk/testsuite/omcc/LoadCompilerSources.mos A /trunk/testsuite/omcc/Main.mo A /trunk/testsuite/omcc/MainTest.mos A /trunk/testsuite/omcc/Main_main.c A /trunk/testsuite/omcc/Main_main.conv.c A /trunk/testsuite/omcc/Main_main.dll A /trunk/testsuite/omcc/Main_main.h A /trunk/testsuite/omcc/Main_main.libs A /trunk/testsuite/omcc/Main_main.log A /trunk/testsuite/omcc/Main_main.makefile A /trunk/testsuite/omcc/Main_main_records.c A /trunk/testsuite/omcc/NewParser.mo A /trunk/testsuite/omcc/OMCC.mo A /trunk/testsuite/omcc/OMCC.mos A /trunk/testsuite/omcc/OMCC_main.c A /trunk/testsuite/omcc/OMCC_main.conv.c A /trunk/testsuite/omcc/OMCC_main.dll A /trunk/testsuite/omcc/OMCC_main.h A /trunk/testsuite/omcc/OMCC_main.libs A /trunk/testsuite/omcc/OMCC_main.log A /trunk/testsuite/omcc/OMCC_main.makefile A /trunk/testsuite/omcc/OMCC_main_records.c A /trunk/testsuite/omcc/ParseCode.tmo A /trunk/testsuite/omcc/ParseCodeModelica.mo A /trunk/testsuite/omcc/ParseTableModelica.mo A /trunk/testsuite/omcc/Parser.mo A /trunk/testsuite/omcc/ParserGenerator.mo A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.c A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.conv.c A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.h A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.libs A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.log A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr.makefile A /trunk/testsuite/omcc/ParserGenerator_getCurrentTimeStr_records.c A /trunk/testsuite/omcc/ParserModelica.mo A /trunk/testsuite/omcc/SCRIPT.mos A /trunk/testsuite/omcc/System_getCurrentTimeStr.c A /trunk/testsuite/omcc/System_getCurrentTimeStr.conv.c A /trunk/testsuite/omcc/System_getCurrentTimeStr.h A /trunk/testsuite/omcc/System_getCurrentTimeStr.libs A /trunk/testsuite/omcc/System_getCurrentTimeStr.log A /trunk/testsuite/omcc/System_getCurrentTimeStr.makefile A /trunk/testsuite/omcc/System_getCurrentTimeStr_records.c A /trunk/testsuite/omcc/System_readFile.c A /trunk/testsuite/omcc/System_readFile.conv.c A /trunk/testsuite/omcc/System_readFile.h A /trunk/testsuite/omcc/System_readFile.libs A /trunk/testsuite/omcc/System_readFile.log A /trunk/testsuite/omcc/System_readFile.makefile A /trunk/testsuite/omcc/System_readFile_records.c A /trunk/testsuite/omcc/System_regex.c A /trunk/testsuite/omcc/System_regex.conv.c A /trunk/testsuite/omcc/System_regex.h A /trunk/testsuite/omcc/System_regex.libs A /trunk/testsuite/omcc/System_regex.log A /trunk/testsuite/omcc/System_regex.makefile A /trunk/testsuite/omcc/System_regex_records.c A /trunk/testsuite/omcc/TEST_CASES.mo A /trunk/testsuite/omcc/TestGrammar.mo A /trunk/testsuite/omcc/TestGrammar.moUnParsed.mo A /trunk/testsuite/omcc/TokenModelica.mo A /trunk/testsuite/omcc/Types.mo A /trunk/testsuite/omcc/lexer4.c A /trunk/testsuite/omcc/lexerModelica.c A /trunk/testsuite/omcc/lexerModelica.l A /trunk/testsuite/omcc/main.c A /trunk/testsuite/omcc/main_records.c A /trunk/testsuite/omcc/parserModelica.c A /trunk/testsuite/omcc/parserModelica.y OMCCp is tested with test cases and added omcc to the path openmodelica/trunk/testsuite/ committed by - arun3688(arunkumar palanisamy) ------------------------------------------------------------------------ r11863 | sjoelund.se | 2012-05-07 15:35:10 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/configure.in - Recommend omniORB in configure ------------------------------------------------------------------------ r11862 | sjoelund.se | 2012-05-07 15:29:30 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/configure.in - Add -I. to MICO CFLAGS ------------------------------------------------------------------------ r11861 | Frenkel TUD | 2012-05-07 15:01:57 +0200 (Mon, 07 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo - dump id for matrix row ------------------------------------------------------------------------ r11860 | Frenkel TUD | 2012-05-07 13:43:38 +0200 (Mon, 07 May 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo - take care of replace <,>... everywhere in dumpXMLDAE ------------------------------------------------------------------------ r11859 | sjoelund.se | 2012-05-07 10:44:33 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/GetInstanceName.mo - Expected output ------------------------------------------------------------------------ r11858 | sjoelund.se | 2012-05-07 10:40:52 +0200 (Mon, 07 May 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/CodegenAdevs.mo - Fixed getInstanceName() to work for packages and top-level models ------------------------------------------------------------------------ r11856 | nutaro | 2012-05-07 02:46:36 +0200 (Mon, 07 May 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl Update to Adevs code generator for new simulation runtime ------------------------------------------------------------------------ r11855 | adrpo | 2012-05-05 01:51:40 +0200 (Sat, 05 May 2012) | 1 line Changed paths: M /trunk/mosh/src/Makefile.in - tabs instead of spaces. ------------------------------------------------------------------------ r11854 | wbraun | 2012-05-05 01:00:42 +0200 (Sat, 05 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c - fixed testsuite for last commit ------------------------------------------------------------------------ r11853 | sjoelund.se | 2012-05-04 23:01:21 +0200 (Fri, 04 May 2012) | 2 lines Changed paths: M /trunk/mosh/src/Makefile.in - Some Makefile fixes ------------------------------------------------------------------------ r11852 | fbergero | 2012-05-04 20:09:10 +0200 (Fri, 04 May 2012) | 2 lines Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl Updating algebraic loop code ------------------------------------------------------------------------ r11851 | fbergero | 2012-05-04 20:08:49 +0200 (Fri, 04 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo Using crefEqual ------------------------------------------------------------------------ r11850 | wbraun | 2012-05-04 19:44:46 +0200 (Fri, 04 May 2012) | 14 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/testsuite/mosfiles/Random.mos - 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 ------------------------------------------------------------------------ r11849 | perost | 2012-05-04 15:03:58 +0200 (Fri, 04 May 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo A /trunk/testsuite/mofiles/Connect18.mo M /trunk/testsuite/mofiles/Makefile Fix for bug #1733: - Fixed connection of complex arrays with subscripts. ------------------------------------------------------------------------ r11848 | perost | 2012-05-04 13:28:08 +0200 (Fri, 04 May 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Util/List.mo M /trunk/testsuite/libraries/msl221/AIMC_DOL.mos M /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos M /trunk/testsuite/libraries/msl221/AIMC_YD.mos M /trunk/testsuite/libraries/msl221/AIMS_start.mos M /trunk/testsuite/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/libraries/msl221/SMPM_Inverter.mos M /trunk/testsuite/libraries/msl221/SMR_Inverter.mos M /trunk/testsuite/libraries/msl221/TestNand.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mofiles/Connect12.mo M /trunk/testsuite/mofiles/Connect13.mo A /trunk/testsuite/mofiles/Connect17.mo M /trunk/testsuite/mofiles/ConnectEnumArray.mo M /trunk/testsuite/mofiles/EnumConnectArray.mo M /trunk/testsuite/mofiles/FlowDeclRecord2.mo M /trunk/testsuite/mofiles/ForceAndTorque.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/Makefile M /trunk/testsuite/mofiles/msl/BM16.mo M /trunk/tools/validatetest/validatetest.pl Fix for bug #1731: - Fixed connection of arrays with subscripts. - Updated testsuit due to changed equation order for connects. ------------------------------------------------------------------------ r11847 | adrpo | 2012-05-04 07:56:19 +0200 (Fri, 04 May 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/Makefile - move ThermoSysPro.Examples.SimpleExamples.TestSensors.mos to failing tests as sometimes it works, sometimes it doesn't ------------------------------------------------------------------------ r11846 | wbraun | 2012-05-04 02:54:10 +0200 (Fri, 04 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCode.mo - fixed debug output for symbolic jacobians ------------------------------------------------------------------------ r11845 | Frenkel TUD | 2012-05-03 21:27:24 +0200 (Thu, 03 May 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - bugfix coding style ------------------------------------------------------------------------ r11844 | Frenkel TUD | 2012-05-03 20:48:13 +0200 (Thu, 03 May 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/SimulationResultsCmp.c - bugfix coding style ------------------------------------------------------------------------ r11843 | Frenkel TUD | 2012-05-03 20:37:34 +0200 (Thu, 03 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.CombiTables.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.BusUsage.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.LogicalNetwork1.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CompareTransformers.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.HeatingResistor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.NandGate.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.Rectifier.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Adder4.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCEE_Start.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCPM_Start.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.DCSE_Start.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMEE_Generator.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Math.Matrices.norm.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Frames.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Sensors.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.WhyArrows.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ExecutionPaths.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.FirstExample_Variant3.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowCompositeStep.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.StateGraph.Examples.ShowExceptions.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Utilities.Examples.readRealParameterModel.mos - compareSimulationResults: report vars in case of file not equal and print error messages if command failed - msl31/simulate: delete all generated files ------------------------------------------------------------------------ r11842 | mahge930 | 2012-05-03 14:48:31 +0200 (Thu, 03 May 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/systemimpl.c M /trunk/SimulationRuntime/c/omc_msvc.h M /trunk/SimulationRuntime/c/openmodelica.h + Fix windows compilation. update r11840. random and srandom. Moved defines to openmodelica.h. ------------------------------------------------------------------------ r11841 | Frenkel TUD | 2012-05-03 13:00:40 +0200 (Thu, 03 May 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/XMLDump.mo - XMLDump: fix implementation to handle also several indipendent systems - BackendDump: add function debugStrEqnStr ------------------------------------------------------------------------ r11840 | sjoelund.se | 2012-05-03 07:19:13 +0200 (Thu, 03 May 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/omc_msvc.h - Use srand/rand instead of srandom/srand on non-POSIX platforms ------------------------------------------------------------------------ r11839 | wbraun | 2012-05-03 01:24:58 +0200 (Thu, 03 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fixed array exp in symbolic jacobians ------------------------------------------------------------------------ r11838 | wbraun | 2012-05-02 22:13:35 +0200 (Wed, 02 May 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo - fixed coding style ------------------------------------------------------------------------ r11837 | wbraun | 2012-05-02 19:47:56 +0200 (Wed, 02 May 2012) | 8 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Util/Debug.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/Util/Graph.mo M /trunk/Compiler/Util/List.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/testsuite/3rdParty/siemens/Makefile M /trunk/testsuite/3rdParty/siemens/testHeatExchanger.mos M /trunk/testsuite/3rdParty/siemens/testPipes.mos M /trunk/testsuite/3rdParty/siemens/testSolidComponents.mos A /trunk/testsuite/3rdParty/siemens/testSolidComponentsJac.mos M /trunk/testsuite/linearize/linmodel.mos M /trunk/testsuite/linearize/simLotkaVolterra.mos M /trunk/testsuite/linearize/simNonlinear.mos M /trunk/testsuite/linearize/simTwoTank.mos M /trunk/testsuite/linearize/simVanDerPol.mos M /trunk/testsuite/linearize/simextfunction.mos M /trunk/testsuite/linearize/smallValues.mos M /trunk/testsuite/linearize/test_01.mos M /trunk/testsuite/linearize/test_02.mos M /trunk/testsuite/linearize/test_03.mos M /trunk/testsuite/linearize/test_04.mos M /trunk/testsuite/linearize/test_05.mos M /trunk/testsuite/linearize/test_06.mos M /trunk/testsuite/linearize/testknownvar.mos - 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 ------------------------------------------------------------------------ r11836 | sjoelund.se | 2012-05-02 16:46:28 +0200 (Wed, 02 May 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c - Added better System.*Rand functions based on srandom() and random() ------------------------------------------------------------------------ r11835 | perost | 2012-05-02 16:24:29 +0200 (Wed, 02 May 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/ReinitInvalidType.mo - Fix test. ------------------------------------------------------------------------ r11834 | perost | 2012-05-02 16:03:07 +0200 (Wed, 02 May 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/Util/Error.mo M /trunk/testsuite/mofiles/Makefile A /trunk/testsuite/mofiles/ReinitInvalidType.mo - Added check that the first argument to reinit is a subtype of Real. ------------------------------------------------------------------------ r11833 | perost | 2012-05-02 12:52:34 +0200 (Wed, 02 May 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/Template/CodegenAdevs.mo - Removed failtrace from Expression.subscriptIndexExp, since the function is expected to fail sometimes. ------------------------------------------------------------------------ r11832 | wbraun | 2012-04-30 13:35:33 +0200 (Mon, 30 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Util/Flags.mo - included functionTree to BackendDAE - create from removeUnusedFunctions a pastOptModule ------------------------------------------------------------------------ r11831 | adrpo | 2012-04-30 00:15:24 +0200 (Mon, 30 Apr 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c 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. ------------------------------------------------------------------------ r11830 | adrpo | 2012-04-29 05:02:21 +0200 (Sun, 29 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/bootstrapping/SimCodeTest.mos - expected output. ------------------------------------------------------------------------ r11829 | adrpo | 2012-04-29 03:57:54 +0200 (Sun, 29 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo - push the .mo file too. ------------------------------------------------------------------------ r11828 | adrpo | 2012-04-29 03:56:25 +0200 (Sun, 29 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - 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. ------------------------------------------------------------------------ r11827 | adrpo | 2012-04-29 03:09:45 +0200 (Sun, 29 Apr 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl 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. ------------------------------------------------------------------------ r11826 | adrpo | 2012-04-29 01:16:44 +0200 (Sun, 29 Apr 2012) | 11 lines Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/runtime/ModelicaExternalC_rml.c M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp 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 ------------------------------------------------------------------------ r11825 | adrpo | 2012-04-29 00:48:34 +0200 (Sun, 29 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/initialization/nominal.mos M /trunk/testsuite/initialization/scaling1.mos - make 31 bit integer warnings on 32 bit systems go away. ------------------------------------------------------------------------ r11824 | Frenkel TUD | 2012-04-28 12:42:23 +0200 (Sat, 28 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - fix testsuite ------------------------------------------------------------------------ r11823 | adrpo | 2012-04-28 12:10:12 +0200 (Sat, 28 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo - replaced tabs with 4 spaces to make Hudson Code Style job happy. ------------------------------------------------------------------------ r11822 | Frenkel TUD | 2012-04-28 03:36:17 +0200 (Sat, 28 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos - fix testsuite ------------------------------------------------------------------------ r11821 | Frenkel TUD | 2012-04-28 03:18:53 +0200 (Sat, 28 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h - add boxptr_intMin - bugfix setPastOptModules -> postOptModules ------------------------------------------------------------------------ r11820 | Frenkel TUD | 2012-04-28 02:35:00 +0200 (Sat, 28 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos M /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SimpleCarWithDifferentialGear.mat M /trunk/testsuite/libraries/msl31/simulate/Makefile - minor changes to dummy state selection heuristic ------------------------------------------------------------------------ r11819 | Frenkel TUD | 2012-04-28 00:55:21 +0200 (Sat, 28 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/mosfiles/DummyDerMatching.mos - fix testsuite ------------------------------------------------------------------------ r11818 | Frenkel TUD | 2012-04-28 00:28:11 +0200 (Sat, 28 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo M /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/libraries/msl221/Mechanics/First2.mos M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat M /trunk/testsuite/linearize/test_06.mos M /trunk/testsuite/mosfiles/DummyDerMatching.mos M /trunk/testsuite/mosfiles/Pendulum.mos M /trunk/testsuite/mosfiles/nonConstantParam.mos - BackendDAEOptimize: doReplaceScalarArrayEqns more generic - BackendDAETransform: simplify code, use stateorder for differentiated equations - PlanarMechanics: set initialconditions - Update testsuite ------------------------------------------------------------------------ r11817 | Frenkel TUD | 2012-04-27 22:15:14 +0200 (Fri, 27 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/System_rml.c - add function rand to System ------------------------------------------------------------------------ r11816 | Frenkel TUD | 2012-04-27 19:21:52 +0200 (Fri, 27 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt - move ModelicaConfic.inc to /include/omc/cpp ------------------------------------------------------------------------ r11815 | Frenkel TUD | 2012-04-27 16:01:30 +0200 (Fri, 27 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt - use full path to include ModelicaConfic.inc - copy LibrariesConfig.h to OM_HOME/include/omc/cpp because this is in include path ------------------------------------------------------------------------ r11814 | Frenkel TUD | 2012-04-27 15:52:14 +0200 (Fri, 27 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Flags.mo - fix typos ------------------------------------------------------------------------ r11813 | Frenkel TUD | 2012-04-27 11:08:17 +0200 (Fri, 27 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos - fix testsuite ------------------------------------------------------------------------ r11812 | Frenkel TUD | 2012-04-27 10:42:16 +0200 (Fri, 27 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos - fix testsuite - move PlanarMechanicsForTesting.Examples.KinematicLoop.mos to working tests ------------------------------------------------------------------------ r11811 | Frenkel TUD | 2012-04-27 09:25:04 +0200 (Fri, 27 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mosfiles-nosim/Model1.mos M /trunk/testsuite/mosfiles-nosim/Model2.mos - fix testsuite ------------------------------------------------------------------------ r11810 | Frenkel TUD | 2012-04-27 09:15:44 +0200 (Fri, 27 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/3rdParty/siemens/valve_test.mos - fix testsuite ------------------------------------------------------------------------ r11809 | Frenkel TUD | 2012-04-27 00:47:35 +0200 (Fri, 27 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/3rdParty/siemens/valve_test.mos M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Blocks.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.MultiPhase.Examples.mos M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/libraries/msl31/Modelica.Thermal.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mosfiles-nosim/Model1.mos M /trunk/testsuite/mosfiles-nosim/Model2.mos - improve handling of complex equations - improve evaluation of parameters with Evaluate=True annotation - add built in functions to set machtingalgorithm - update testsuite ------------------------------------------------------------------------ r11808 | adeas31 | 2012-04-26 20:02:00 +0200 (Thu, 26 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/scripts/Compile.bat - Fixed the spaces problem. ------------------------------------------------------------------------ r11807 | adrpo | 2012-04-26 16:00:28 +0200 (Thu, 26 Apr 2012) | 7 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/Makefile M /trunk/testsuite/3rdParty/ThermoSysPro/README.txt M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GenericCombustion.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GridFurnace.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/PostCombustionGas.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBLongitudinalCurrentConvectiveHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBRadiativeHeatTransferCoefficient.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Condenser_LevelControl.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Drum_LevelControl.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/FlueGasesChamberEvaporator.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeATh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeBTh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeCTh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeDTh.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorberWaterLiBr.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorptionRefrigeratorSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/DesorberWaterLiBr.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/HeatNetworkPipe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/LatentHeatStorage.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/SensibleHeatStorage.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/FctTrans.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Integrateur.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/IntegrateurSat.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PI.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PIsat.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT1.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvAD.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvDA.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Echant.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/FctTrans.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PI.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PIsat.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PT1.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Pre.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pulse.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/SampleTrigger.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/EgEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Feedback.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Inf.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Infeg.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfegEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sup.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Supeg.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupegEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/BandeMorte.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Limiteur.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVar.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVitesse.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardFixe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Selecteur.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/SelecteurEntier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Switch.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Echelon.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Exp.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Horloge.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Pulse.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Rampe.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Random.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/RandomLineaire.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/SinusExp.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Sinusoide.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Trapezoide.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1D.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTemps.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTempsBool.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table2D.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Common.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/AlternatingEngine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineBarkantineSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTriGenPredSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTrigenParamSystem.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h_Ps.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_s.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/XSat.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/MassFraction_eq_PT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/Pressure_eq_TX.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/Common.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Solar/SolarCollector.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefXh2o.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/Sink.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SinkP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourceP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourcePQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Connectors.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/ExchangerEfficiency.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerXh2o.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPumpNom.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/SingularPressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourceP.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicWaterWaterExchanger.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/SimpleDynamicCondenser.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticCondenser.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchanger.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/MassFlowMultiplier.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer3.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer8.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter2.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter3.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopingPQ.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/Compressor.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/SteamEngine.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Bend.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/CheckValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/ControlValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Diaphragm.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicCheckValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicReliefValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/PipePressureLoss.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/SwitchValve.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorQv.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorT.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DegasifierVolume.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DynamicDrum.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Tank.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/TwoPhaseVolume.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeA.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeB.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeC.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeD.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeI.mo M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeITh.mo D /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/package.encoding M /trunk/testsuite/partest/runtest.pl - encoded the ThermoSysPro library into UTF-8 to make the Hudson UTF-8 job happy. - moved the 2 early fail models to the failingtests in testsuite/3rdParty/ThermoSysPro/Makefile: ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos - linked the .mat files and ThermoSysPro library in testsuite/runtest.pl. - updated testsuite/3rdParty/ThermoSysPro/README.txt ------------------------------------------------------------------------ r11806 | adrpo | 2012-04-26 15:12:33 +0200 (Thu, 26 Apr 2012) | 14 lines Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/Makefile A /trunk/testsuite/3rdParty/ThermoSysPro/README.txt A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/AAAUsersGuide.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/FuelSourcePQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/BoundaryConditions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GTCombustionChamber.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GenericCombustion.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/GridFurnace.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/PostCombustionGas.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/CombustionChambers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/FuelMassFlowSensor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/Sensors/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Combustion/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_FlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_TwoPhaseWaterSteam.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/Pro_WaterSteam.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/PropFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/PropWaterSteam.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/WBCorrectiveDiameterCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Misc/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBCrossedCurrentConvectiveHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBFlueGasesHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBHeatExchangerEfficiency.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalOnePhaseFlowHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalSuperCriticalFlowHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBInternalTwoPhaseFlowHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBLongitudinalCurrentConvectiveHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/WBRadiativeHeatTransferCoefficient.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/Thermal/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Correlations/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/SourceMechanicalPower.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/BoundaryConditions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/Shaft.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/SynchronousMotor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/Machines/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/ElectroMechanics/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/AAAInfo.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/AAAInfo.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/AJ_D74_FD1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_Load_100_50.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_TripTAC.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D2012.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D6.1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/CombinedCycle_init_D7.4_FD01.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Condenser_LevelControl.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/Drum_LevelControl.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Control/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_Load_100_55.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/Plot_TripTAC.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/CombinedCyclePowerPlant/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestAirHumidity.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestBend.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCentrifugalPumpWaterSolution.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestCompressor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestControlValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDiaphragm.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCentrifugalPump2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicCheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicDrum.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicOnePhaseFlowPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicReliefValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicTwoPhaseFlowPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestDynamicWaterWaterExchanger.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFan.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesJunctions.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestFlueGasesVolumes1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestIdealCheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestIdealSwitchValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestInvSingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions4.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestJunctions5.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestLumpedStraightPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestMassFlowMultiplier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestPipePressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestRefP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSensors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSimpleEvaporatorWaterSteamFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSimpleStaticCondenser.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPump2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCentrifugalPumpWaterSolution.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticCondenser.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticDrum1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticDrum2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticExchangerWaterSteamFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchanger.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStaticWaterWaterExchangerDTorWorEff.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamDryer2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamEngine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSteamExtractionSplitter.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestStodolaTurbine2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestSwitchValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestTank.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestThreeWayValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestVolumes2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/TestWaterHammer.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/SimpleExamples/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Examples/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Boilers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/AirHumidity.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/Sink.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkG.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkPQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SinkQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/Source.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceG.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/SourceQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/BoundaryConditions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/FlueGasesChamberEvaporator.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/StaticFluegasesFluegasesExchangerKS.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/StaticWallFlueGasesExchanger.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/HeatExchangers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/Mixer2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/Splitter2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Junctions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/LoopBreakers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/CombustionTurbine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/Compressor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/StaticFan.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Machines/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/CheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/ControlValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/InvSingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/PressureLosses/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/MassFlowSensor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/PressureSensor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/TemperatureSensor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Sensors/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/GTCICOBarilla.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/GasTurbine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/TAC/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeATh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeBTh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeCTh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/VolumeDTh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/Volumes/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/FlueGases/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Functions.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorberWaterLiBr.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/AbsorptionRefrigeratorSystem.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/DesorberWaterLiBr.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/HeatNetworkPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/LatentHeatStorage.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/SensibleHeatStorage.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/HeatNetworksCooling/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Commun.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Derivee.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/FctTrans.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/Integrateur.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/IntegrateurSat.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PI.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PIsat.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/PT2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Continu/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvAD.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/ConvDA.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Echant.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/FctTrans.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PI.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PIsat.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/PT1.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/Pre.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Discret/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/AND4.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Constante.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Echelon.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Edge.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/NONL.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/OR4.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pre.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Pulse.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/SampleTrigger.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Selecteur.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/Terminate.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/XOR.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Logique/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Abs.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Acos.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Add3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Asin.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Atan.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Cos.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Div.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/EgEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Exp.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Feedback.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Gain.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Inf.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Infeg.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/InfegEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Log10.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Mul3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Polynome.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sign.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sin.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sqrt.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Sup.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Supeg.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/SupegEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/Tan.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Math/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/BandeMorte.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Limiteur.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVar.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/LimiteurVitesse.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardFixe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/RetardVar.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Selecteur.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/SelecteurEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/Switch.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/NonLineaire/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Constante.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/ConstanteEntier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Echelon.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Exp.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Horloge.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Pulse.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Rampe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Random.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/RandomLineaire.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/SinusExp.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Sinusoide.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/Trapezoide.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Sources/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1D.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTemps.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table1DTempsBool.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/Table2D.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/Tables/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Blocks/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Common.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/InstrumentationAndControl/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/BoilerSystem.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/FossilFuelBoiler.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Boilers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/DynamicExchangerWaterSteamFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/ExchangerWaterC3H3F5W.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/SimpleEvaporatorWaterSteamFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/StaticExchangerWaterSteamFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/HeatExchangers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/AlternatingEngine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineBarkantineSystem.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTriGenPredSystem.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/CHPEngineTrigenParamSystem.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/Machines/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/MultiFluids/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5 A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ph.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/C3H3F5_Ps.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/C3H3F5/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/Absorb.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/EmissivGP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_Absorb.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_T.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_Xtot.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_a.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_cp.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_cv.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_drhodh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_drhodp.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_h_Ps.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_k.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_mu.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_rho.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/FlueGases_s.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/XSat.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/FlueGases/unSafeForJacobian.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/Ph.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/Ps.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/Fluid/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/ModelicaMediaFlueGases.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/DTcristal_TX.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/MassFraction_eq_PT.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/Pressure_eq_TX.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/SpecificEnthalpy_TX.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/Temperature_hX.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSolution/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/BaseIF97.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/Common.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_Utilities.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/IF97_packages.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/InitLimits.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/Region.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/createSpline.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/WaterSteam/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Properties/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Solar A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Solar/SolarCollector.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Solar/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Solar/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/HeatSink.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/HeatSource.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/BoundaryConditions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/ConvectiveHeatFlow.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWall.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/HeatExchangerWallAsym.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/HeatTransfer/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Thermal/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/Units.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefT.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/RefXh2o.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/Sink.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SinkP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourceP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/BoundaryConditions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/ExchangerEfficiency.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/HeatExchangers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerT.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/LoopBreakerXh2o.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/LoopBreakers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPump.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/StaticCentrifugalPumpNom.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/Machines/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/PressureLosses/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSolution/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/ElectricBoiler.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Boilers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/PlugA.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/PlugB.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefH.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/RefT.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/Sink.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkPQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SinkQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/Source.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourceP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourcePQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/SourceQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/BoundaryConditions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Connectors.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicCondenser.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicOnePhaseFlowPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicTwoPhaseFlowPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/DynamicWaterWaterExchanger.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/NTUWaterHeating.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/SimpleDynamicCondenser.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/SimpleStaticCondenser.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticCondenser.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchanger.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/StaticWaterWaterExchangerDTorWorEff.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/HeatExchangers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/DeheaterMixer2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/MassFlowMultiplier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Mixer8.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter2.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/Splitter3.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/StaticDrum.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/SteamDryer.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/SteamExtractionSplitter.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Junctions/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerH.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopBreakerQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/LoopingPQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/LoopBreakers/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/Compressor.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/DynamicCentrifugalPump.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/Generator.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/StaticCentrifugalPump.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/SteamEngine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/StodolaTurbine.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Machines/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Bend.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/CheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/ControlValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/Diaphragm.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicCheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/DynamicReliefValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/IdealCheckValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/IdealSwitchValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/InvSingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/LumpedStraightPipe.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/NonBoilingValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/PipePressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/SingularPressureLoss.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/SwitchValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/ThreeWayValve.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/WaterHammer.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/PressureLosses/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorH.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorP.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorQ.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorQv.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/SensorT.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Sensors/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Degasifier.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DegasifierVolume.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/DynamicDrum.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Pressurizer.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/Tank.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/TwoPhaseVolume.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeA.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeATh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeB.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeBTh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeC.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeCTh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeD.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeDTh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeI.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/VolumeITh.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/Volumes/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/WaterSteam/package.order A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/package.encoding A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/package.mo A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro/package.order M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos M /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos M /trunk/testsuite/Makefile - added ThermoSysPro v3 OSR (Open Source Release) from Daniel Bouskela [daniel.bouskela AT edf DOT fr] received in 2012-04-23. - also added it to the full testsuite/Makefile - testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos test now fails because of differences in an event at time 20. I think simulation result comparison should be improved to better analyze the results at an event because we detect differences where there aren't any. - 2 more tests are working now: ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos but I assume they are wrong because they terminate prematurely. We should also change to return "Files not Equal!" when the stop time in one file is smaller than the stop time in the reference file. ------------------------------------------------------------------------ r11805 | adeas31 | 2012-04-26 14:53:53 +0200 (Thu, 26 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/README.txt M /trunk/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro M /trunk/OMNotebook/README.txt M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMShell/OMShellGUI/OMShellGUI.pro M /trunk/OMShell/README.txt - Updated the pro and readme files according to omniORB4.1.6 ------------------------------------------------------------------------ r11803 | perost | 2012-04-26 12:36:57 +0200 (Thu, 26 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/testsuite/interactive/XmlDumpComment.mos - Fix for previous commit. ------------------------------------------------------------------------ r11802 | perost | 2012-04-26 12:29:42 +0200 (Thu, 26 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Util/Util.mo - XMLDump fixes from Bill Janssen. ------------------------------------------------------------------------ r11801 | fbergero | 2012-04-25 17:24:03 +0200 (Wed, 25 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Generating a linear algebraic loop solve function and a header for parameters ------------------------------------------------------------------------ r11800 | perost | 2012-04-25 15:55:27 +0200 (Wed, 25 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo - Fixed compilation. ------------------------------------------------------------------------ r11799 | perost | 2012-04-25 15:52:43 +0200 (Wed, 25 Apr 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/Error.mo SCodeInst fixes: - Improved instantiation/typing of equations. - Handle deleted components in connections. - Improved propagation of prefixes, now also propagates class prefixes. ------------------------------------------------------------------------ r11798 | sjoelund.se | 2012-04-25 08:18:51 +0200 (Wed, 25 Apr 2012) | 2 lines Changed paths: M /trunk/configure.in - Only enable python interface if we use omniorb ------------------------------------------------------------------------ r11797 | fbergero | 2012-04-24 18:23:56 +0200 (Tue, 24 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Minor modifications to code ------------------------------------------------------------------------ r11794 | hubert.thieriot | 2012-04-24 12:18:02 +0200 (Tue, 24 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp - improved LowTools::removeDirContents (set permissions before) ------------------------------------------------------------------------ r11793 | hubert.thieriot | 2012-04-24 12:06:54 +0200 (Tue, 24 Apr 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OMOptimSettings.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAStdCheckPoint.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.h M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.cpp M /trunk/OMOptim/Core/Project.cpp - added Gnuplot display of intermediary results. - removed bug of omctrl (multithread not compatible with project->loadMoFile) ------------------------------------------------------------------------ r11792 | Frenkel TUD | 2012-04-22 10:32:59 +0200 (Sun, 22 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo - fix testsuite ------------------------------------------------------------------------ r11791 | Frenkel TUD | 2012-04-22 10:30:03 +0200 (Sun, 22 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo - bufix bootstrapp compilation ------------------------------------------------------------------------ r11790 | adrpo | 2012-04-21 23:38:10 +0200 (Sat, 21 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts - more Romanian translations. ------------------------------------------------------------------------ r11789 | fbergero | 2012-04-20 20:15:44 +0200 (Fri, 20 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Generating when handlers ------------------------------------------------------------------------ r11788 | wbraun | 2012-04-20 18:16:06 +0200 (Fri, 20 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - removed some tabs ------------------------------------------------------------------------ r11787 | adeas31 | 2012-04-20 17:48:29 +0200 (Fri, 20 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts - Some fixes in the Italian translations by Massimo. ------------------------------------------------------------------------ r11786 | wbraun | 2012-04-20 17:20:58 +0200 (Fri, 20 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/SimCode.mo #1728 - added proper message to findDiscreteEquation - added some failure cases ------------------------------------------------------------------------ r11785 | wbraun | 2012-04-20 14:10:26 +0200 (Fri, 20 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/siemens/Makefile D /trunk/testsuite/3rdParty/siemens/TTSE_libs M /trunk/testsuite/3rdParty/siemens/testFlueGasZones.mos M /trunk/testsuite/3rdParty/siemens/testHeatExchanger.mos M /trunk/testsuite/3rdParty/siemens/testJunctions.mos M /trunk/testsuite/3rdParty/siemens/testPipes.mos M /trunk/testsuite/3rdParty/siemens/testSolidComponents.mos A /trunk/testsuite/3rdParty/siemens/translateFlueGasZones.mos A /trunk/testsuite/3rdParty/siemens/translateHeatExchanger.mos A /trunk/testsuite/3rdParty/siemens/translateJunctions.mos A /trunk/testsuite/3rdParty/siemens/translatePipes.mos M /trunk/testsuite/partest/runtest.pl - updated testsuite to make hundson happy ------------------------------------------------------------------------ r11784 | perost | 2012-04-19 16:08:33 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/Util/Error.mo - Fixed bootstrapping, and improved an odd error message. ------------------------------------------------------------------------ r11783 | perost | 2012-04-19 14:29:07 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/CL/cl.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/CL/cl_ext.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/CL/cl_gl_ext.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/ocl_offcomp.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_common_header.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_interface.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.h M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.c M /trunk/SimulationRuntime/ParModelica/OpenCLRuntime/omc_ocl_util.h - Replaced tabs and converted files to UTF-8. ------------------------------------------------------------------------ r11782 | perost | 2012-04-19 14:22:29 +0200 (Thu, 19 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/Util.mo - Added Util.arrayFold. - Implemented a phase in SCodeInst which marks all structural parameters, to allow proper constant evaluation. ------------------------------------------------------------------------ r11781 | perost | 2012-04-19 13:02:01 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp - Replaced even more tabs. ------------------------------------------------------------------------ r11780 | lochel | 2012-04-19 12:24:33 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/siemens/paralleFlowEVA_test.mos M /trunk/testsuite/3rdParty/siemens/testFlueGasZones.mos M /trunk/testsuite/3rdParty/siemens/testHeatExchanger.mos M /trunk/testsuite/3rdParty/siemens/testJunctions.mos M /trunk/testsuite/3rdParty/siemens/testPipes.mos M /trunk/testsuite/3rdParty/siemens/testSolidComponents.mos M /trunk/testsuite/3rdParty/siemens/valve_test.mos add teardown_command to test cases ------------------------------------------------------------------------ r11779 | mahge930 | 2012-04-19 12:01:50 +0200 (Thu, 19 Apr 2012) | 1 line Changed paths: D /trunk/ParModelica A /trunk/SimulationRuntime/ParModelica (from /trunk/ParModelica:11778) - Moved the OpenCL runtime to SimulationRuntime ------------------------------------------------------------------------ r11778 | perost | 2012-04-19 11:56:50 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h - Replaced tabs. ------------------------------------------------------------------------ r11777 | lochel | 2012-04-19 11:39:16 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/testsuite/initialization/Makefile D /trunk/testsuite/initialization/_forest.mos D /trunk/testsuite/initialization/_forest1.mo D /trunk/testsuite/initialization/_forest2.mo D /trunk/testsuite/initialization/_nominal.mo D /trunk/testsuite/initialization/_nominal.mos D /trunk/testsuite/initialization/_scaling1.mo D /trunk/testsuite/initialization/_scaling1.mos D /trunk/testsuite/initialization/_scaling2.mo D /trunk/testsuite/initialization/_scaling2.mos D /trunk/testsuite/initialization/_startValue.mo D /trunk/testsuite/initialization/_startValue.mos A /trunk/testsuite/initialization/forest.mos (from /trunk/testsuite/initialization/_forest.mos:11760) M /trunk/testsuite/initialization/gaspropreties.mos A /trunk/testsuite/initialization/minvalue.mos A /trunk/testsuite/initialization/nominal.mos (from /trunk/testsuite/initialization/_nominal.mos:11774) A /trunk/testsuite/initialization/nonlinear.mos A /trunk/testsuite/initialization/scaling1.mos (from /trunk/testsuite/initialization/_scaling1.mos:11774) A /trunk/testsuite/initialization/scaling2.mos (from /trunk/testsuite/initialization/_scaling2.mos:11774) A /trunk/testsuite/initialization/startValue.mos (from /trunk/testsuite/initialization/_startValue.mos:11774) update of initialization tests ------------------------------------------------------------------------ r11776 | sjoelund.se | 2012-04-19 11:36:35 +0200 (Thu, 19 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/tsupdate.bat - Remove obsolete translations ------------------------------------------------------------------------ r11775 | niklwors | 2012-04-19 11:09:11 +0200 (Thu, 19 Apr 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h Fix for Idas Solver. Initialization of idas memory,initialization zero functions, added RTol and ATol to solver settings. ------------------------------------------------------------------------ r11773 | wbraun | 2012-04-19 00:17:37 +0200 (Thu, 19 Apr 2012) | 3 lines Changed paths: A /trunk/testsuite/3rdParty/siemens/TTSE_libs A /trunk/testsuite/3rdParty/siemens/TTSE_libs/libTTSE.so A /trunk/testsuite/3rdParty/siemens/TTSE_libs/libTTSEmoI.a - added TTSE_libs ------------------------------------------------------------------------ r11772 | wbraun | 2012-04-19 00:16:27 +0200 (Thu, 19 Apr 2012) | 3 lines Changed paths: M /trunk/testsuite/3rdParty/siemens/Makefile A /trunk/testsuite/3rdParty/siemens/ResultFiles A /trunk/testsuite/3rdParty/siemens/ResultFiles/FlueGasZoneSingleTube_test.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/FlueGasZoneSingleTube_test_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/FlueGasZoneSingleTube_testsimple.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/FlueGasZoneSingleTube_testsimple_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/ParallelFlowEvaporatorOwnMedia_test.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/ParallelFlowEvaporatorOwnMedia_test_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/ParallelFlowEvaporatorOwnMedia_testsimple.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/ParallelFlowEvaporatorOwnMedia_testsimple_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/splitterMixer_testTubeOwnMedia_simpleInput.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/splitterMixer_testTubeOwnMedia_simpleInput_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/tubeTest.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/tubeTest_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/tube_ownMedia_test.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/tube_ownMedia_test_var.txt A /trunk/testsuite/3rdParty/siemens/ResultFiles/wall_test.mat A /trunk/testsuite/3rdParty/siemens/ResultFiles/wall_test_var.txt A /trunk/testsuite/3rdParty/siemens/SiemensPower A /trunk/testsuite/3rdParty/siemens/SiemensPower/Blocks A /trunk/testsuite/3rdParty/siemens/SiemensPower/Blocks/Smoothing.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Blocks/TimeTable.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Blocks/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/GasSinkP.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/GasSinkPH.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/GasSource.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/MassFlowSource_h.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/PrescribedHeatFlow.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/Reservoir.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/Types A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/Types/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/Types/reservoir.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/WaterSink.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceMH.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/WaterSourceWithSetPressure.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Boundaries/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/FlueGasZoneSingleTubeOwnMedia.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_test.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/FlueGasZoneSingleTube_testsimple.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/Tests/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/FlueGasZones/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/ParallelFlowEvaporatorOwnMedia.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_test.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/ParallelFlowEvaporatorOwnMedia_testsimple.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/Tests/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/HeatExchanger/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/SplitterMixer.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/Tests A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/Tests/splitterMixer_testTubeOwnMedia_simpleInput.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Junctions/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/Tests A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tubeTest.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/Tests/tube_ownMedia_test.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/TubeOwnMedia.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/Pipes/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Tests/wall_test.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Wall.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/Walllayer.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/SolidComponents/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Components/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/MassFlowRate.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/PartialAbsoluteSensor.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/PartialFlowSensor.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/PartialTwoPort.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/Pressure.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/RotationalSensor.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/Temperature.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Fluid/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/FluidPort.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_a.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/FluidPort_b.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/FluidPorts_b.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/portGasIn.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/portGasOut.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Interfaces/portHeat.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/MixtureGasNasa/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/SingleGasNasa/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/Common/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/ExhaustGas.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/ExhaustGasSingleComponent.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IdealGasData.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/T_rhoh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/library A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/library/intH2O.h A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/p_rhoh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/IntH2O/rho_ph_dpdh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_ph_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_dh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/T_rhoh_drho.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/Tsat_p_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_pT.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/cp_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_T_rhoh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_Tsat_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_drhodp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h1s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_h2s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_p_rhoh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho1s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho2s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/der_rho_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_pT.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/eta_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h1s_p_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/h2s_p_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_pT.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/lambda_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_dh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/p_rhoh_drho.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/pr_pT.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho1s_p_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho2s_p_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2h.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2p.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_d2ph.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dh.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/Utilities/rho_ph_dp.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/TTSE/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Media/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/AbsolutePressure.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Area.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/CoefficientOfHeatTransfer.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Density.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/HeatCapacity.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/HeatFlowRate.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/HeatFlux.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Length.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Mass.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/MassFlowRate.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Pressure.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/SpecificEnthalpy.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/SpecificHeatCapacity.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/SpecificVolume.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Temperature.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/TemperatureDifference.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/Volume.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Units/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/BaseClasses A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/BaseTube.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/PartialTwoPortTransport.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/BaseClasses/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/NusseltNumber.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/ReynoldsNumber.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/CharacteristicNumbers/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/Test A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/Test_htFDBR82.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/Test/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/cp_FDBR82.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/hT_FDBR82.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/lambdaFin.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/my_linspace.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Functions/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransferBaseClass.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/HeatTransfer_constAlpha.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/InnerHeatTransfer/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/HeatTransfer/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFriction.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/PartialFrictionSinglePhase.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/RoughnessFlow.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/PressureLoss/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/FgzGeo.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/Fins.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/PipeGeo.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/PropertiesMetal.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/Structures/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/initOpt.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/Utilities/package.mo A /trunk/testsuite/3rdParty/siemens/SiemensPower/package.mo A /trunk/testsuite/3rdParty/siemens/testFlueGasZones.mos A /trunk/testsuite/3rdParty/siemens/testHeatExchanger.mos A /trunk/testsuite/3rdParty/siemens/testJunctions.mos A /trunk/testsuite/3rdParty/siemens/testPipes.mos A /trunk/testsuite/3rdParty/siemens/testSolidComponents.mos - added current SiemensPower Library and component tests ------------------------------------------------------------------------ r11771 | adeas31 | 2012-04-18 22:39:40 +0200 (Wed, 18 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - some corrections in the english text and translations. - Italian translations (Thanks to Massimo). ------------------------------------------------------------------------ r11770 | fbergero | 2012-04-18 21:56:05 +0200 (Wed, 18 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Changes to the QSS target. Replacing variables and discontinuities ------------------------------------------------------------------------ r11769 | hubert.thieriot | 2012-04-18 19:19:24 +0200 (Wed, 18 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModLoader.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.cpp M /trunk/OMOptim/Core/Modelica/ModelicaModifier.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/Optim/EA/EABase.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.cpp M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/Tabs/TabProject.cpp M /trunk/OMOptim/GUI/Tabs/TabProject.h M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetProgress.ui M /trunk/OMOptim/GUI/Widgets/WidgetSelPointScan.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelPointScan.h A /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.cpp (from /trunk/OMOptim/OMOptimBasis/MOTableView.cpp:11760) A /trunk/OMOptim/OMOptimBasis/GUI/MOTableView.h (from /trunk/OMOptim/OMOptimBasis/MOTableView.h:11760) M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOMainTab.cpp M /trunk/OMOptim/OMOptimBasis/MOItem.h D /trunk/OMOptim/OMOptimBasis/MOTableView.cpp D /trunk/OMOptim/OMOptimBasis/MOTableView.h M /trunk/OMOptim/OMOptimBasis/MOThreads.cpp M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.h M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Units/METemperature.h M /trunk/OMOptim/OMOptimBasis/Variable.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - removed many unnedded header includes ------------------------------------------------------------------------ r11768 | sjoelund.se | 2012-04-18 19:14:48 +0200 (Wed, 18 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Parser/BaseModelica_Lexer.g - Apply the iconv if using non-UTF8 target ------------------------------------------------------------------------ r11767 | mahge930 | 2012-04-18 15:01:22 +0200 (Wed, 18 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlat.mo M /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeGraph.mo M /trunk/Compiler/FrontEnd/SCodeHashTable.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeSimplify.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/Parser/Modelica.g M /trunk/testsuite/mosfiles/FinalPropagation.mos - Adding support to enable XML export of Optimization Modelica models (Optimica Extensions). ------------------------------------------------------------------------ r11765 | a_severin | 2012-04-18 09:38:59 +0200 (Wed, 18 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts - OMEdit: changed some translation ------------------------------------------------------------------------ r11763 | hubert.thieriot | 2012-04-17 16:35:22 +0200 (Tue, 17 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - changed PLUGINEIDEV call ------------------------------------------------------------------------ r11762 | hubert.thieriot | 2012-04-17 15:59:03 +0200 (Tue, 17 Apr 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Plots/MOPlot.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/qsciencespinbox.cpp M /trunk/OMOptim/build/OMOptimLib.pro - corrected double input - changed makefile for omoptimlib : since subdirs does not manage special makefile names, OMOptim and OMOptim share the same. Works but I don't know how... ------------------------------------------------------------------------ r11761 | adeas31 | 2012-04-17 13:53:59 +0200 (Tue, 17 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts M /trunk/SimulationRuntime/c/util/java_interface/Makefile.common D /trunk/SimulationRuntime/c/util/java_interface/ptplot.jar D /trunk/SimulationRuntime/c/util/java_interface/ptplot_license.txt - Removed ptplot.jar and ptplot_license.txt - some translations. ------------------------------------------------------------------------ r11760 | adrpo | 2012-04-17 01:10:59 +0200 (Tue, 17 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts - some more Romanian. - fixed an English typo. ------------------------------------------------------------------------ r11758 | adeas31 | 2012-04-16 20:12:48 +0200 (Mon, 16 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/Script/CevalScript.mo D /trunk/Compiler/scripts/doPlot D /trunk/Compiler/scripts/doPlot.Cygwin D /trunk/Compiler/scripts/doPlot.bat - Removed plot2, plotparametric2 and the script files associated with it. ------------------------------------------------------------------------ r11757 | hubert.thieriot | 2012-04-16 17:52:13 +0200 (Mon, 16 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2Parameters.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1Parameters.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Parameters.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptParameters.h M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSettings.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.h M /trunk/OMOptim/OMOptimBasis/MOParameter.cpp M /trunk/OMOptim/OMOptimBasis/MOParameter.h M /trunk/OMOptim/build/OMOptimLib.pro - MOParameter modifications (still without any effect) ------------------------------------------------------------------------ r11756 | hkiel | 2012-04-16 10:45:18 +0200 (Mon, 16 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts M /trunk/OMEdit/OMEditGUI/ShapeAnnotation.cpp - added missing closing brace to translatable string - german translation complete, needs to be checked for consistency ------------------------------------------------------------------------ r11755 | leonardo.laguna | 2012-04-16 09:59:02 +0200 (Mon, 16 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/List.mo - Fixed small bug in setPos function. - Changed the scope of map1r to public ------------------------------------------------------------------------ r11754 | adeas31 | 2012-04-15 16:02:30 +0200 (Sun, 15 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts - French translations (Thanks to Thibaut). ------------------------------------------------------------------------ r11752 | adeas31 | 2012-04-13 17:18:11 +0200 (Fri, 13 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Component.cpp M /trunk/OMEdit/OMEditGUI/ConnectorWidget.cpp - Fixed connect equation indexing problem (thanks to Henning Kiel). - Properly check annotations before creating a redbox. ------------------------------------------------------------------------ r11751 | lochel | 2012-04-13 15:59:19 +0200 (Fri, 13 Apr 2012) | 3 lines Changed paths: M /trunk/testsuite/initialization/Makefile A /trunk/testsuite/initialization/gaspropreties.mos #1721 add testcase for [#BUG-1721] ------------------------------------------------------------------------ r11750 | lochel | 2012-04-13 15:44:46 +0200 (Fri, 13 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/mosfiles/ModelicaUtilities.mos #1721 fix for initial()-operator ------------------------------------------------------------------------ r11749 | sjoelund.se | 2012-04-13 13:14:58 +0200 (Fri, 13 Apr 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/StringHandler.cpp M /trunk/OMEdit/OMEditGUI/StringHandler.h #1719 - OMEdit: Handle pathnames with quoted identifiers that contain dots in the last part ------------------------------------------------------------------------ r11748 | sjoelund.se | 2012-04-13 11:23:37 +0200 (Fri, 13 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/README.txt - Updated instructions ------------------------------------------------------------------------ r11747 | sjoelund.se | 2012-04-13 11:11:24 +0200 (Fri, 13 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Util/Error.mo A /trunk/testsuite/mofiles/ErrorRecursionLimit.mo M /trunk/testsuite/mofiles/Makefile - Added testcase for checking a recursion limit of any class (maximum depth=100) ------------------------------------------------------------------------ r11746 | sjoelund.se | 2012-04-13 10:44:18 +0200 (Fri, 13 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts D /trunk/OMEdit/OMEditGUI/Resources/nls/tsrelease.sh D /trunk/OMEdit/OMEditGUI/Resources/nls/tsupdate.sh - Run lrelease on the project ------------------------------------------------------------------------ r11745 | sjoelund.se | 2012-04-13 10:26:41 +0200 (Fri, 13 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in - Update all ts-files regardless if they are in a makefile or not ------------------------------------------------------------------------ r11744 | hkiel | 2012-04-13 08:43:06 +0200 (Fri, 13 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts - added spanish language ------------------------------------------------------------------------ r11743 | sjoelund.se | 2012-04-13 07:23:00 +0200 (Fri, 13 Apr 2012) | 2 lines Changed paths: M /trunk/Parser/BaseModelica_Lexer.g - Avoid segfault on UTF-8 error ------------------------------------------------------------------------ r11740 | adeas31 | 2012-04-12 20:16:40 +0200 (Thu, 12 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/main.cpp - Load Qt qm files for windows. ------------------------------------------------------------------------ r11739 | adeas31 | 2012-04-12 19:13:02 +0200 (Thu, 12 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp M /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh.ts A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts (from /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh.ts:11737) M /trunk/OMEdit/OMEditGUI/main.cpp - Minor modifications for chinese translations. ------------------------------------------------------------------------ r11738 | hubert.thieriot | 2012-04-12 18:03:44 +0200 (Thu, 12 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Modelica/ModLoader.cpp M /trunk/OMOptim/Core/Modelica/ModLoader.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp - added unloadMoFile function ------------------------------------------------------------------------ r11737 | adeas31 | 2012-04-12 17:03:02 +0200 (Thu, 12 Apr 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Component.cpp M /trunk/OMEdit/OMEditGUI/Component.h M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_zh.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/README.txt A /trunk/OMEdit/OMEditGUI/Resources/nls/tsrelease.bat A /trunk/OMEdit/OMEditGUI/Resources/nls/tsrelease.sh A /trunk/OMEdit/OMEditGUI/Resources/nls/tsupdate.bat M /trunk/OMEdit/OMEditGUI/Resources/nls/tsupdate.sh M /trunk/OMEdit/OMEditGUI/main.cpp - 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. ------------------------------------------------------------------------ r11736 | sjoelund.se | 2012-04-12 16:56:19 +0200 (Thu, 12 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Error.mo #1723 - Automatically load dependencies of a model (uses annotation) upon instantiation ------------------------------------------------------------------------ r11735 | perost | 2012-04-12 15:29:27 +0200 (Thu, 12 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/Error.mo - Save modifiers that only makes a component final in Absyn2SCode. - Handle modifiers that does nothing in SCodeMod. ------------------------------------------------------------------------ r11734 | sjoelund.se | 2012-04-12 14:21:32 +0200 (Thu, 12 Apr 2012) | 2 lines Changed paths: D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.qm D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.qm D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.qm D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.qm D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.qm D /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.qm - Remove qm-files from svn to avoid needless updates ------------------------------------------------------------------------ r11733 | perost | 2012-04-12 14:18:06 +0200 (Thu, 12 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/PlotWidget.cpp M /trunk/OMEdit/OMEditGUI/ProblemsWidget.cpp M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.qm M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.qm M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.qm M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/StringHandler.cpp - Improved the swedish translation of OMEdit. ------------------------------------------------------------------------ r11732 | sjoelund.se | 2012-04-12 10:58:33 +0200 (Thu, 12 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.qm A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.qm - Regenerate all qm-files ------------------------------------------------------------------------ r11731 | sjoelund.se | 2012-04-12 10:56:21 +0200 (Thu, 12 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Parser.mo M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.qm - Add PARTEVALFUNCTION to the list of called functions in a function ------------------------------------------------------------------------ r11730 | hkiel | 2012-04-12 08:46:05 +0200 (Thu, 12 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts - some more .de translations ------------------------------------------------------------------------ r11729 | adrpo | 2012-04-12 00:20:59 +0200 (Thu, 12 Apr 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts - some more .ro translations - ro_RO (Romania) instead of ro_MD (Moldova) ------------------------------------------------------------------------ r11728 | adeas31 | 2012-04-12 00:20:05 +0200 (Thu, 12 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in - Use ./ in makefile. ------------------------------------------------------------------------ r11727 | adeas31 | 2012-04-11 23:43:14 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Parser.mo - Fix hudson. ------------------------------------------------------------------------ r11726 | adeas31 | 2012-04-11 23:29:16 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in - Fix hudson build. ------------------------------------------------------------------------ r11725 | adeas31 | 2012-04-11 22:50:17 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.qm M /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts A /trunk/OMEdit/OMEditGUI/Resources/nls/README.txt M /trunk/OMEdit/OMEditGUI/Resources/nls/tsupdate.sh - Fix build and some minor changes. ------------------------------------------------------------------------ r11724 | sjoelund.se | 2012-04-11 22:08:15 +0200 (Wed, 11 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/Parser.mo - Check Absyn->SCode before accepting a string or file as valid abstract syntax ------------------------------------------------------------------------ r11723 | adeas31 | 2012-04-11 22:00:13 +0200 (Wed, 11 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/Script/Interactive.mo D /trunk/OMEdit/OMEditGUI/OMEdit_de.qm D /trunk/OMEdit/OMEditGUI/OMEdit_de.ts D /trunk/OMEdit/OMEditGUI/OMEdit_fr.ts D /trunk/OMEdit/OMEditGUI/OMEdit_ja.qm D /trunk/OMEdit/OMEditGUI/OMEdit_ja.ts D /trunk/OMEdit/OMEditGUI/OMEdit_ro.ts D /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm D /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts D /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm D /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.qm (from /trunk/OMEdit/OMEditGUI/OMEdit_de.qm:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts (from /trunk/OMEdit/OMEditGUI/OMEdit_de.ts:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts (from /trunk/OMEdit/OMEditGUI/OMEdit_fr.ts:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.qm (from /trunk/OMEdit/OMEditGUI/OMEdit_ja.qm:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts (from /trunk/OMEdit/OMEditGUI/OMEdit_ja.ts:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts (from /trunk/OMEdit/OMEditGUI/OMEdit_ro.ts:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.qm (from /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts (from /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.qm (from /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts (from /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts:11722) A /trunk/OMEdit/OMEditGUI/Resources/nls/tsupdate.sh (from /trunk/OMEdit/OMEditGUI/tsupdate.sh:11722) D /trunk/OMEdit/OMEditGUI/tsupdate.sh M /trunk/testsuite/interactive/interactive_api_calls.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - Fixed isReplaceAble API. - Added testcases for some APIs. - Added French & Romanian to language dropdown. - Moved the translations file to OMEdit/OMEditGUI/Resources/nls/. ------------------------------------------------------------------------ r11722 | adeas31 | 2012-04-11 21:49:19 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: A /trunk/OMEdit/OMEditGUI/Resources/nls - Added nls directory. ------------------------------------------------------------------------ r11721 | sjoelund.se | 2012-04-11 20:35:05 +0200 (Wed, 11 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp - Don't return loadFile("package.mo") success on error ------------------------------------------------------------------------ r11720 | adrpo | 2012-04-11 19:51:18 +0200 (Wed, 11 Apr 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ja.ts A /trunk/OMEdit/OMEditGUI/OMEdit_ro.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts - fix the English typo. - add partial Romanian translation. - small fix in the Swedish translation. ------------------------------------------------------------------------ r11719 | hkiel | 2012-04-11 16:57:23 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMShell/OMShellGUI/OMShell_de.ts - added some more german translations ------------------------------------------------------------------------ r11718 | adeas31 | 2012-04-11 15:41:04 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - Fixed getNthImport. ------------------------------------------------------------------------ r11717 | adeas31 | 2012-04-11 14:01:21 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro A /trunk/OMEdit/OMEditGUI/OMEdit_fr.ts M /trunk/OMEdit/OMEditGUI/tsupdate.sh - Added french translation file. ------------------------------------------------------------------------ r11716 | perost | 2012-04-11 13:47:18 +0200 (Wed, 11 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Util/Error.mo - Fixed better messages for modifier errors in SCodeInst. - Added better control over constant evaluation in Typing. ------------------------------------------------------------------------ r11715 | sjoelund.se | 2012-04-11 11:42:25 +0200 (Wed, 11 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/OMEditGUI/OMEdit_de.qm A /trunk/OMEdit/OMEditGUI/OMEdit_ja.qm A /trunk/OMEdit/OMEditGUI/OMEdit_ja.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/tsupdate.sh - Added Japanese translation stubs ------------------------------------------------------------------------ r11714 | hkiel | 2012-04-11 10:57:00 +0200 (Wed, 11 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts - added some german translations ------------------------------------------------------------------------ r11713 | sjoelund.se | 2012-04-11 10:50:33 +0200 (Wed, 11 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp - Added German language to the combo-box ------------------------------------------------------------------------ r11712 | sjoelund.se | 2012-04-11 06:38:22 +0200 (Wed, 11 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/errorext.cpp M /trunk/Parser/BaseModelica_Lexer.g - Revert r11711 as it is plain wrong ------------------------------------------------------------------------ r11711 | adeas31 | 2012-04-10 23:16:27 +0200 (Tue, 10 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/errorext.cpp M /trunk/Parser/BaseModelica_Lexer.g - Changed the utf-8 error to warning. - getErrorString() only returns messages that have severity = ErrorLevel_error ------------------------------------------------------------------------ r11710 | hubert.thieriot | 2012-04-10 18:23:50 +0200 (Tue, 10 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/Problems/Result.cpp M /trunk/OMOptim/OMOptimBasis/Problems/Result.h - removed a const ------------------------------------------------------------------------ r11709 | sjoelund.se | 2012-04-10 16:16:00 +0200 (Tue, 10 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo - Fix for the type system when calling getGlobalRoot with a non-boxed lhs ------------------------------------------------------------------------ r11708 | Frenkel TUD | 2012-04-10 13:43:30 +0200 (Tue, 10 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - replace some matchs again inputs with wildcard ------------------------------------------------------------------------ r11707 | Frenkel TUD | 2012-04-10 13:25:54 +0200 (Tue, 10 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo - 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 ------------------------------------------------------------------------ r11706 | sjoelund.se | 2012-04-10 13:23:52 +0200 (Tue, 10 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/Util/Flags.mo - Move the printing of some config flags around - Added +help=flagName option ------------------------------------------------------------------------ r11705 | sjoelund.se | 2012-04-10 11:46:02 +0200 (Tue, 10 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/OMEdit_de.qm M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts - Some German translations for OMEdit ------------------------------------------------------------------------ r11704 | Frenkel TUD | 2012-04-10 11:42:56 +0200 (Tue, 10 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Flags.mo - add flag "matchingAlgorithm" to select the MatchingAlgorithm ------------------------------------------------------------------------ r11703 | sjoelund.se | 2012-04-10 10:53:02 +0200 (Tue, 10 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/main.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.cpp - Swedish translations ------------------------------------------------------------------------ r11702 | adeas31 | 2012-04-10 10:44:06 +0200 (Tue, 10 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/IconProperties.cpp M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/OMEdit/OMEditGUI/StringHandler.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.cpp - Don't translate Modelica keywords. ------------------------------------------------------------------------ r11700 | sjoelund.se | 2012-04-10 07:46:58 +0200 (Tue, 10 Apr 2012) | 2 lines Changed paths: M /trunk/Makefile.common - OMPython docdir removed ------------------------------------------------------------------------ r11699 | Frenkel TUD | 2012-04-09 22:42:44 +0200 (Mon, 09 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos - fix test ------------------------------------------------------------------------ r11698 | adeas31 | 2012-04-09 21:52:47 +0200 (Mon, 09 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/OMEdit/OMEditGUI/tsupdate.sh - Swedish translations. - Use -noobsolete flag to remove the obsolete translations in the files. ------------------------------------------------------------------------ r11697 | Frenkel TUD | 2012-04-09 21:28:42 +0200 (Mon, 09 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCode.mo - bugfix removeSimplequation alias der - bugfix alias a=der(var) ------------------------------------------------------------------------ r11696 | Frenkel TUD | 2012-04-09 21:23:29 +0200 (Mon, 09 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat - update MSL 3.1 simulate examples ------------------------------------------------------------------------ r11695 | a_severin | 2012-04-09 18:42:41 +0200 (Mon, 09 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/tsupdate.sh M /trunk/OMPlot/OMPlotGUI/Legend.cpp M /trunk/OMPlot/OMPlotGUI/PlotApplication.cpp M /trunk/OMPlot/OMPlotGUI/PlotMainWindow.cpp M /trunk/OMPlot/OMPlotGUI/PlotWindow.cpp - added some tr() in OMPlot - OMEdit: added translation of OMPlot in .ts-files ------------------------------------------------------------------------ r11694 | a_severin | 2012-04-09 18:11:14 +0200 (Mon, 09 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - added Russian translation ------------------------------------------------------------------------ r11693 | Frenkel TUD | 2012-04-09 14:08:28 +0200 (Mon, 09 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos - move Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1 to working tests ------------------------------------------------------------------------ r11690 | adrpo | 2012-04-09 02:00:14 +0200 (Mon, 09 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo - fix equalityConstraint function return type. ------------------------------------------------------------------------ r11689 | Frenkel TUD | 2012-04-09 00:39:38 +0200 (Mon, 09 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - move tests back to failing tests, because of unknown failur on Hudson build system (maybe a unix issue) ------------------------------------------------------------------------ r11688 | Frenkel TUD | 2012-04-08 23:55:52 +0200 (Sun, 08 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos - fix tests ------------------------------------------------------------------------ r11687 | adeas31 | 2012-04-08 23:32:10 +0200 (Sun, 08 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp - Allow automatic width for options list. - Remove multiple initializations of Helper::noColor ------------------------------------------------------------------------ r11686 | Frenkel TUD | 2012-04-08 22:40:54 +0200 (Sun, 08 Apr 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos - update M.M.M 3.3.1 examples ------------------------------------------------------------------------ r11685 | adeas31 | 2012-04-08 21:35:56 +0200 (Sun, 08 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/scripts/doPlot.bat M /trunk/Makefile.common D /trunk/doc/OMPython - PTII environment variable not required anymore. - Changed PTII to OMPTII. - Removed OMPython-UserManual. OMPython documentation is moved to OpenModelica usersguide. ------------------------------------------------------------------------ r11684 | Frenkel TUD | 2012-04-08 13:12:10 +0200 (Sun, 08 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo - got rid of bootstrapped warning ------------------------------------------------------------------------ r11683 | adeas31 | 2012-04-06 20:11:55 +0200 (Fri, 06 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h - SVN id tag. ------------------------------------------------------------------------ r11682 | adeas31 | 2012-04-06 20:05:31 +0200 (Fri, 06 Apr 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp M /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp M /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp M /trunk/OMEdit/OMEditGUI/StringHandler.h M /trunk/OMEdit/OMEditGUI/main.cpp - Some more fixes for the translations. - Added the missing Q_OBJECT macro. - Removed stupid Qt default buttons as they are not translated. ------------------------------------------------------------------------ r11681 | sjoelund.se | 2012-04-06 16:16:48 +0200 (Fri, 06 Apr 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Install OMPython documentation ------------------------------------------------------------------------ r11680 | adeas31 | 2012-04-05 23:57:07 +0200 (Thu, 05 Apr 2012) | 1 line Changed paths: M /trunk/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro - Fix build. ------------------------------------------------------------------------ r11679 | AnandKGaneson | 2012-04-05 22:52:41 +0200 (Thu, 05 Apr 2012) | 1 line Changed paths: M /trunk/PythonInterface/OMPython/OMParser/__init__.py M /trunk/PythonInterface/OMPython/__init__.py M /trunk/PythonInterface/setup.py Modified OMC search paths, removed Python 2.7's dependency so now Python 2.6 should also support OMPython, minor changes in OMParser/__init__.py, updated setup.py. ------------------------------------------------------------------------ r11678 | adeas31 | 2012-04-05 21:51:20 +0200 (Thu, 05 Apr 2012) | 4 lines Changed paths: M /trunk/OMEdit/OMEditGUI/BitmapAnnotation.cpp M /trunk/OMEdit/OMEditGUI/BitmapAnnotation.h M /trunk/OMEdit/OMEditGUI/Component.cpp M /trunk/OMEdit/OMEditGUI/Component.h M /trunk/OMEdit/OMEditGUI/ComponentsProperties.cpp M /trunk/OMEdit/OMEditGUI/ComponentsProperties.h M /trunk/OMEdit/OMEditGUI/ConnectorWidget.cpp M /trunk/OMEdit/OMEditGUI/ConnectorWidget.h M /trunk/OMEdit/OMEditGUI/CornerItem.cpp M /trunk/OMEdit/OMEditGUI/CornerItem.h M /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp M /trunk/OMEdit/OMEditGUI/DocumentationWidget.h M /trunk/OMEdit/OMEditGUI/EllipseAnnotation.cpp M /trunk/OMEdit/OMEditGUI/EllipseAnnotation.h M /trunk/OMEdit/OMEditGUI/FMIWidget.cpp M /trunk/OMEdit/OMEditGUI/FMIWidget.h M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/IconParameters.cpp M /trunk/OMEdit/OMEditGUI/IconParameters.h M /trunk/OMEdit/OMEditGUI/IconProperties.cpp M /trunk/OMEdit/OMEditGUI/IconProperties.h M /trunk/OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp M /trunk/OMEdit/OMEditGUI/InteractiveSimulationTabWidget.h M /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp M /trunk/OMEdit/OMEditGUI/LibraryWidget.h M /trunk/OMEdit/OMEditGUI/LineAnnotation.cpp M /trunk/OMEdit/OMEditGUI/LineAnnotation.h M /trunk/OMEdit/OMEditGUI/ModelWidget.cpp M /trunk/OMEdit/OMEditGUI/ModelWidget.h M /trunk/OMEdit/OMEditGUI/ModelicaEditor.cpp M /trunk/OMEdit/OMEditGUI/ModelicaEditor.h M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.h M /trunk/OMEdit/OMEditGUI/OMCThread.cpp M /trunk/OMEdit/OMEditGUI/OMCThread.h M /trunk/OMEdit/OMEditGUI/OMEdit_de.ts M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm M /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/OptionsWidget.h M /trunk/OMEdit/OMEditGUI/PlotWidget.cpp M /trunk/OMEdit/OMEditGUI/PlotWidget.h M /trunk/OMEdit/OMEditGUI/PlotWindowContainer.cpp M /trunk/OMEdit/OMEditGUI/PlotWindowContainer.h M /trunk/OMEdit/OMEditGUI/PolygonAnnotation.cpp M /trunk/OMEdit/OMEditGUI/PolygonAnnotation.h M /trunk/OMEdit/OMEditGUI/ProblemsWidget.cpp M /trunk/OMEdit/OMEditGUI/ProblemsWidget.h M /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp M /trunk/OMEdit/OMEditGUI/ProjectTabWidget.h M /trunk/OMEdit/OMEditGUI/RectangleAnnotation.cpp M /trunk/OMEdit/OMEditGUI/RectangleAnnotation.h M /trunk/OMEdit/OMEditGUI/ShapeAnnotation.cpp M /trunk/OMEdit/OMEditGUI/ShapeAnnotation.h M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.h M /trunk/OMEdit/OMEditGUI/SplashScreen.cpp M /trunk/OMEdit/OMEditGUI/SplashScreen.h M /trunk/OMEdit/OMEditGUI/StringHandler.cpp M /trunk/OMEdit/OMEditGUI/StringHandler.h M /trunk/OMEdit/OMEditGUI/TextAnnotation.cpp M /trunk/OMEdit/OMEditGUI/TextAnnotation.h M /trunk/OMEdit/OMEditGUI/Transformation.cpp M /trunk/OMEdit/OMEditGUI/Transformation.h M /trunk/OMEdit/OMEditGUI/main.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.h - Swedish translations. - Language drop down in the options widget. - Changed the files tab width. - Allow users to unset the modifiers value. ------------------------------------------------------------------------ r11677 | sjoelund.se | 2012-04-05 21:22:22 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/DumpTest.mos - Expected output ------------------------------------------------------------------------ r11676 | sjoelund.se | 2012-04-05 21:05:37 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaRecord.java - Fix testsuite ------------------------------------------------------------------------ r11675 | sjoelund.se | 2012-04-05 17:01:19 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/SimulationRuntime/c/util/java_interface/src/org/openmodelica/ModelicaRecord.java M /trunk/SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/OMCStringParser.java - Some fixes to dumping as corba string ------------------------------------------------------------------------ r11674 | perost | 2012-04-05 14:40:04 +0200 (Thu, 05 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - Changed simplification of scalar-array operations with an empty array to return an empty array, instead of an array with one element. ------------------------------------------------------------------------ r11673 | perost | 2012-04-05 13:50:15 +0200 (Thu, 05 Apr 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/integer_array.h M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h M /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos M /trunk/testsuite/libraries/msl221/AIMC_DOL.mos M /trunk/testsuite/libraries/msl221/AIMC_Inverter.mos M /trunk/testsuite/libraries/msl221/AIMC_YD.mos M /trunk/testsuite/libraries/msl221/PID_Controller.mos M /trunk/testsuite/libraries/msl221/SMEE_Gen.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoop.mos M /trunk/testsuite/libraries/msl221/modelicaAdditions/robot.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Analog.mos M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Machines.Examples.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.DetailedPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalLaminarFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.NominalTurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.BaseClasses.FlowModels.TurbulentPipeFlow.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Pipes.StaticPipe.mos M /trunk/testsuite/libraries/msl31/media/Examples.IdealGasH2O.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.Components.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinder.mos M /trunk/testsuite/libraries/multibody/elementary/DoublePendulum.mos M /trunk/testsuite/libraries/multibody/elementary/ForceAndTorque.mos M /trunk/testsuite/libraries/multibody/elementary/FreeBody.mos M /trunk/testsuite/libraries/multibody/elementary/InitSpringConstant.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/Pendulum.mos M /trunk/testsuite/libraries/multibody/elementary/PendulumWithSpringDamper.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravity.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheel.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetDriving.mos M /trunk/testsuite/libraries/multibody/elementary/RollingWheelSetPulling.mos M /trunk/testsuite/libraries/multibody/elementary/SpringDamperSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringMassSystem.mos M /trunk/testsuite/libraries/multibody/elementary/SpringWithMass.mos M /trunk/testsuite/libraries/multibody/elementary/ThreeSprings.mos M /trunk/testsuite/libraries/multibody/elementary/World.mos M /trunk/testsuite/libraries/multibody/loops/Engine1a.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Makefile M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6.mos M /trunk/testsuite/libraries/multibody/loops/instEngineV6_analytic.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/ActuatedDrive.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GearConstraint.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/GyroscopicEffects.mos M /trunk/testsuite/libraries/multibody/rotational3deffects/MovingActuatedDrive.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mofiles/ArrayEWOps1.mo M /trunk/testsuite/mofiles/ArrayEWOps2.mo M /trunk/testsuite/mofiles/ArrayEWOps3.mo A /trunk/testsuite/mofiles/ArrayEWOps6.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/Makefile M /trunk/testsuite/mofiles/Matrix1.mo M /trunk/testsuite/mofiles/TestGravityAcceleration.mo M /trunk/testsuite/mofiles/drmodelica/ArrayDiv.mo M /trunk/testsuite/mofiles/drmodelica/ElementWiseMultiplication.mo M /trunk/testsuite/mofiles/msl/BC6.mo M /trunk/testsuite/mofiles/msl/BC8.mo M /trunk/testsuite/mofiles/msl/BM3.mo M /trunk/testsuite/mofiles/msl/BM4.mo M /trunk/testsuite/mofiles/msl/BS5.mo M /trunk/testsuite/mosfiles-nosim/FinalTests.mos - Fixed correct types on array-scalar and scalar-array operations. - Updated test cases due to changed operation order. ------------------------------------------------------------------------ r11672 | sjoelund.se | 2012-04-05 13:46:11 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Clean more ------------------------------------------------------------------------ r11671 | sjoelund.se | 2012-04-05 11:16:17 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - Added API call setInitXmlStartValue ------------------------------------------------------------------------ r11670 | sjoelund.se | 2012-04-05 11:16:02 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo - Make checkSettings() less verbose ------------------------------------------------------------------------ r11669 | sjoelund.se | 2012-04-05 08:10:39 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/java_interface/Makefile M /trunk/SimulationRuntime/c/util/java_interface/Makefile.common - Set OPENMODELICAHOME ------------------------------------------------------------------------ r11668 | sjoelund.se | 2012-04-05 07:23:18 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/java/Makefile - Fix AbsynTest.jar testcase ------------------------------------------------------------------------ r11667 | sjoelund.se | 2012-04-05 07:10:11 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/java_interface/src/org/openmodelica/corba/parser/JarCreator.java M /trunk/SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java - Fixed the Java DefinitionsCreator ------------------------------------------------------------------------ r11666 | adrpo | 2012-04-05 02:44:49 +0200 (Thu, 05 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/interactive/interactive_api_calls.mo M /trunk/testsuite/interactive/interactive_api_calls.mos - added isShortDefinition API and tests in testsuite/interactive/interactive_api_calls.mos for it. ------------------------------------------------------------------------ r11665 | adrpo | 2012-04-05 01:44:51 +0200 (Thu, 05 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/Interactive.mo M /trunk/testsuite/interactive/interactive_api_param.mos - fixed "setParameterValue" API in Interactive.mo to update the program. - added tests for this functionality in testsuite/interactive/interactive_api_param.mos ------------------------------------------------------------------------ r11664 | adrpo | 2012-04-04 23:06:39 +0200 (Wed, 04 Apr 2012) | 4 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c - 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. ------------------------------------------------------------------------ r11663 | sjoelund.se | 2012-04-04 22:36:25 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/java_interface/src/org/openmodelica/test/TestDefinitionsParser.java M /trunk/SimulationRuntime/c/util/java_interface/test_files/simple.mo - Some fixes for Java interface ------------------------------------------------------------------------ r11662 | sjoelund.se | 2012-04-04 21:09:01 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/Util/ModelicaExternalC.mo M /trunk/Compiler/runtime/ModelicaExternalC_rml.c M /trunk/testsuite/bootstrapping/LinkMain.makefile.in M /trunk/testsuite/bootstrapping/LinkMain.makefile.mingw - Added scanReal ceval ------------------------------------------------------------------------ r11661 | sjoelund.se | 2012-04-04 20:30:54 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/omc_debug/Makefile.omdev.mingw M /trunk/Compiler/omc_profiler/Makefile.omdev.mingw M /trunk/Compiler/omc_release/Makefile.omdev.mingw - OMDev makefiles ------------------------------------------------------------------------ r11660 | sjoelund.se | 2012-04-04 19:49:10 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/CevalFunction.mo M /trunk/Compiler/Makefile.compiler_subdirs.common A /trunk/Compiler/Util/ModelicaExternalC.mo (from /trunk/Compiler/Util/Lapack.mo:11652) M /trunk/Compiler/omc_debug/Makefile.in M /trunk/Compiler/omc_profiler/Makefile.in M /trunk/Compiler/omc_release/Makefile.in M /trunk/Compiler/runtime/Makefile.common A /trunk/Compiler/runtime/ModelicaExternalC_rml.c (from /trunk/Compiler/runtime/System_rml.c:11652) M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Handle Modelica.Utilities.Streams.* external functions without generating so-files ------------------------------------------------------------------------ r11659 | hubert.thieriot | 2012-04-04 18:30:16 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/Tools/OMProcess.cpp M /trunk/OMOptim/OMOptimBasis/Tools/OMProcess.h M /trunk/OMOptim/OMOptimBasis/Units/MEHTCoeff.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEHTCoeff.h M /trunk/OMOptim/OMOptimBasis/Units/MESpecHeatCapacity.cpp M /trunk/OMOptim/OMOptimBasis/Units/MESpecHeatCapacity.h - added units - changed OMProcess ------------------------------------------------------------------------ r11658 | wbraun | 2012-04-04 18:13:11 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: A /trunk/doc/tex/img/OverallStructure.dia A /trunk/doc/tex/img/OverallStructure.png - added a figure of the overall structure drawn with dia. ------------------------------------------------------------------------ r11657 | perost | 2012-04-04 16:40:59 +0200 (Wed, 04 Apr 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Connect.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Util/BaseHashTable.mo M /trunk/Compiler/Util/List.mo M /trunk/Compiler/Util/VarTransform.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo - 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. ------------------------------------------------------------------------ r11656 | perost | 2012-04-04 14:57:29 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo - Fix RML compilation... ------------------------------------------------------------------------ r11655 | perost | 2012-04-04 14:47:30 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/SimCode.mo - Fixed bootstrapped compilation. ------------------------------------------------------------------------ r11654 | sjoelund.se | 2012-04-04 14:38:17 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/runtime/config.h - Fixes for getAstAsCorbaString ------------------------------------------------------------------------ r11653 | fbergero | 2012-04-04 14:24:04 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenQSS.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo Changes in the QSS version. ------------------------------------------------------------------------ r11651 | sjoelund.se | 2012-04-04 12:21:34 +0200 (Wed, 04 Apr 2012) | 2 lines Changed paths: M /trunk/libraries/README - Force rebuild of libraries ------------------------------------------------------------------------ r11650 | sjoelund.se | 2012-04-04 11:47:46 +0200 (Wed, 04 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/libraries/biochem/BiochemModels.mos M /trunk/testsuite/libraries/msl31/media/Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.N2AsMix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.mos M /trunk/testsuite/libraries/msl31/media/Incompressible.Examples.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/Water.StandardWater.mos M /trunk/testsuite/meta/ErrorInvalidComplexType.mo M /trunk/testsuite/meta/ErrorInvalidMetarecord.mo M /trunk/testsuite/meta/ErrorInvalidPattern1.mo M /trunk/testsuite/meta/ErrorInvalidPattern2.mo M /trunk/testsuite/meta/ErrorInvalidPattern3.mo M /trunk/testsuite/meta/ErrorInvalidPattern4.mo M /trunk/testsuite/meta/ErrorLocalElement1.mo M /trunk/testsuite/meta/ErrorLocalElement2.mo M /trunk/testsuite/meta/ErrorLocalElement3.mo M /trunk/testsuite/meta/ErrorMatchInOut1.mo M /trunk/testsuite/meta/ListReductionDimError.mo M /trunk/testsuite/mofiles/Abs2.mo M /trunk/testsuite/mofiles/Acos.mo M /trunk/testsuite/mofiles/Algorithm2.mo M /trunk/testsuite/mofiles/ArrayInvalidDims.mo M /trunk/testsuite/mofiles/ArrayOperators.mo M /trunk/testsuite/mofiles/Array_builtin.mo M /trunk/testsuite/mofiles/Asin.mo M /trunk/testsuite/mofiles/AssignmentErrorConstant.mo M /trunk/testsuite/mofiles/AssignmentErrorInput.mo M /trunk/testsuite/mofiles/Atan.mo M /trunk/testsuite/mofiles/Atan2.mo M /trunk/testsuite/mofiles/Circuit1.mo M /trunk/testsuite/mofiles/ConditionalArrayExpression1.mo M /trunk/testsuite/mofiles/ConnectFlowEffort.mo M /trunk/testsuite/mofiles/ConnectorIllegal.mo M /trunk/testsuite/mofiles/ConnectorIllegal2.mo M /trunk/testsuite/mofiles/Constant9.mo M /trunk/testsuite/mofiles/ConstrainingType1.mo M /trunk/testsuite/mofiles/Cos.mo M /trunk/testsuite/mofiles/Cosh.mo M /trunk/testsuite/mofiles/CyclicBindingConditional.mo M /trunk/testsuite/mofiles/CyclicBindingConst.mo M /trunk/testsuite/mofiles/CyclicBindingParam.mo M /trunk/testsuite/mofiles/DeclareConstant3.mo M /trunk/testsuite/mofiles/Delay5.mo M /trunk/testsuite/mofiles/Delay7.mo M /trunk/testsuite/mofiles/Delay8.mo M /trunk/testsuite/mofiles/DependsRecursive.mo M /trunk/testsuite/mofiles/DerConstant3.mo M /trunk/testsuite/mofiles/DisturbedResistance1.mo M /trunk/testsuite/mofiles/DisturbedResistance3.mo M /trunk/testsuite/mofiles/DisturbedResistance4.mo M /trunk/testsuite/mofiles/DocString.mo M /trunk/testsuite/mofiles/DuplicateElements.mo M /trunk/testsuite/mofiles/DuplicateElementsEquivalent.mo M /trunk/testsuite/mofiles/DuplicateElementsExtends.mo M /trunk/testsuite/mofiles/DuplicateElementsNonEquivalent.mo M /trunk/testsuite/mofiles/EmptyArray.mo M /trunk/testsuite/mofiles/Encapsulated2.mo M /trunk/testsuite/mofiles/Encapsulated3.mo M /trunk/testsuite/mofiles/Encapsulated4.mo M /trunk/testsuite/mofiles/EndIllegal.mo M /trunk/testsuite/mofiles/EndUnknown.mo M /trunk/testsuite/mofiles/Enum12.mo M /trunk/testsuite/mofiles/Enum5.mo M /trunk/testsuite/mofiles/EnumInvalidLiteral.mo M /trunk/testsuite/mofiles/ErrorExternalAlgorithm.mo M /trunk/testsuite/mofiles/ErrorExternalModel.mo M /trunk/testsuite/mofiles/Exp.mo M /trunk/testsuite/mofiles/ExtObjError.mo M /trunk/testsuite/mofiles/Extends4.mo M /trunk/testsuite/mofiles/Extends6.mo M /trunk/testsuite/mofiles/Extends7.mo M /trunk/testsuite/mofiles/ExternalFunction4.mo M /trunk/testsuite/mofiles/ExternalFunction8.mo M /trunk/testsuite/mofiles/FloatingPoint.mo M /trunk/testsuite/mofiles/FlowInvalid1.mo M /trunk/testsuite/mofiles/ForIterator1.mo M /trunk/testsuite/mofiles/Function11.mo M /trunk/testsuite/mofiles/Function7.mo M /trunk/testsuite/mofiles/Function8.mo M /trunk/testsuite/mofiles/FunctionEvalBuiltin.mo M /trunk/testsuite/mofiles/FunctionInvalidVar1.mo M /trunk/testsuite/mofiles/FunctionInvalidVar2.mo M /trunk/testsuite/mofiles/FunctionProtectedInput.mo M /trunk/testsuite/mofiles/FunctionSimplex.mo M /trunk/testsuite/mofiles/FunctionWithEquation.mo M /trunk/testsuite/mofiles/IfExpCombiTable2.mo M /trunk/testsuite/mofiles/IllegalSubscript.mo M /trunk/testsuite/mofiles/Import2.mo M /trunk/testsuite/mofiles/IntDiv.mo M /trunk/testsuite/mofiles/IntPow.mo M /trunk/testsuite/mofiles/InvalidExtends1.mo M /trunk/testsuite/mofiles/InvalidSizeIndex1.mo M /trunk/testsuite/mofiles/InvalidSizeIndex2.mo M /trunk/testsuite/mofiles/InvalidSizeScalar.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/Log.mo M /trunk/testsuite/mofiles/Log10.mo M /trunk/testsuite/mofiles/Lookup3.mo M /trunk/testsuite/mofiles/Lookup7.mo M /trunk/testsuite/mofiles/MathematicalFunctions.mo M /trunk/testsuite/mofiles/Modification15.mo M /trunk/testsuite/mofiles/Modification4.mo M /trunk/testsuite/mofiles/Modification8.mo M /trunk/testsuite/mofiles/ModifierTypeError.mo M /trunk/testsuite/mofiles/ModifyConstant4.mo M /trunk/testsuite/mofiles/ModifyConstant5.mo M /trunk/testsuite/mofiles/ModifyConstant6.mo M /trunk/testsuite/mofiles/ModifyUnknown1.mo M /trunk/testsuite/mofiles/ModifyUnknown2.mo M /trunk/testsuite/mofiles/MultipleDeclarations.mo M /trunk/testsuite/mofiles/MultipleDeclarations2.mo M /trunk/testsuite/mofiles/PackageParameter.mo M /trunk/testsuite/mofiles/Partial1.mo M /trunk/testsuite/mofiles/Philosopher.mo M /trunk/testsuite/mofiles/Philosopher2.mo M /trunk/testsuite/mofiles/Protected1.mo M /trunk/testsuite/mofiles/ProtectedAccess.mo M /trunk/testsuite/mofiles/Real2Integer1.mo M /trunk/testsuite/mofiles/Real2Integer2.mo M /trunk/testsuite/mofiles/RealDiv.mo M /trunk/testsuite/mofiles/RealPow.mo M /trunk/testsuite/mofiles/RealSub.mo M /trunk/testsuite/mofiles/RecursiveDefinition.mo M /trunk/testsuite/mofiles/RecursiveShort.mo M /trunk/testsuite/mofiles/ReturnError.mo M /trunk/testsuite/mofiles/SampleError.mo M /trunk/testsuite/mofiles/ScopeDeclaration2.mo M /trunk/testsuite/mofiles/ScopeModification2.mo M /trunk/testsuite/mofiles/SimpleIntegrator3.mo M /trunk/testsuite/mofiles/SimplifyRangeInCall.mo M /trunk/testsuite/mofiles/Sin.mo M /trunk/testsuite/mofiles/Sinh.mo M /trunk/testsuite/mofiles/SumScalar.mo M /trunk/testsuite/mofiles/Tan.mo M /trunk/testsuite/mofiles/Terminal2.mo M /trunk/testsuite/mofiles/TestGravityAcceleration.mo M /trunk/testsuite/mofiles/Type1.mo M /trunk/testsuite/mofiles/Type3.mo M /trunk/testsuite/mofiles/Type7.mo M /trunk/testsuite/mofiles/Type8.mo M /trunk/testsuite/mofiles/TypeClass2.mo M /trunk/testsuite/mofiles/Units2.mo M /trunk/testsuite/mofiles/WhenElseNested.mo M /trunk/testsuite/mofiles/WhenNested.mo M /trunk/testsuite/mofiles/WhenNestedEquation.mo M /trunk/testsuite/mofiles/drmodelica/AccessDemoIllegalMod.mo M /trunk/testsuite/mofiles/drmodelica/ArrayAddSub.mo M /trunk/testsuite/mofiles/drmodelica/ArrayDiv.mo M /trunk/testsuite/mofiles/drmodelica/ArrayDivError.mo M /trunk/testsuite/mofiles/drmodelica/BlockMatrix.mo M /trunk/testsuite/mofiles/drmodelica/BlockMatrix2.mo M /trunk/testsuite/mofiles/drmodelica/BlockMatrix3.mo M /trunk/testsuite/mofiles/drmodelica/BouncingBall.mo M /trunk/testsuite/mofiles/drmodelica/MicroCircuitInvalid.mo M /trunk/testsuite/mofiles/drmodelica/RefinedSimpleCircuitInvalid.mo M /trunk/testsuite/mofiles/drmodelica/StepAdvanced.mo M /trunk/testsuite/mofiles/drmodelica/VanDerPol.mo M /trunk/testsuite/mofiles/drmodelica/VectorizeSeveralArguments.mo M /trunk/testsuite/mofiles/drmodelica/WhenNotValid.mo M /trunk/testsuite/mofiles/modelica_1_1_Type10.mo M /trunk/testsuite/mofiles/prtest.mo M /trunk/testsuite/redeclare/ClassExtendsInvalid1.mo M /trunk/testsuite/redeclare/ClassExtendsInvalid2.mo M /trunk/testsuite/redeclare/ConstantRedeclareModifier.mo M /trunk/testsuite/redeclare/DuplicateRedeclares1.mo M /trunk/testsuite/redeclare/DuplicateRedeclares2.mo M /trunk/testsuite/redeclare/FinalRedeclareModifier.mo M /trunk/testsuite/redeclare/RedeclareFlowEffort.mo M /trunk/testsuite/redeclare/RedeclareModifierInvalid1.mo M /trunk/testsuite/redeclare/RedeclareModifierInvalid2.mo M /trunk/testsuite/redeclare/RedeclareVisibility2.mo M /trunk/testsuite/redeclare/ReplaceableBaseClass.mo M /trunk/testsuite/streams/InStreamInvalidArgument.mo M /trunk/testsuite/streams/StreamUnbalancedConnector.mo - 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) ------------------------------------------------------------------------ r11649 | hubert.thieriot | 2012-04-04 10:42:03 +0200 (Wed, 04 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp - mofiles loaded are added in dependencies for simulation ------------------------------------------------------------------------ r11646 | sjoelund.se | 2012-04-03 14:56:17 +0200 (Tue, 03 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/mosh/src/Makefile.in - Make omniidl command more suitable for parallel jobs ------------------------------------------------------------------------ r11645 | sjoelund.se | 2012-04-03 14:31:57 +0200 (Tue, 03 Apr 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Fix make install ------------------------------------------------------------------------ r11644 | sjoelund.se | 2012-04-03 13:10:37 +0200 (Tue, 03 Apr 2012) | 2 lines Changed paths: M /trunk/Makefile.common - Install OMEdit nls files ------------------------------------------------------------------------ r11643 | adeas31 | 2012-04-03 10:26:48 +0200 (Tue, 03 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - Release notes. ------------------------------------------------------------------------ r11642 | wbraun | 2012-04-02 22:33:47 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/testsuite/fmi/InOutTest.mo M /trunk/testsuite/fmi/InOutTest.mos M /trunk/testsuite/fmi/testInOut.mo - changed test-case ------------------------------------------------------------------------ r11641 | wbraun | 2012-04-02 22:15:33 +0200 (Mon, 02 Apr 2012) | 3 lines Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/import/fmuModelica.in M /trunk/SimulationRuntime/fmi/import/fmuModelica.unix.in M /trunk/SimulationRuntime/fmi/import/fmuWrapper.c M /trunk/SimulationRuntime/fmi/import/fmuWrapper.h M /trunk/SimulationRuntime/fmi/import/moGenerator.c A /trunk/testsuite/fmi/InOutTest.mo A /trunk/testsuite/fmi/InOutTest.mos M /trunk/testsuite/fmi/Makefile A /trunk/testsuite/fmi/testInOut.mo - 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 ------------------------------------------------------------------------ r11640 | sjoelund.se | 2012-04-02 20:10:01 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/libraries/msl221/CauerLowPassAnalog.mos M /trunk/testsuite/libraries/msl221/CauerLowPassOPV.mos M /trunk/testsuite/libraries/msl221/CauerLowPassSC.mos - Expected output, etc ------------------------------------------------------------------------ r11639 | sjoelund.se | 2012-04-02 19:58:00 +0200 (Mon, 02 Apr 2012) | 3 lines Changed paths: M /trunk/testsuite/libraries/msl31/media/simulate/Makefile D /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Air.SimpleAir.mos D /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.N2AsMix.mos D /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.mos D /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.Glycol47.mos D /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Water.StandardWater.mos A /trunk/testsuite/mosfiles-nosim/ErrorSimPackage.mos M /trunk/testsuite/mosfiles-nosim/Makefile - Removed some simulate(PACKAGE) tests + Added one in mosfiles-nosim to test this in the future ------------------------------------------------------------------------ r11638 | sjoelund.se | 2012-04-02 19:26:52 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.LAPACK.mos M /trunk/testsuite/mosfiles/ASubIfExp.mos M /trunk/testsuite/mosfiles/ComplexNumbers.mo M /trunk/testsuite/mosfiles/ComplexNumbers.mos - Fixed some of the testcases (tries to simulate packages, instantiate functions) ------------------------------------------------------------------------ r11637 | sjoelund.se | 2012-04-02 17:21:21 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Util/Error.mo - Add a check for uses-annotations being fulfilled before starting inst/translate model ------------------------------------------------------------------------ r11636 | mahge930 | 2012-04-02 16:19:46 +0200 (Mon, 02 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/ParModelica/OpenCLRuntime/omc_ocl_interface.c M /trunk/ParModelica/OpenCLRuntime/omc_ocl_interface.h M /trunk/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c - Compact free_memory. Check parallel variable type in Template. Generate one more file for ParModelica. ------------------------------------------------------------------------ r11635 | sjoelund.se | 2012-04-02 15:55:39 +0200 (Mon, 02 Apr 2012) | 3 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm M /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts M /trunk/OMEdit/OMEditGUI/main.cpp - Fix translation (r11632 broke) - Updated timestamp translation ------------------------------------------------------------------------ r11634 | perost | 2012-04-02 15:37:04 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/Util/Error.mo - Better error message for non-connectors in connections. ------------------------------------------------------------------------ r11633 | hubert.thieriot | 2012-04-02 13:39:59 +0200 (Mon, 02 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp - corrected OptimResult cloning : csv filenames also cloned. ------------------------------------------------------------------------ r11632 | adeas31 | 2012-04-02 13:25:58 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/main.cpp - Catch the std::runtime_error. - Better checking for translations file. ------------------------------------------------------------------------ r11631 | mahge930 | 2012-04-02 13:18:24 +0200 (Mon, 02 Apr 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Proper naming. ------------------------------------------------------------------------ r11630 | adeas31 | 2012-04-02 12:23:48 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp Fix for bug #1722 - Removed the Ambiguous shortcut. ------------------------------------------------------------------------ r11629 | sjoelund.se | 2012-04-02 12:19:56 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/main.cpp - Load NLS files based on OPENMODELICAHOME, not relative to cwd ------------------------------------------------------------------------ r11628 | a_severin | 2012-04-02 11:45:21 +0200 (Mon, 02 Apr 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp M /trunk/OMEdit/OMEditGUI/Makefile.unix.in M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro A /trunk/OMEdit/OMEditGUI/OMEdit_de.qm A /trunk/OMEdit/OMEditGUI/OMEdit_de.ts A /trunk/OMEdit/OMEditGUI/OMEdit_ru.qm A /trunk/OMEdit/OMEditGUI/OMEdit_ru.ts A /trunk/OMEdit/OMEditGUI/OMEdit_sv.qm A /trunk/OMEdit/OMEditGUI/OMEdit_sv.ts M /trunk/OMEdit/OMEditGUI/ProblemsWidget.cpp M /trunk/OMEdit/OMEditGUI/main.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.cpp A /trunk/OMEdit/OMEditGUI/tsupdate.sh - OMEdit: added localization ------------------------------------------------------------------------ r11627 | sjoelund.se | 2012-04-02 11:43:04 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/cellapplication.cpp - Removed the need for DRMODELICAHOME env.var ------------------------------------------------------------------------ r11626 | hubert.thieriot | 2012-04-02 11:27:43 +0200 (Mon, 02 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/build/UpdateRevision.bat - changed version reader from tortoise svn ------------------------------------------------------------------------ r11625 | sjoelund.se | 2012-04-02 11:17:15 +0200 (Mon, 02 Apr 2012) | 2 lines Changed paths: M /trunk/Parser/BaseModelica_Lexer.g - More detailed parser error ------------------------------------------------------------------------ r11624 | hubert.thieriot | 2012-04-02 11:08:48 +0200 (Mon, 02 Apr 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OptObjective.cpp M /trunk/OMOptim/Core/OptObjective.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h M /trunk/OMOptim/version.h - changed OptimResult VariableResult reading ------------------------------------------------------------------------ r11623 | mahge930 | 2012-04-01 16:29:53 +0200 (Sun, 01 Apr 2012) | 1 line Changed paths: A /trunk/ParModelica A /trunk/ParModelica/Makefile.common A /trunk/ParModelica/Makefile.in A /trunk/ParModelica/Makefile.omdev.mingw A /trunk/ParModelica/OpenCLRuntime A /trunk/ParModelica/OpenCLRuntime/CL A /trunk/ParModelica/OpenCLRuntime/CL/cl.h A /trunk/ParModelica/OpenCLRuntime/CL/cl.hpp A /trunk/ParModelica/OpenCLRuntime/CL/cl_agent_amd.h A /trunk/ParModelica/OpenCLRuntime/CL/cl_d3d10.h A /trunk/ParModelica/OpenCLRuntime/CL/cl_ext.h A /trunk/ParModelica/OpenCLRuntime/CL/cl_gl.h A /trunk/ParModelica/OpenCLRuntime/CL/cl_gl_ext.h A /trunk/ParModelica/OpenCLRuntime/CL/cl_icd.h A /trunk/ParModelica/OpenCLRuntime/CL/cl_platform.h A /trunk/ParModelica/OpenCLRuntime/CL/opencl.h A /trunk/ParModelica/OpenCLRuntime/Makefile A /trunk/ParModelica/OpenCLRuntime/Makefile.common A /trunk/ParModelica/OpenCLRuntime/Makefile.in A /trunk/ParModelica/OpenCLRuntime/OCLRuntimeUtil.cl A /trunk/ParModelica/OpenCLRuntime/OpenCL.lib A /trunk/ParModelica/OpenCLRuntime/ocl_offcomp.c A /trunk/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.c A /trunk/ParModelica/OpenCLRuntime/omc_ocl_builtin_kernels.h A /trunk/ParModelica/OpenCLRuntime/omc_ocl_common_header.h A /trunk/ParModelica/OpenCLRuntime/omc_ocl_interface.c A /trunk/ParModelica/OpenCLRuntime/omc_ocl_interface.h A /trunk/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.c A /trunk/ParModelica/OpenCLRuntime/omc_ocl_memory_ops.h A /trunk/ParModelica/OpenCLRuntime/omc_ocl_util.c A /trunk/ParModelica/OpenCLRuntime/omc_ocl_util.h + Added the OpenCL runtime. ------------------------------------------------------------------------ r11622 | wbraun | 2012-04-01 04:23:07 +0200 (Sun, 01 Apr 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/fmi/import/moGenerator.c - fixed coding style ------------------------------------------------------------------------ r11621 | wbraun | 2012-04-01 04:12:41 +0200 (Sun, 01 Apr 2012) | 4 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/SimulationRuntime/fmi/import/fmuWrapper.c M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/SimulationRuntime/fmi/import/xmlparser.c M /trunk/testsuite/fmi/EnumerationTest.mo M /trunk/testsuite/fmi/ExternalFMUs.mos M /trunk/testsuite/fmi/Makefile M /trunk/testsuite/fmi/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos A /trunk/testsuite/fmi/Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum.mos - changed compilation flag for fmu-export from -O2 to -O - added String support for fmu-import - added MultiBody.DoublePendelum test ------------------------------------------------------------------------ r11620 | mahge930 | 2012-03-30 22:19:05 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl Fix error in template and remove Tab. ------------------------------------------------------------------------ r11619 | mahge930 | 2012-03-30 21:57:54 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/CodegenFMU.mo + Handling of parallel variables in the Back-end. Mostly fall-through. + Limited handling of parallel variables in Code generation. ------------------------------------------------------------------------ r11618 | mahge930 | 2012-03-30 21:55:07 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/real_array.c + Handling of parallel variables in the Back-end. Mostly fall-through. + Limited handling of parallel variables in Code generation. ------------------------------------------------------------------------ r11617 | hubert.thieriot | 2012-03-30 16:44:47 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/Dialogs/AboutOMOptim.cpp M /trunk/OMOptim/GUI/Dialogs/AboutOMOptim.h - changed Dymola compilation (one mo path) - AboutOMOptim includes version header -> will this make it compile every time (needed for version number coherency) ? ------------------------------------------------------------------------ r11616 | perost | 2012-03-30 16:42:41 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl - Remove tab. ------------------------------------------------------------------------ r11615 | Frenkel TUD | 2012-03-30 16:11:57 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/mosfiles-msl22/IdealGear.mos M /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos - fix tests ------------------------------------------------------------------------ r11614 | wbraun | 2012-03-30 15:52:07 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c - fixed some fmi-export memory leaks ------------------------------------------------------------------------ r11613 | niklwors | 2012-03-30 15:45:46 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl Fix for assert expressions in cpp template ------------------------------------------------------------------------ r11612 | Frenkel TUD | 2012-03-30 14:07:01 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/meta/gc/marksweep.c M /trunk/testsuite/mosfiles/CheckEvents.mos M /trunk/testsuite/mosfiles-msl22/IdealGear.mos M /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos - fix tests ------------------------------------------------------------------------ r11611 | Frenkel TUD | 2012-03-30 13:55:13 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mat - fix tests ------------------------------------------------------------------------ r11610 | Frenkel TUD | 2012-03-30 13:48:49 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mat - fix tests ------------------------------------------------------------------------ r11609 | wbraun | 2012-03-30 11:21:13 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/import/moGenerator.c -fixed CODING_STYLE ------------------------------------------------------------------------ r11608 | wbraun | 2012-03-30 10:41:26 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/testsuite/fmi/Makefile A /trunk/testsuite/fmi/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos - fixed FMI-Export Alias variables ------------------------------------------------------------------------ r11607 | Frenkel TUD | 2012-03-30 00:19:43 +0200 (Fri, 30 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/Util/Flags.mo M /trunk/libraries/Modelica 3.1/Mechanics/Rotational.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Backlash.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.First.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.First.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.Friction.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos M /trunk/testsuite/mosfiles/CheckEvents.mos - add comments to flags, add flags - bugfix removesimpleequationspast - update teststuite msl31/simulate - add experiment annotation for M.M.Rotational.ElasticBearing ------------------------------------------------------------------------ r11606 | adeas31 | 2012-03-30 00:16:39 +0200 (Fri, 30 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - More documentation. - New chapter for OMPython in OpenModelicaUsersGuide. ------------------------------------------------------------------------ r11605 | Frenkel TUD | 2012-03-30 00:13:55 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo - add function dumpEqnsSolved, to dump the equations in the order of calculate them ------------------------------------------------------------------------ r11604 | Frenkel TUD | 2012-03-30 00:10:35 +0200 (Fri, 30 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo - Bugfix codegeneration for tearing system, use index from original system ------------------------------------------------------------------------ r11603 | wbraun | 2012-03-29 21:18:23 +0200 (Thu, 29 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c - removed some tabs ------------------------------------------------------------------------ r11602 | wbraun | 2012-03-29 20:50:54 +0200 (Thu, 29 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/SimulationRuntime/c/math-support/model_help.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.h M /trunk/SimulationRuntime/fmi/import/fmuWrapper.c M /trunk/SimulationRuntime/fmi/import/fmuWrapper.h M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/SimulationRuntime/fmi/import/moGenerator.h A /trunk/testsuite/fmi/EnumerationTest.mo A /trunk/testsuite/fmi/EnumerationTest.mos M /trunk/testsuite/fmi/Makefile A /trunk/testsuite/fmi/TanksConnectedPI.mo A /trunk/testsuite/fmi/TanksConnectedPI.mos - aded fixes and tests for fmu-export and fmu-import ------------------------------------------------------------------------ r11601 | adeas31 | 2012-03-29 15:59:16 +0200 (Thu, 29 Mar 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp - Check for simulation executable crashes. - Only send simulation flags if user specify them. ------------------------------------------------------------------------ r11600 | perost | 2012-03-29 14:09:43 +0200 (Thu, 29 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/Typing.mo - Initial support for equations in SCodeInst. ------------------------------------------------------------------------ r11599 | sjoelund.se | 2012-03-29 12:25:25 +0200 (Thu, 29 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassLoader.mo - 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 ------------------------------------------------------------------------ r11598 | hubert.thieriot | 2012-03-29 11:12:29 +0200 (Thu, 29 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/tools/Installer/Update.iss -update installer ------------------------------------------------------------------------ r11597 | sjoelund.se | 2012-03-29 08:13:11 +0200 (Thu, 29 Mar 2012) | 2 lines Changed paths: M /trunk/Parser/BaseModelica_Lexer.g M /trunk/Parser/Modelica.g - Parser now supports the BOM ------------------------------------------------------------------------ r11596 | sjoelund.se | 2012-03-29 07:37:07 +0200 (Thu, 29 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/Parser.mo M /trunk/Compiler/FrontEnd/ParserExt.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Parser/BaseModelica_Lexer.g M /trunk/Parser/ModelicaParserCommon.h M /trunk/Parser/Parser_omc.cpp M /trunk/Parser/Parser_rml.c M /trunk/Parser/parse.c - Added option to loadFile(..., encoding="ISO-8859-1"), to convert from one encoding to UTF-8 - loadModel(): Added support for package.encoding (OM extension) ------------------------------------------------------------------------ r11595 | adeas31 | 2012-03-28 22:09:09 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: D /trunk/PythonInterface/OMPython v1.0 User Manual.docx D /trunk/PythonInterface/OMPython v1.0 User Manual.pdf A /trunk/doc/OMPython A /trunk/doc/OMPython/OMPython-UserManual.doc A /trunk/doc/OMPython/OMPython-UserManual.pdf M /trunk/doc/OpenModelicaUsersGuide.doc M /trunk/doc/OpenModelicaUsersGuide.pdf - Added OMPython doocumentation to OpenModelicaUsersGuide. - Moved the OMPython docs from PythonInterface to doc/OMPython. ------------------------------------------------------------------------ r11594 | hubert.thieriot | 2012-03-28 21:14:10 +0200 (Wed, 28 Mar 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/GUI/Tabs/TabResOneSim.cpp M /trunk/OMOptim/build/OMOptim.windowsconfig.in - added missing variables in Optimization result - corrected iscan in Optimization result - corrected TabResOneSim ------------------------------------------------------------------------ r11593 | adrpo | 2012-03-28 21:04:17 +0200 (Wed, 28 Mar 2012) | 3 lines Changed paths: M /trunk/.settings/org.eclipse.core.resources.prefs M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Sensors.mos - 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/* ------------------------------------------------------------------------ r11592 | sjoelund.se | 2012-03-28 20:43:53 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/division.c - Use system isnan ------------------------------------------------------------------------ r11591 | adrpo | 2012-03-28 20:21:20 +0200 (Wed, 28 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h - do NOT define isnan in a header! it will conflict with other C headers. ------------------------------------------------------------------------ r11590 | hubert.thieriot | 2012-03-28 18:33:16 +0200 (Wed, 28 Mar 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Problems/OptimResult.cpp - updated .mat reading function - changed OPtimResult.toXmlData ------------------------------------------------------------------------ r11589 | Frenkel TUD | 2012-03-28 16:33:02 +0200 (Wed, 28 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.ElastoGap.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Friction.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Oscillator.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mat M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Sensors.mat - 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 ------------------------------------------------------------------------ r11588 | sjoelund.se | 2012-03-28 15:34:16 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/PythonInterface/Makefile.common - PythonInterface make clean ------------------------------------------------------------------------ r11587 | sjoelund.se | 2012-03-28 15:30:53 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in - Re-add tabs ------------------------------------------------------------------------ r11586 | adeas31 | 2012-03-28 15:21:53 +0200 (Wed, 28 Mar 2012) | 5 lines Changed paths: M /trunk/Makefile.common M /trunk/PythonInterface/Makefile.in M /trunk/PythonInterface/Makefile.omdev.mingw M /trunk/PythonInterface/OMPython/__init__.py M /trunk/PythonInterface/setup.py - 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. ------------------------------------------------------------------------ r11585 | hubert.thieriot | 2012-03-28 14:27:51 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Variable.cpp - improved needed files for compilation - OpenModelica compiling in tmp folder ------------------------------------------------------------------------ r11584 | sjoelund.se | 2012-03-28 14:13:57 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/setup.py - Removed invalid setup option "date" ------------------------------------------------------------------------ r11583 | sjoelund.se | 2012-03-28 14:01:56 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in M /trunk/PythonInterface/setup.py - Some changes to the way we store the idl-generated files in Python (avoid import errors when installed to site-packages) ------------------------------------------------------------------------ r11582 | sjoelund.se | 2012-03-28 13:35:08 +0200 (Wed, 28 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl - 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 ------------------------------------------------------------------------ r11581 | sjoelund.se | 2012-03-28 13:30:21 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in M /trunk/configure.in - Add flag so we can --disable-python-interface ------------------------------------------------------------------------ r11580 | adrpo | 2012-03-28 04:05:57 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/SimCodeTest.mos - expected output. ------------------------------------------------------------------------ r11579 | adrpo | 2012-03-28 03:36:04 +0200 (Wed, 28 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - fix the UTF-8 encoding. ------------------------------------------------------------------------ r11578 | adrpo | 2012-03-28 03:21:11 +0200 (Wed, 28 Mar 2012) | 24 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/doc/performance/benchmarks/tests/HumModOMCTotal.mo M /trunk/doc/performance/benchmarks/tests/_LoopsTotal.mo M /trunk/testsuite/mosfiles/nonConstantParam.mos - 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. ------------------------------------------------------------------------ r11577 | adrpo | 2012-03-28 02:30:34 +0200 (Wed, 28 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile A /trunk/testsuite/libraries/msl31/simulate/Rectifier.mat A /trunk/testsuite/libraries/msl31/simulate/RectifierOM.mo A /trunk/testsuite/libraries/msl31/simulate/RectifierOM.mos A /trunk/testsuite/libraries/msl31/simulate/ThyrGTO.mat A /trunk/testsuite/libraries/msl31/simulate/ThyrGTO.mo A /trunk/testsuite/libraries/msl31/simulate/ThyrGTO.mos - added tests for Modelica.Electrical.Analog from Massimo Ceraolo @ University of Pisa - not on by default as Rectifier goes into infinite loop (solver seems to try the same step over and over) and ThyrGTO has wrong values. ------------------------------------------------------------------------ r11576 | hubert.thieriot | 2012-03-27 19:36:43 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/tools/Installer/Update.iss - corrected installer ------------------------------------------------------------------------ r11575 | hubert.thieriot | 2012-03-27 19:32:33 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp - security in changeDirectory ------------------------------------------------------------------------ r11574 | hubert.thieriot | 2012-03-27 19:31:33 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OMC/OMCHelper.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/buildOMOptim.pro M /trunk/OMOptim/version.h - create temp path if it does not exist ------------------------------------------------------------------------ r11573 | hubert.thieriot | 2012-03-27 19:05:55 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp - small correction ------------------------------------------------------------------------ r11572 | hubert.thieriot | 2012-03-27 18:59:56 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Variable.cpp - optVariable model initialization corrected - OpenModelica compilation in work folder (to avoid space problems) : untested yet ------------------------------------------------------------------------ r11571 | hubert.thieriot | 2012-03-27 18:28:32 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAUpdaterDispObjGUI.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/VariablesManip.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h - corrected potential seg fault in optimization - Variable::clone() now is virtual ------------------------------------------------------------------------ r11570 | hubert.thieriot | 2012-03-27 17:26:47 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAUpdaterDispObjGUI.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.h M /trunk/OMOptim/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptim/OMOptimBasis/MOOptVector.h M /trunk/OMOptim/OMOptimBasis/Variables.cpp M /trunk/OMOptim/OMOptimBasis/Variables.h - corrected find functions - EA now also display generation parameters ------------------------------------------------------------------------ r11569 | hubert.thieriot | 2012-03-27 16:34:32 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/OMOptimBasis/Variables.cpp - corrected find functions - corrected WidgetModelsList ------------------------------------------------------------------------ r11568 | hubert.thieriot | 2012-03-27 14:39:17 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMOptim/tools/Installer/Update.iss - modified installer script - added pre_target_deps ------------------------------------------------------------------------ r11567 | hubert.thieriot | 2012-03-27 14:22:52 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp - models consolidation when loading project (check whether models exist or not) ------------------------------------------------------------------------ r11566 | hubert.thieriot | 2012-03-27 13:40:32 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/FileData/LoadOMOptim.cpp M /trunk/OMOptim/Core/FileData/LoadOMOptim.h M /trunk/OMOptim/Core/FileData/SaveOMOptim.cpp M /trunk/OMOptim/Core/FileData/SaveOMOptim.h M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.h M /trunk/OMOptim/OMOptimBasis/Infos/ListInfo.h - OpenModelica compiles in model folder : be careful when space in path - first functions to consolidate models path (not applied yet) ------------------------------------------------------------------------ r11565 | adeas31 | 2012-03-27 12:29:18 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: D /trunk/Compiler/scripts/PythonInterface M /trunk/OMEdit/OMEditGUI/mainwindow.h A /trunk/PythonInterface/OMPython v1.0 User Manual.docx - Moved OMPython manual. ------------------------------------------------------------------------ r11564 | AnandKGaneson | 2012-03-27 12:16:08 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo A /trunk/Compiler/scripts/PythonInterface A /trunk/Compiler/scripts/PythonInterface/OMPython v1.0 User Manual.docx Added the OMPython User Manual, Word document. ------------------------------------------------------------------------ r11563 | adeas31 | 2012-03-27 12:12:02 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/doc/OpenModelicaSystem.pdf M /trunk/doc/OpenModelicaUsersGuide.pdf - PDF versions of OM users guide and system documentation. ------------------------------------------------------------------------ r11562 | hubert.thieriot | 2012-03-27 12:00:28 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: A /trunk/OMOptim/buildOMOptim.pro - added a .pro file to build OMOptimBasis, OMOptimLib and OMOptim in one step ------------------------------------------------------------------------ r11561 | adeas31 | 2012-03-27 11:36:59 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.cpp - Fixed compilation for MAC. - Added version numbers for settings. ------------------------------------------------------------------------ r11560 | hubert.thieriot | 2012-03-27 11:35:12 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp A /trunk/OMOptim/revision.h - major bug correction : controler was not anymore set in Optimization simulations - corrected risk of bug when looking for filepath of an unfoundable model ------------------------------------------------------------------------ r11559 | sjoelund.se | 2012-03-27 08:22:58 +0200 (Tue, 27 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in - Install both python 2.6 and 2.7 versions if available ------------------------------------------------------------------------ r11558 | petfr | 2012-03-27 03:55:23 +0200 (Tue, 27 Mar 2012) | 3 lines Changed paths: M /trunk/doc/OpenModelicaSystem.doc M /trunk/doc/OpenModelicaUsersGuide.doc Updated dates, authors, version no, release text at the end, contributors. Still missing: description of new initialization options to simulate and a short description of the OMPython API with reference to the OMPython users guide. ------------------------------------------------------------------------ r11557 | adeas31 | 2012-03-27 00:52:28 +0200 (Tue, 27 Mar 2012) | 1 line Changed paths: M /trunk/Makefile.common M /trunk/OMEdit/OMEditGUI/Component.cpp M /trunk/OMEdit/OMEditGUI/Helper.cpp M /trunk/OMEdit/OMEditGUI/Helper.h M /trunk/OMEdit/OMEditGUI/LibraryWidget.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.h M /trunk/OMEdit/OMEditGUI/OptionsWidget.cpp M /trunk/OMEdit/OMEditGUI/OptionsWidget.h M /trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.cpp M /trunk/OMEdit/OMEditGUI/SimulationWidget.h M /trunk/OMEdit/OMEditGUI/main.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.cpp M /trunk/OMEdit/OMEditGUI/mainwindow.h - Support for simulation flags. ------------------------------------------------------------------------ r11556 | adeas31 | 2012-03-26 20:09:19 +0200 (Mon, 26 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/fmi/import/Makefile.omdev.mingw - Fixed FMI import compilation on windows. ------------------------------------------------------------------------ r11555 | sjoelund.se | 2012-03-26 19:31:22 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/expandable/BusOMCTotal2.mo M /trunk/testsuite/expandable/ElectrolytesT2Total.mo - UTF-8 fixes ------------------------------------------------------------------------ r11554 | sjoelund.se | 2012-03-26 19:11:24 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Succeed on success ------------------------------------------------------------------------ r11553 | sjoelund.se | 2012-03-26 18:53:13 +0200 (Mon, 26 Mar 2012) | 3 lines Changed paths: M /trunk/testsuite/expandable/ElectrolytesT2Total.mo M /trunk/testsuite/mofiles/InvertedPendulumTotal.mo M /trunk/testsuite/mofiles/PEXPipeTotal.mo M /trunk/testsuite/mofiles/msl/Gear.mo M /trunk/testsuite/mosfiles/Bug1687.mo M /trunk/testsuite/mosfiles/nonConstantParam.mo M /trunk/testsuite/mosfiles-nosim/AIMC_DOLTotal.mo M /trunk/testsuite/mosfiles-nosim/EnzMMTotal.mo M /trunk/testsuite/mosfiles-nosim/TransformerYYTotal.mo M /trunk/testsuite/mosfiles-nosim/iconv.mos M /trunk/testsuite/streams/StreamConcept_NoMedium_Total.mo - UTF-8 versions of some tests - Disable iconv.mos ------------------------------------------------------------------------ r11552 | perost | 2012-03-26 18:41:11 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/modelicaML/BouncingBallExample/Ball.mo M /trunk/testsuite/modelicaML/ModelicaMLModel/Design/SystemModel1.mo M /trunk/testsuite/modelicaML/TrafficLight/TrafficLight.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/BaseController.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/AreaCalculation.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/VolumeCalculation.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/limitValue.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/LiquidSource.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/PIcontinuousController.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/Tank.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ActSignal.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/LiquidFlow.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ReadSignal.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/TanksConnectedPI.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/Max_level_of_liquid_in_a_tank.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/Volume_of_the_tank1.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Simulations/TankSystemSimulation.mo M /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/Low_battery_indication.mo M /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/Reset_of_alarm_signal.mo M /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/package.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/EWatchDog.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces/ISensor.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces/package.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Sensor.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/package.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/package.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_1.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_2.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/package.mo - Removed more tabs to get Hudson to shut up. ------------------------------------------------------------------------ r11551 | adeas31 | 2012-03-26 17:03:20 +0200 (Mon, 26 Mar 2012) | 1 line Changed paths: M /trunk/doc/OpenModelicaSystem.doc M /trunk/doc/OpenModelicaSystem.pdf - System documentation updates by Kristian Stavåker. ------------------------------------------------------------------------ r11550 | sjoelund.se | 2012-03-26 16:39:46 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in - Symlink 2.6 and 2.7 Python files ------------------------------------------------------------------------ r11549 | sjoelund.se | 2012-03-26 15:53:54 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/fmi/import/Makefile.in A /trunk/SimulationRuntime/fmi/import/fmuModelica.in (from /trunk/SimulationRuntime/fmi/import/fmuModelica.tmp:11548) D /trunk/SimulationRuntime/fmi/import/fmuModelica.tmp A /trunk/SimulationRuntime/fmi/import/fmuModelica.unix.in (from /trunk/SimulationRuntime/fmi/import/fmuModelica.unix.tmp:11548) D /trunk/SimulationRuntime/fmi/import/fmuModelica.unix.tmp M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/SimulationRuntime/fmi/import/moGenerator.h - Use suffix .in for in-files ------------------------------------------------------------------------ r11548 | sjoelund.se | 2012-03-26 15:42:34 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/testsuite/3rdParty/HumMod/HumModOMCTotal.mo M /trunk/testsuite/3rdParty/siemens/SiemensPowerOMCtest/Components/Valves/Valve.mo M /trunk/testsuite/libraries/biochem/ContainerTotal.mo M /trunk/testsuite/libraries/biochem/CytosolTotal.mo M /trunk/testsuite/libraries/biochem/extra_cellularTotal.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine1Total.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/Engine2Total.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar1Total.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/FourBar2Total.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/PendulumTotal.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/TwoLoopTotal.mo M /trunk/testsuite/libraries/msl221/modelicaAdditions/robotTotal.mo M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinderTotal.mo M /trunk/testsuite/libraries/multibody/elementary/_ElementaryTotal.mo M /trunk/testsuite/modelicaML/BouncingBallExample/Ball.mo M /trunk/testsuite/modelicaML/ModelicaMLModel/Design/SystemModel1.mo M /trunk/testsuite/modelicaML/TrafficLight/TrafficLight.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/BaseController.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/AreaCalculation.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Library/CalculationModels/VolumeCalculation.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/LiquidSource.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/PIcontinuousController.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Components/Tank.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ActSignal.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/LiquidFlow.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/Interfaces/ReadSignal.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Design/Two_Tanks_System/TanksConnectedPI.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/Max_level_of_liquid_in_a_tank.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Requirements/Volume_of_the_tank1.mo M /trunk/testsuite/modelicaML/TwoTanksSystemExample/Simulations/TankSystemSimulation.mo M /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/Low_battery_indication.mo M /trunk/testsuite/modelicaML/WatchDogSystem/Requirements/Reset_of_alarm_signal.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/EWatchDog.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Interfaces/ISensor.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemDesign/AlarmSystem_Components/Sensor.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_1.mo M /trunk/testsuite/modelicaML/WatchDogSystem/SystemSimulations/WatchDogSystemSimulation_2.mo - Conversion to UTF-8 ------------------------------------------------------------------------ r11547 | hubert.thieriot | 2012-03-26 14:58:34 +0200 (Mon, 26 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp - problem renamed when needed ------------------------------------------------------------------------ r11545 | sjoelund.se | 2012-03-26 14:45:53 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/version.h - Remove tabs ------------------------------------------------------------------------ r11544 | sjoelund.se | 2012-03-26 14:45:34 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/version.h.tmpl - Die with fire ------------------------------------------------------------------------ r11542 | sjoelund.se | 2012-03-26 14:35:30 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl221/DifferentialAmplifierTotal.mo M /trunk/testsuite/libraries/msl221/EnforcedMovement.mos M /trunk/testsuite/libraries/msl221/EnforcedMovementTotal.mo M /trunk/testsuite/libraries/msl221/ExtractorTestTotal.mo M /trunk/testsuite/libraries/msl221/MotionCycleWithLoad.mos M /trunk/testsuite/libraries/msl221/MotionCycleWithLoadTotal.mo M /trunk/testsuite/libraries/msl221/OneWayRectifierBGTotal.mo M /trunk/testsuite/libraries/msl221/OneWayRectifierTotal.mo M /trunk/testsuite/libraries/msl221/PullinStroke.mos M /trunk/testsuite/libraries/msl221/PullinStrokeTotal.mo M /trunk/testsuite/libraries/msl221/TestNandTotal.mo - Updated MSL 2.2.1 tests to UTF-8 ------------------------------------------------------------------------ r11541 | hubert.thieriot | 2012-03-26 14:34:08 +0200 (Mon, 26 Mar 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/OMOptimBasis/MOThreads.cpp M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMOptim/tools/Installer/Update.iss M /trunk/OMOptim/version.h - corrected bugs when several models in optimization - adde pre_target_deps for omoptim - catch problem exception ------------------------------------------------------------------------ r11540 | sjoelund.se | 2012-03-26 14:27:15 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Updated expected ------------------------------------------------------------------------ r11539 | sjoelund.se | 2012-03-26 13:24:16 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/runtime/systemimpl.h M /trunk/Parser/BaseModelica_Lexer.g M /trunk/Parser/Makefile.common M /trunk/Parser/ModelicaParserCommon.h M /trunk/Parser/parse.c - Verify that string literals are encoded in UTF-8 ------------------------------------------------------------------------ r11538 | perost | 2012-03-26 12:56:24 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeFMU.tpl M /trunk/Compiler/susan_codegen/SusanDump.tpl M /trunk/Compiler/susan_codegen/paper.tpl M /trunk/Compiler/susan_codegen/test.tpl M /trunk/Makefile.common M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/DataExchange/Interfaces/IHistory.h M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/ArrayOperations.h M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Constants.h M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Functions.h M /trunk/SimulationRuntime/cpp/Source/Math/Interfaces/IBlas.h M /trunk/SimulationRuntime/cpp/Source/Math/Interfaces/ILapack.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.cpp M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/GlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/IGlobalSettings.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Interfaces/ISettingsFactory.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.cpp M /trunk/SimulationRuntime/cpp/Source/SimManager/Configuration.h M /trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVodeSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Interfaces/ICVodeSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/IEulerSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/IdasSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Interfaces/IIdasSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/Initialization.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/Initialization.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/IAlgLoopSolver.h M /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/IDAESolver.h M /trunk/SimulationRuntime/cpp/Source/Solver/Interfaces/ISolverSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoop.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolver.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IAlgLoopSolverFactory.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IContinous.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IDAESystem.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IDataExchange.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/ISystemInitialization.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/ISystemProperties.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.cpp M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.cpp M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Interfaces/IKinsolSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/HistoryImpl.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Policies/TextfileWriter.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.cpp M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/Newton.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.cpp M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Interfaces/INewtonSettings.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/import/fmuWrapper.c M /trunk/SimulationRuntime/fmi/import/fmuWrapper.h M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/SimulationRuntime/fmi/import/moGenerator.h M /trunk/SimulationRuntime/fmi/import/stack.c M /trunk/SimulationRuntime/fmi/import/xmlparser.c M /trunk/SimulationRuntime/fmi/import/xmlparser.h M /trunk/SimulationRuntime/interactive/omi_Calculation.cpp M /trunk/SimulationRuntime/interactive/omi_Control.cpp M /trunk/SimulationRuntime/interactive/omi_ResultManager.cpp M /trunk/SimulationRuntime/interactive/omi_Transfer.cpp M /trunk/SimulationRuntime/qss/solver_qss.cpp M /trunk/libraries/Modelica 2.2.1/C-Sources/win32_dirent.h M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/package.mo M /trunk/libraries/Modelica 3.2/Math/Nonlinear.mo M /trunk/libraries/Modelica 3.2/package.mo M /trunk/libraries/ModelicaServices 1.0/package.mo M /trunk/libraries/SimpleFluid/Examples.mo M /trunk/libraries/SimpleFluid/Types.mo M /trunk/testsuite/libraries/msl221/HeatingMOSInverter.mos M /trunk/testsuite/libraries/msl221/HeatingRectifier.mos M /trunk/testsuite/libraries/msl221/IndirectCooling.mos M /trunk/testsuite/libraries/msl221/Motor.mos M /trunk/testsuite/libraries/msl221/OneMass.mos M /trunk/testsuite/libraries/msl221/ParallelCooling.mos M /trunk/testsuite/libraries/msl221/ParallelPumpDropOut.mos M /trunk/testsuite/libraries/msl221/PumpAndValve.mos M /trunk/testsuite/libraries/msl221/PumpDropOut.mos M /trunk/testsuite/libraries/msl221/SimpleCooling.mos M /trunk/testsuite/libraries/msl221/TwoMass.mos M /trunk/testsuite/libraries/msl221/TwoMasses.mos M /trunk/testsuite/parser/ParseFullModelica1.6.mos M /trunk/testsuite/parser/ParseFullModelica2.2.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Got rid of tabs. ------------------------------------------------------------------------ r11537 | sjoelund.se | 2012-03-26 11:49:15 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/libraries/BioChem 1.0/Examples/package.mo M /trunk/libraries/BioChem 1.0/Reactions/MassAction/Irreversible/package.mo M /trunk/libraries/BioChem 1.0/package.mo A /trunk/libraries/BioChem 1.0.txt M /trunk/libraries/Modelica 1.6/SIunits.mo M /trunk/libraries/Modelica 1.6/Thermal/HeatTransfer.mo M /trunk/libraries/Modelica 1.6.txt M /trunk/libraries/Modelica 2.2.1/Blocks/Math.mo M /trunk/libraries/Modelica 2.2.1/Blocks/package.mo M /trunk/libraries/Modelica 2.2.1/Electrical/Digital.mo M /trunk/libraries/Modelica 2.2.1/SIunits.mo M /trunk/libraries/Modelica 2.2.1/Thermal/FluidHeatFlow.mo M /trunk/libraries/Modelica 2.2.1/Thermal/HeatTransfer.mo M /trunk/libraries/Modelica 2.2.1/package.mo A /trunk/libraries/Modelica 2.2.1.txt M /trunk/libraries/Modelica 3.2/Fluid/Dissipation.mo M /trunk/libraries/ModelicaTest 1.1/FluidDissipation.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/Controller/Examples/DoublePendulum.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/Internal/from_Hz.mo M /trunk/libraries/Modelica_LinearSystems2 2.0/Internal/to_Hz.mo M /trunk/libraries/README - Converted the older libraries to UTF-8 ------------------------------------------------------------------------ r11536 | sjoelund.se | 2012-03-26 11:40:31 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/susan_codegen/test.tpl M /trunk/Makefile.in M /trunk/SimulationRuntime/interactive/omi_Control.cpp M /trunk/SimulationRuntime/interactive/omi_ResultManager.cpp M /trunk/SimulationRuntime/interactive/omi_Transfer.cpp - Fixed the encoding of the remaining files (added .tpl, fixed some illegal chars in interactive) ------------------------------------------------------------------------ r11535 | sjoelund.se | 2012-03-26 11:31:33 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/ModelicaExternalC/tables.cpp M /trunk/SimulationRuntime/cpp/Source/ModelicaExternalC/tables.h M /trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/SimManager/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/EulerSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Interfaces/IEulerSettings.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.h M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/stdafx.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/stdafx.cpp M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IContinous.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolCall.cpp M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.cpp M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Implementation/KinsolSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Kinsol/Interfaces/IKinsolSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.cpp M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/NewtonSettings.h M /trunk/SimulationRuntime/cpp/Source/System/Newton/Implementation/stdafx.cpp M /trunk/SimulationRuntime/cpp/Source/System/Newton/Interfaces/INewtonSettings.h M /trunk/SimulationRuntime/fmi/export/fmiModelFunctions.h M /trunk/SimulationRuntime/fmi/export/fmiModelTypes.h M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.h M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/SimulationRuntime/fmi/import/moGenerator.h M /trunk/SimulationRuntime/interactive/omi_Calculation.cpp M /trunk/SimulationRuntime/interactive/omi_ServiceInterface.cpp M /trunk/SimulationRuntime/qss/solver_qss.cpp M /trunk/SimulationRuntime/qss/solver_qss.h - Fix encoding in CPP and interactive ------------------------------------------------------------------------ r11534 | sjoelund.se | 2012-03-26 11:29:50 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaUtilities.c M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.h M /trunk/SimulationRuntime/c/inline.h M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/linearization/linearize.h M /trunk/SimulationRuntime/c/math-support/delay.h M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/math-support/initialization.h M /trunk/SimulationRuntime/c/math-support/matrix.h M /trunk/SimulationRuntime/c/math-support/model_help.c M /trunk/SimulationRuntime/c/meta/gc/common.c M /trunk/SimulationRuntime/c/meta/gc/common.h M /trunk/SimulationRuntime/c/meta/gc/gc.c M /trunk/SimulationRuntime/c/meta/gc/gc.h M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/gc/generational.h M /trunk/SimulationRuntime/c/meta/gc/marksweep.c M /trunk/SimulationRuntime/c/meta/gc/marksweep.h M /trunk/SimulationRuntime/c/meta/gc/roots.c M /trunk/SimulationRuntime/c/meta/gc/roots.h M /trunk/SimulationRuntime/c/meta/meta_modelica.c M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.h M /trunk/SimulationRuntime/c/meta/meta_modelica_catch.c M /trunk/SimulationRuntime/c/meta/meta_modelica_real.c M /trunk/SimulationRuntime/c/meta/meta_modelica_real.h M /trunk/SimulationRuntime/c/meta/realString.c M /trunk/SimulationRuntime/c/meta/rml_compatibility.h M /trunk/SimulationRuntime/c/omc_msvc.h M /trunk/SimulationRuntime/c/openmodelica.h M /trunk/SimulationRuntime/c/openmodelica_func.h M /trunk/SimulationRuntime/c/simulation/options.cpp M /trunk/SimulationRuntime/c/simulation/options.h M /trunk/SimulationRuntime/c/simulation/results/read_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/read_csv.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.h M /trunk/SimulationRuntime/c/simulation/results/simulation_result_empty.h M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.h M /trunk/SimulationRuntime/c/simulation/solver/dopri45.c M /trunk/SimulationRuntime/c/simulation/solver/dopri45.h M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/events.h M /trunk/SimulationRuntime/c/simulation/solver/simulation_inline_solver.h M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.h M /trunk/SimulationRuntime/c/util/base_array.c M /trunk/SimulationRuntime/c/util/base_array.h M /trunk/SimulationRuntime/c/util/boolean_array.c M /trunk/SimulationRuntime/c/util/boolean_array.h M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h M /trunk/SimulationRuntime/c/util/index_spec.c M /trunk/SimulationRuntime/c/util/index_spec.h M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/integer_array.h M /trunk/SimulationRuntime/c/util/java_interface.c M /trunk/SimulationRuntime/c/util/java_interface.h M /trunk/SimulationRuntime/c/util/list.c M /trunk/SimulationRuntime/c/util/list.h M /trunk/SimulationRuntime/c/util/memory_pool.c M /trunk/SimulationRuntime/c/util/memory_pool.h M /trunk/SimulationRuntime/c/util/modelica.h M /trunk/SimulationRuntime/c/util/modelica_string.c M /trunk/SimulationRuntime/c/util/modelica_string.h M /trunk/SimulationRuntime/c/util/omc_error.c M /trunk/SimulationRuntime/c/util/omc_error.h M /trunk/SimulationRuntime/c/util/read_write.c M /trunk/SimulationRuntime/c/util/read_write.h M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h M /trunk/SimulationRuntime/c/util/ringbuffer.c M /trunk/SimulationRuntime/c/util/string_array.c M /trunk/SimulationRuntime/c/util/string_array.h M /trunk/SimulationRuntime/c/util/utility.c M /trunk/SimulationRuntime/c/util/utility.h M /trunk/SimulationRuntime/c/util/varinfo.h - Fix C-runtime encoding (UTF-8) ------------------------------------------------------------------------ r11533 | sjoelund.se | 2012-03-26 11:24:30 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.h M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2Parameters.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Parameters.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptParameters.h M /trunk/OMShell/OMShellGUI/commandcompletion.cpp M /trunk/OMShell/OMShellGUI/commandcompletion.h M /trunk/OMShell/OMShellGUI/commandunit.h M /trunk/OMShell/OMShellGUI/inputcelldelegate.h M /trunk/OMShell/OMShellGUI/main.cpp M /trunk/OMShell/OMShellGUI/omc_communicator.cpp M /trunk/OMShell/OMShellGUI/omc_communicator.h M /trunk/OMShell/OMShellGUI/omcinteractiveenvironment.cpp M /trunk/OMShell/OMShellGUI/omcinteractiveenvironment.h M /trunk/OMShell/OMShellGUI/oms.cpp M /trunk/OMShell/OMShellGUI/oms.h M /trunk/OMShell/OMShellGUI/otherdlg.h - Converted OMOptim/OMShell to UTF-8 ------------------------------------------------------------------------ r11532 | sjoelund.se | 2012-03-26 11:22:45 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/application.h M /trunk/OMNotebook/OMNotebookGUI/cell.cpp M /trunk/OMNotebook/OMNotebookGUI/cell.h M /trunk/OMNotebook/OMNotebookGUI/cellapplication.cpp M /trunk/OMNotebook/OMNotebookGUI/cellapplication.h M /trunk/OMNotebook/OMNotebookGUI/cellcommandcenter.cpp M /trunk/OMNotebook/OMNotebookGUI/cellcommandcenter.h M /trunk/OMNotebook/OMNotebookGUI/cellcommands.cpp M /trunk/OMNotebook/OMNotebookGUI/cellcommands.h M /trunk/OMNotebook/OMNotebookGUI/cellcursor.cpp M /trunk/OMNotebook/OMNotebookGUI/cellcursor.h M /trunk/OMNotebook/OMNotebookGUI/celldocument.cpp M /trunk/OMNotebook/OMNotebookGUI/celldocument.h M /trunk/OMNotebook/OMNotebookGUI/celldocumentview.h M /trunk/OMNotebook/OMNotebookGUI/cellfactory.cpp M /trunk/OMNotebook/OMNotebookGUI/cellfactory.h M /trunk/OMNotebook/OMNotebookGUI/cellgroup.cpp M /trunk/OMNotebook/OMNotebookGUI/cellgroup.h M /trunk/OMNotebook/OMNotebookGUI/cellparserfactory.cpp M /trunk/OMNotebook/OMNotebookGUI/cellstyle.h M /trunk/OMNotebook/OMNotebookGUI/chaptercountervisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/chaptercountervisitor.h M /trunk/OMNotebook/OMNotebookGUI/command.h M /trunk/OMNotebook/OMNotebookGUI/commandcenter.h M /trunk/OMNotebook/OMNotebookGUI/commandcompletion.cpp M /trunk/OMNotebook/OMNotebookGUI/commandcompletion.h M /trunk/OMNotebook/OMNotebookGUI/commandunit.h M /trunk/OMNotebook/OMNotebookGUI/copytest.cpp M /trunk/OMNotebook/OMNotebookGUI/cursorcommands.h M /trunk/OMNotebook/OMNotebookGUI/cursorposvisitor.h M /trunk/OMNotebook/OMNotebookGUI/document.h M /trunk/OMNotebook/OMNotebookGUI/documentview.h M /trunk/OMNotebook/OMNotebookGUI/evalthread.cpp M /trunk/OMNotebook/OMNotebookGUI/evalthread.h M /trunk/OMNotebook/OMNotebookGUI/factory.h M /trunk/OMNotebook/OMNotebookGUI/graphcell.cpp M /trunk/OMNotebook/OMNotebookGUI/graphcell.h M /trunk/OMNotebook/OMNotebookGUI/graphcelldelegate.h M /trunk/OMNotebook/OMNotebookGUI/highlighterthread.cpp M /trunk/OMNotebook/OMNotebookGUI/highlighterthread.h M /trunk/OMNotebook/OMNotebookGUI/imagesizedlg.h M /trunk/OMNotebook/OMNotebookGUI/indent.cpp M /trunk/OMNotebook/OMNotebookGUI/indent.h M /trunk/OMNotebook/OMNotebookGUI/inputcell.cpp M /trunk/OMNotebook/OMNotebookGUI/inputcell.h M /trunk/OMNotebook/OMNotebookGUI/inputcelldelegate.h M /trunk/OMNotebook/OMNotebookGUI/nbparser.h M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp M /trunk/OMNotebook/OMNotebookGUI/notebook.h M /trunk/OMNotebook/OMNotebookGUI/notebookcommands.h M /trunk/OMNotebook/OMNotebookGUI/omc_communicator.cpp M /trunk/OMNotebook/OMNotebookGUI/omc_communicator.h M /trunk/OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp M /trunk/OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h M /trunk/OMNotebook/OMNotebookGUI/openmodelicahighlighter.cpp M /trunk/OMNotebook/OMNotebookGUI/openmodelicahighlighter.h M /trunk/OMNotebook/OMNotebookGUI/otherdlg.h M /trunk/OMNotebook/OMNotebookGUI/parserfactory.h M /trunk/OMNotebook/OMNotebookGUI/printervisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/printervisitor.h M /trunk/OMNotebook/OMNotebookGUI/puretextvisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/puretextvisitor.h M /trunk/OMNotebook/OMNotebookGUI/qcombobox_search.cpp M /trunk/OMNotebook/OMNotebookGUI/qcombobox_search.h M /trunk/OMNotebook/OMNotebookGUI/qtapp.cpp M /trunk/OMNotebook/OMNotebookGUI/removehighlightervisitor.h M /trunk/OMNotebook/OMNotebookGUI/replaceallvisitor.h M /trunk/OMNotebook/OMNotebookGUI/resource1.h M /trunk/OMNotebook/OMNotebookGUI/rule.h M /trunk/OMNotebook/OMNotebookGUI/searchform.cpp M /trunk/OMNotebook/OMNotebookGUI/searchform.h M /trunk/OMNotebook/OMNotebookGUI/serializingvisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/serializingvisitor.h M /trunk/OMNotebook/OMNotebookGUI/stripstring.h M /trunk/OMNotebook/OMNotebookGUI/stylesheet.cpp M /trunk/OMNotebook/OMNotebookGUI/stylesheet.h M /trunk/OMNotebook/OMNotebookGUI/syntaxhighlighter.h M /trunk/OMNotebook/OMNotebookGUI/textcell.cpp M /trunk/OMNotebook/OMNotebookGUI/textcell.h M /trunk/OMNotebook/OMNotebookGUI/textcursorcommands.cpp M /trunk/OMNotebook/OMNotebookGUI/textcursorcommands.h M /trunk/OMNotebook/OMNotebookGUI/treeview.cpp M /trunk/OMNotebook/OMNotebookGUI/treeview.h M /trunk/OMNotebook/OMNotebookGUI/updategroupcellvisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/updategroupcellvisitor.h M /trunk/OMNotebook/OMNotebookGUI/updatelinkvisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/updatelinkvisitor.h M /trunk/OMNotebook/OMNotebookGUI/visitor.h M /trunk/OMNotebook/OMNotebookGUI/xmlnodename.h M /trunk/OMNotebook/OMNotebookGUI/xmlparser.cpp M /trunk/OMNotebook/OMNotebookGUI/xmlparser.h - Converted OMNotebook to UTF-8 ------------------------------------------------------------------------ r11531 | sjoelund.se | 2012-03-26 11:17:16 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEEXT.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendQSS.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/DAEQuery.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/ExpressionSolve.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/BackEnd/TaskGraphExt.mo M /trunk/Compiler/BackEnd/XMLDump.mo M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/AbsynDep.mo M /trunk/Compiler/FrontEnd/Algorithm.mo M /trunk/Compiler/FrontEnd/Builtin.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/CevalFunction.mo M /trunk/Compiler/FrontEnd/ClassInf.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/Connect.mo M /trunk/Compiler/FrontEnd/ConnectUtil.mo M /trunk/Compiler/FrontEnd/ConnectionGraph.mo M /trunk/Compiler/FrontEnd/Constants.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/DumpGraphviz.mo M /trunk/Compiler/FrontEnd/Edge.mo M /trunk/Compiler/FrontEnd/Element.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/ExpandableConnectors.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Graphviz.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/InnerOuter.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstInfo.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/Instance.mo M /trunk/Compiler/FrontEnd/InstanceHierarchy.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MMath.mo M /trunk/Compiler/FrontEnd/MetaModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/Mod.mo M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/FrontEnd/Node.mo M /trunk/Compiler/FrontEnd/Parser.mo M /trunk/Compiler/FrontEnd/ParserExt.mo M /trunk/Compiler/FrontEnd/Patternm.mo M /trunk/Compiler/FrontEnd/Prefix.mo M /trunk/Compiler/FrontEnd/PrefixUtil.mo M /trunk/Compiler/FrontEnd/Reference.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlat.mo M /trunk/Compiler/FrontEnd/SCodeFlatDump.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeFlattenExtends.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeGraph.mo M /trunk/Compiler/FrontEnd/SCodeHashTable.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/FrontEnd/SCodeSimplify.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/FrontEnd/UnitChecker.mo M /trunk/Compiler/FrontEnd/Values.mo M /trunk/Compiler/FrontEnd/ValuesUtil.mo M /trunk/Compiler/FrontEnd/Visited.mo M /trunk/Compiler/Global/Global.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Script/Refactor.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/TplMain.mo M /trunk/Compiler/Template/TplParser.mo M /trunk/Compiler/Util/BaseHashTable.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Corba.mo M /trunk/Compiler/Util/Database.mo M /trunk/Compiler/Util/Debug.mo M /trunk/Compiler/Util/DynLoad.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/ErrorExt.mo M /trunk/Compiler/Util/Graph.mo M /trunk/Compiler/Util/HashTableTypeToExpType.mo M /trunk/Compiler/Util/IOStream.mo M /trunk/Compiler/Util/IOStreamExt.mo M /trunk/Compiler/Util/Lapack.mo M /trunk/Compiler/Util/Name.mo M /trunk/Compiler/Util/NamePool.mo M /trunk/Compiler/Util/Pool.mo M /trunk/Compiler/Util/Print.mo M /trunk/Compiler/Util/Relation.mo M /trunk/Compiler/Util/Scope.mo M /trunk/Compiler/Util/Settings.mo M /trunk/Compiler/Util/SimulationResults.mo M /trunk/Compiler/Util/Socket.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/Util/Util.mo M /trunk/Compiler/Util/VarTransform.mo M /trunk/Compiler/modpar/solvers.cpp M /trunk/Compiler/runtime/BackendDAEEXT.cpp M /trunk/Compiler/runtime/BackendDAEEXT_omc.cpp M /trunk/Compiler/runtime/BackendDAEEXT_rml.cpp M /trunk/Compiler/runtime/Corba_omc.cpp M /trunk/Compiler/runtime/Corba_rml.cpp M /trunk/Compiler/runtime/Database.c M /trunk/Compiler/runtime/Dynload.cpp M /trunk/Compiler/runtime/Dynload_omc.cpp M /trunk/Compiler/runtime/Dynload_rml.cpp M /trunk/Compiler/runtime/ErrorMessage.cpp M /trunk/Compiler/runtime/Error_omc.cpp M /trunk/Compiler/runtime/Error_rml.cpp M /trunk/Compiler/runtime/IOStreamExt.c M /trunk/Compiler/runtime/IOStreamExt_omc.cpp M /trunk/Compiler/runtime/IOStreamExt_rml.c M /trunk/Compiler/runtime/Lapack_omc.cpp M /trunk/Compiler/runtime/Lapack_rml.c M /trunk/Compiler/runtime/Print_omc.cpp M /trunk/Compiler/runtime/Print_rml.c M /trunk/Compiler/runtime/Settings_omc.cpp M /trunk/Compiler/runtime/Settings_rml.c M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/Compiler/runtime/SimulationResults_omc.cpp M /trunk/Compiler/runtime/SimulationResults_rml.c M /trunk/Compiler/runtime/Socket_omc.cpp M /trunk/Compiler/runtime/Socket_rml.c M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/config.h M /trunk/Compiler/runtime/corbaimpl.cpp M /trunk/Compiler/runtime/dynload_stub.c M /trunk/Compiler/runtime/error_reporting.h M /trunk/Compiler/runtime/errorext.cpp M /trunk/Compiler/runtime/errorext.h M /trunk/Compiler/runtime/lapackimpl.c M /trunk/Compiler/runtime/printimpl.c M /trunk/Compiler/runtime/ptolemyio.cpp M /trunk/Compiler/runtime/ptolemyio_omc.cpp M /trunk/Compiler/runtime/ptolemyio_rml.cpp M /trunk/Compiler/runtime/settingsimpl.c M /trunk/Compiler/runtime/settingsimpl.h M /trunk/Compiler/runtime/socketimpl.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/runtime/systemimpl.h M /trunk/Compiler/runtime/unitparser.cpp M /trunk/Compiler/runtime/unitparser.h M /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/TestRedCellsTotal.mo M /trunk/Compiler/susan_codegen/test.mo M /trunk/Compiler/susan_codegen/test__testShouldBe.mo M /trunk/Makefile.in M /trunk/mosh/src/mosh.cpp M /trunk/mosh/src/options.cpp M /trunk/mosh/src/options.h - Converted some files to UTF-8 ------------------------------------------------------------------------ r11530 | sjoelund.se | 2012-03-26 09:57:50 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Added make target utf8-error ------------------------------------------------------------------------ r11529 | wbraun | 2012-03-26 09:48:20 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/SimulationRuntime/c/Makefile.common - fixed Makefile for FMI ------------------------------------------------------------------------ r11528 | perost | 2012-03-26 09:44:03 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Changed Ö back to UTF-8 in this file too. ------------------------------------------------------------------------ r11527 | perost | 2012-03-26 09:42:20 +0200 (Mon, 26 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Changed back Ö to UTF-8. ------------------------------------------------------------------------ r11526 | wbraun | 2012-03-26 09:27:54 +0200 (Mon, 26 Mar 2012) | 5 lines Changed paths: M /trunk/Compiler/Template/CodegenAdevs.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl D /trunk/FMI M /trunk/Makefile.common M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.c M /trunk/SimulationRuntime/fmi/export/fmu_model_interface.h M /trunk/SimulationRuntime/fmi/import/Makefile.in A /trunk/SimulationRuntime/fmi/import/fmuModelica.unix.tmp (from /trunk/FMI/import/source/fmuModelica.unix.tmp:11465) M /trunk/SimulationRuntime/fmi/import/fmuWrapper.c M /trunk/SimulationRuntime/fmi/import/moGenerator.c M /trunk/SimulationRuntime/fmi/import/moGenerator.h M /trunk/SimulationRuntime/fmi/import/xmlparser.c M /trunk/configure.in M /trunk/testsuite/fmi/BouncingBall.mos M /trunk/testsuite/fmi/HelloFMIWorld.mos M /trunk/testsuite/fmi/Makefile - fixed FMU-Export - fixed FMI-Import - moved FMI-Import to SimulationRuntime ------------------------------------------------------------------------ r11525 | adrpo | 2012-03-25 07:48:56 +0200 (Sun, 25 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/ThermoSysPro/Makefile - forgot one. ------------------------------------------------------------------------ r11524 | adrpo | 2012-03-25 07:32:34 +0200 (Sun, 25 Mar 2012) | 5 lines Changed paths: A /trunk/testsuite/3rdParty/ThermoSysPro A /trunk/testsuite/3rdParty/ThermoSysPro/Makefile A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFan.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesJunctions.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestFlueGasesVolumes1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestInvSingularPressureLoss.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions3.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions5.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestLumpedStraightPipe.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating0.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSingularPressureLoss.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCondenser.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticDrum2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamDryer2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSwitchValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestTank.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes1.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mat A /trunk/testsuite/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos - added testsuite/3rdParty/ThermoSysPro reference results and scripts (from Daniel BOUSKELA @ EDF and Audrey JARDIN @ EDF) - 15 models from 63 generate correct results with OMC the others fail or generate wrong results. - not enabled yet as part of the testsuite because we need to figure out how to handle the not-yet-open-source ThermoSysPro library. ------------------------------------------------------------------------ r11523 | adrpo | 2012-03-25 01:36:47 +0100 (Sun, 25 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/partest/runtests.pl - add link to simulation directory when running testsuite/3rdParty/PlanarMechanics. - corrected Ö ------------------------------------------------------------------------ r11522 | adrpo | 2012-03-25 01:16:41 +0100 (Sun, 25 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - report an user understandable error message when trying to instantiate or check an model that does not exists. ------------------------------------------------------------------------ r11521 | adrpo | 2012-03-25 01:14:25 +0100 (Sun, 25 Mar 2012) | 4 lines Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.ControlledCraneCrab.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CounterSpin.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.CraneCrab.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.KinematicLoop_DynamicStateSelection.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.Pendulum.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.PistonEngine_DynamicStateSelection.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SimpleCarWithDifferentialGear.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.SingleTrackWithEngine.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestSlipBasedWheel.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.WheelBasedCranCrab.mos A /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.mo (from /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsV4.mo:11520) D /trunk/testsuite/3rdParty/PlanarMechanics/PlanarMechanicsV4.mo A /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsForTesting.mos (from /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsV4.mos:11520) D /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsV4.mos A /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsForTesting.mos (from /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsV4.mos:11520) D /trunk/testsuite/3rdParty/PlanarMechanics/instantiatePlanarMechanicsV4.mos D /trunk/testsuite/3rdParty/PlanarMechanics/simulatePlanarMechanicsV4.mos A /trunk/testsuite/3rdParty/PlanarMechanics/simulation A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/ControlledCraneCrab.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/ControlledCraneCrab_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/ControlledCraneCrab_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CounterSpin.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CounterSpin_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CounterSpin_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CounterSpin_3.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CraneCrab.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CraneCrab_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/CraneCrab_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/DoublePendulum.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/DoublePendulum_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/DoublePendulum_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/FreeBody.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/FreeBody_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/InvertedCraneCrab.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/InvertedCraneCrab_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/InvertedCraneCrab_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/InvertedCraneCrab_3.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/KinematicLoop.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/KinematicLoop_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/KinematicLoop_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/Pendulum.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/Pendulum_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/Pendulum_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/Pendulum_3.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/PistonEngine.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/PistonEngine_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/PistonEngine_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SimpleCarWithDifferentialGear.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SimpleCarWithDifferentialGear_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SimpleCarWithDifferentialGear_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SimpleCarWithDifferentialGear_3.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SingleTrackWithEngine.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SingleTrackWithEngine_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/SingleTrackWithEngine_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestDryFrictionWheel.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestDryFrictionWheel_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestDryFrictionWheel_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestIdealWheel.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestIdealWheel_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestIdealWheel_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestReportTable.xls A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestSlipBasedWheel.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestSlipBasedWheel_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/TestSlipBasedWheel_2.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/WheelBasedCranCrab.mat A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/WheelBasedCranCrab_1.png A /trunk/testsuite/3rdParty/PlanarMechanics/simulation/WheelBasedCranCrab_2.png - added tests for checking the simulation results for new library: PlanarMechanicsForTesting from Dirk.Zimmer dlr "germany". many thanks for its contribution! http://www.robotic.de/339 - 12 out of 17 work fine, 5 have wrong results from which 1 (TestIdealWheel) aborts during simulation. ------------------------------------------------------------------------ r11520 | sjoelund.se | 2012-03-24 07:48:18 +0100 (Sat, 24 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in - Only use deb layout on a system with aptitude ------------------------------------------------------------------------ r11519 | sjoelund.se | 2012-03-23 21:43:43 +0100 (Fri, 23 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Fix typo ------------------------------------------------------------------------ r11517 | sjoelund.se | 2012-03-23 18:21:20 +0100 (Fri, 23 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/integer_array.c - Remove tab ------------------------------------------------------------------------ r11516 | sjoelund.se | 2012-03-23 17:12:41 +0100 (Fri, 23 Mar 2012) | 2 lines Changed paths: M /trunk/PythonInterface/Makefile.in - Use a path relative to the build dir, not my own home ------------------------------------------------------------------------ r11515 | mahge930 | 2012-03-23 16:20:05 +0100 (Fri, 23 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/Makefile - Forgotten test case makefile modification. lucky catch :) ------------------------------------------------------------------------ r11514 | mahge930 | 2012-03-23 16:03:35 +0100 (Fri, 23 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/real_array.c - Coding style. ------------------------------------------------------------------------ r11513 | mahge930 | 2012-03-23 15:48:50 +0100 (Fri, 23 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/util/integer_array.c M /trunk/SimulationRuntime/c/util/integer_array.h M /trunk/SimulationRuntime/c/util/real_array.c M /trunk/SimulationRuntime/c/util/real_array.h M /trunk/testsuite/Makefile A /trunk/testsuite/mosfiles/ArrayFromRange.mo A /trunk/testsuite/mosfiles/ArrayFromRange.mos M /trunk/testsuite/mosfiles/Makefile + Added filing of arrays from range expressions. - Avoid previous unnecessary array copies. ------------------------------------------------------------------------ r11512 | sjoelund.se | 2012-03-23 14:24:27 +0100 (Fri, 23 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.omdev.mingw D /trunk/Compiler/scripts/PythonInterface M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw A /trunk/PythonInterface (from /trunk/Compiler/scripts/PythonInterface:11510) A /trunk/PythonInterface/Makefile.common A /trunk/PythonInterface/Makefile.in A /trunk/PythonInterface/Makefile.omdev.mingw M /trunk/PythonInterface/OMPython M /trunk/PythonInterface/setup.py M /trunk/configure.in - Moving python interface ------------------------------------------------------------------------ r11511 | sjoelund.se | 2012-03-23 13:02:41 +0100 (Fri, 23 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/testsuite/3rdParty/TestMedia/TestFlueGas.mos M /trunk/testsuite/3rdParty/TestMedia/TestNitrogen.mos M /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos M /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/initialization/_forest.mos M /trunk/testsuite/initialization/_nominal.mos M /trunk/testsuite/initialization/_scaling1.mos M /trunk/testsuite/initialization/_scaling2.mos M /trunk/testsuite/initialization/_startValue.mos M /trunk/testsuite/interactive/interactive_api_simulations.mos M /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassOPV2.mos M /trunk/testsuite/libraries/msl221/Electrical/CauerLowPassSC2.mos M /trunk/testsuite/libraries/msl221/Electrical/ChuaCircuit2.mos M /trunk/testsuite/libraries/msl221/Electrical/HeatingMOSInverter2.mos M /trunk/testsuite/libraries/msl221/Electrical/ShowVariableResistor2.mos M /trunk/testsuite/libraries/msl221/Mechanics/Accelerate2.mos M /trunk/testsuite/libraries/msl221/Mechanics/Damper2.mos M /trunk/testsuite/libraries/msl221/Mechanics/ElasticBearing2.mos M /trunk/testsuite/libraries/msl221/Mechanics/First2.mos M /trunk/testsuite/libraries/msl221/Mechanics/Oscillator2.mos M /trunk/testsuite/libraries/msl221/Mechanics/Sensors2.mos M /trunk/testsuite/libraries/msl221/Mechanics/SignConvention2.mos M /trunk/testsuite/libraries/msl221/Mechanics/WhyArrows2.mos M /trunk/testsuite/libraries/msl31/Modelica.Math.Matrices.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.N2AsMix.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Water.StandardWater.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.CombiTables.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.BusUsage.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.InverseModel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.LogicalNetwork1.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.NandGate.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.TransformerTestbench.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Math.Matrices.norm.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Frames.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Accelerate.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Brake.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.Damper.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.InitialConditions.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.SignConvention.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.WhyArrows.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos M /trunk/testsuite/linearize/linmodel.mos M /trunk/testsuite/linearize/simLotkaVolterra.mos M /trunk/testsuite/linearize/simNonlinear.mos M /trunk/testsuite/linearize/simTwoTank.mos M /trunk/testsuite/linearize/simVanDerPol.mos M /trunk/testsuite/linearize/simextfunction.mos M /trunk/testsuite/linearize/smallValues.mos M /trunk/testsuite/linearize/test_01.mos M /trunk/testsuite/linearize/test_02.mos M /trunk/testsuite/linearize/test_03.mos M /trunk/testsuite/linearize/test_04.mos M /trunk/testsuite/linearize/test_05.mos M /trunk/testsuite/linearize/test_06.mos M /trunk/testsuite/linearize/testknownvar.mos M /trunk/testsuite/meta/BuiltinReal.mos M /trunk/testsuite/meta/List1.mos M /trunk/testsuite/meta/List2.mos M /trunk/testsuite/meta/List3.mos M /trunk/testsuite/meta/MatchCase1.mos M /trunk/testsuite/meta/MatchCase10.mos M /trunk/testsuite/meta/MatchCase2.mos M /trunk/testsuite/meta/MatchCase3.mos M /trunk/testsuite/meta/MatchCase4.mos M /trunk/testsuite/meta/MatchCase5.mos M /trunk/testsuite/meta/MatchCase6.mos M /trunk/testsuite/meta/MatchCase7.mos M /trunk/testsuite/meta/MatchCase8.mos M /trunk/testsuite/meta/MatchCase9.mos M /trunk/testsuite/meta/PartialFn10.mos M /trunk/testsuite/meta/PartialFn11.mos M /trunk/testsuite/meta/PartialFn12.mos M /trunk/testsuite/meta/PartialFn15.mo M /trunk/testsuite/meta/PartialFn8.mos M /trunk/testsuite/meta/Uniontype1.mos M /trunk/testsuite/meta/Uniontype2.mos M /trunk/testsuite/meta/Uniontype3.mos M /trunk/testsuite/meta/Uniontype4.mos M /trunk/testsuite/meta/Uniontype5.mos M /trunk/testsuite/meta/Uniontype6.mos M /trunk/testsuite/meta/Uniontype9.mos M /trunk/testsuite/modelicaML/Makefile M /trunk/testsuite/modelicaML/bouncingball.mos M /trunk/testsuite/modelicaML/testModelicaML.mos M /trunk/testsuite/modelicaML/trafficlight.mos M /trunk/testsuite/modelicaML/twotankmodel.mos M /trunk/testsuite/modelicaML/watchdog.mos M /trunk/testsuite/mosfiles/ABCDsystem.csv.mos M /trunk/testsuite/mosfiles/ABCDsystem.empty.mos M /trunk/testsuite/mosfiles/ABCDsystem.plt.mos M /trunk/testsuite/mosfiles/ASubIfExp.mos M /trunk/testsuite/mosfiles/ActivateWhenEquation.mos M /trunk/testsuite/mosfiles/AlgorithmArrayEqn.mos M /trunk/testsuite/mosfiles/AlgorithmCondAssign1.mos M /trunk/testsuite/mosfiles/AlgorithmCondAssign2.mos M /trunk/testsuite/mosfiles/AlgorithmForInClass.mos M /trunk/testsuite/mosfiles/AlgorithmSection.mos M /trunk/testsuite/mosfiles/AliasEquations.mos M /trunk/testsuite/mosfiles/ArrayAddSub1.mos M /trunk/testsuite/mosfiles/ArrayDivError.mos M /trunk/testsuite/mosfiles/ArrayEquation.mos M /trunk/testsuite/mosfiles/ArrayExponentiation.mos M /trunk/testsuite/mosfiles/ArrayMult.mos M /trunk/testsuite/mosfiles/ArrayReduce.mos M /trunk/testsuite/mosfiles/ArraySlice.mos M /trunk/testsuite/mosfiles/AsubCrefExpType.mos M /trunk/testsuite/mosfiles/BooleanArray.mos M /trunk/testsuite/mosfiles/BouncingBall.mos M /trunk/testsuite/mosfiles/BouncingBall2.mos M /trunk/testsuite/mosfiles/BouncingBallExamples.mos M /trunk/testsuite/mosfiles/Bug1687.mos M /trunk/testsuite/mosfiles/BuiltinMath.mos M /trunk/testsuite/mosfiles/CheckEvents.mos M /trunk/testsuite/mosfiles/ComplexNumbers.mos M /trunk/testsuite/mosfiles/ComplexSystem.mos M /trunk/testsuite/mosfiles/ConstructFunc.mos M /trunk/testsuite/mosfiles/Cross.mos M /trunk/testsuite/mosfiles/CyclicPerm.mos M /trunk/testsuite/mosfiles/DAEexample.mos M /trunk/testsuite/mosfiles/DAEexample2.mos M /trunk/testsuite/mosfiles/Delay.mos M /trunk/testsuite/mosfiles/DimConvert.mos M /trunk/testsuite/mosfiles/DiscreteVectorStateSpace.mos M /trunk/testsuite/mosfiles/DoubleWhenConflict.mos M /trunk/testsuite/mosfiles/DoubleWhenSequential.mos M /trunk/testsuite/mosfiles/DummyDerMatching.mos M /trunk/testsuite/mosfiles/EnumArray.mos M /trunk/testsuite/mosfiles/Epidemics1.mos M /trunk/testsuite/mosfiles/EqualityEquations.mos M /trunk/testsuite/mosfiles/EqualityEquationsCorrect.mos M /trunk/testsuite/mosfiles/EquationCallIntegerArray.mos M /trunk/testsuite/mosfiles/EventDelay.mos M /trunk/testsuite/mosfiles/EventIteration.mos M /trunk/testsuite/mosfiles/EventTests.mos M /trunk/testsuite/mosfiles/ExtObj.mos M /trunk/testsuite/mosfiles/ExtObjStringParam.mos M /trunk/testsuite/mosfiles/ExtendsBasic.mos M /trunk/testsuite/mosfiles/ExternalLibraries.mos M /trunk/testsuite/mosfiles/FiveForEquations.mos M /trunk/testsuite/mosfiles/FlatTank.mos M /trunk/testsuite/mosfiles/ForIterator1.mos M /trunk/testsuite/mosfiles/FrameTest.mos M /trunk/testsuite/mosfiles/FuncDer.mos M /trunk/testsuite/mosfiles/FunctionInReinit.mos M /trunk/testsuite/mosfiles/FunctionIndirectRecursion.mos M /trunk/testsuite/mosfiles/HeatTank.mos M /trunk/testsuite/mosfiles/HeatTankExpanded.mos M /trunk/testsuite/mosfiles/HelloWorld.mos M /trunk/testsuite/mosfiles/HideVariableForEquations.mos M /trunk/testsuite/mosfiles/HydrogenIodide.mos M /trunk/testsuite/mosfiles/IdealDiode.mos M /trunk/testsuite/mosfiles/Identity.mos M /trunk/testsuite/mosfiles/IfEquation.mos M /trunk/testsuite/mosfiles/IfEquation2.mos M /trunk/testsuite/mosfiles/IfEquation3.mos M /trunk/testsuite/mosfiles/InOutRecord.mos M /trunk/testsuite/mosfiles/InOutStrings.mos M /trunk/testsuite/mosfiles/InitialConstantSection.mos M /trunk/testsuite/mosfiles/Initialization.mos M /trunk/testsuite/mosfiles/InlineSolverCodeGenerationEuler.mos M /trunk/testsuite/mosfiles/InlineSolverCodeGenerationRK.mos M /trunk/testsuite/mosfiles/Interpolation.mos M /trunk/testsuite/mosfiles/JBouncingBall.mos M /trunk/testsuite/mosfiles/LinearSysEq.mos M /trunk/testsuite/mosfiles/LocalVariableInit.mos M /trunk/testsuite/mosfiles/LotkaVolterra.mos M /trunk/testsuite/mosfiles/Matrix.mos M /trunk/testsuite/mosfiles/MeasureTime.mos M /trunk/testsuite/mosfiles/MissV.mos M /trunk/testsuite/mosfiles/ModelBalance1.mos M /trunk/testsuite/mosfiles/ModelBalance2.mos M /trunk/testsuite/mosfiles/ModelBalance3.mos M /trunk/testsuite/mosfiles/ModelicaUtilities.mos M /trunk/testsuite/mosfiles/MyPointsInst1.mos M /trunk/testsuite/mosfiles/MyPointsInst2.mos M /trunk/testsuite/mosfiles/NonlinearFailed.mos M /trunk/testsuite/mosfiles/NonlinearMixed.mos M /trunk/testsuite/mosfiles/OneArgBaseFunction.mos M /trunk/testsuite/mosfiles/ParameterCycle.mos M /trunk/testsuite/mosfiles/ParameterModel.mos M /trunk/testsuite/mosfiles/Pendulum.mos M /trunk/testsuite/mosfiles/PolynomialEvaluator1.mos M /trunk/testsuite/mosfiles/PolynomialEvaluator2.mos M /trunk/testsuite/mosfiles/PolynomialEvaluator3.mos M /trunk/testsuite/mosfiles/PolynomialEvaluatorA.mos M /trunk/testsuite/mosfiles/PolynomialEvaluatorB.mos M /trunk/testsuite/mosfiles/PreAndAliasedVar.mos M /trunk/testsuite/mosfiles/Random.mos M /trunk/testsuite/mosfiles/RedeclarePackage.mos M /trunk/testsuite/mosfiles/Reductions.mos M /trunk/testsuite/mosfiles/Riccati.mos M /trunk/testsuite/mosfiles/Sample1.mos M /trunk/testsuite/mosfiles/Sample2.mos M /trunk/testsuite/mosfiles/Sample3.mos M /trunk/testsuite/mosfiles/SemiLinear.mos M /trunk/testsuite/mosfiles/Sign.mos M /trunk/testsuite/mosfiles/SimResultScripting.mos M /trunk/testsuite/mosfiles/SimplePeriodicSampler.mos M /trunk/testsuite/mosfiles/SliceAssignment.mos M /trunk/testsuite/mosfiles/StepAdvanced.mos M /trunk/testsuite/mosfiles/StringTest.mos M /trunk/testsuite/mosfiles/SumSeriesWhile.mos M /trunk/testsuite/mosfiles/Switch.mos M /trunk/testsuite/mosfiles/SyncFilter.mos M /trunk/testsuite/mosfiles/Tank.mos M /trunk/testsuite/mosfiles/TankHybridPI.mos M /trunk/testsuite/mosfiles/TankHybridPID.mos M /trunk/testsuite/mosfiles/TankPI.mos M /trunk/testsuite/mosfiles/TankPID.mos M /trunk/testsuite/mosfiles/TanksConnectedPI.mos M /trunk/testsuite/mosfiles/TestLapack.mos M /trunk/testsuite/mosfiles/TestSolve.mos M /trunk/testsuite/mosfiles/Time.mos M /trunk/testsuite/mosfiles/TupleReturn.mos M /trunk/testsuite/mosfiles/TwoRateSampler.mos M /trunk/testsuite/mosfiles/VariableFilter.mos M /trunk/testsuite/mosfiles/VectorizeOneReturnValue.mos M /trunk/testsuite/mosfiles/WatchDog1AlgorithmWhen.mos M /trunk/testsuite/mosfiles/WatchDog2EquationWhen.mos M /trunk/testsuite/mosfiles/WhenEquation.mos M /trunk/testsuite/mosfiles/WhenEquation1.mos M /trunk/testsuite/mosfiles/WhenPriority.mos M /trunk/testsuite/mosfiles/WhenStatement1.mos M /trunk/testsuite/mosfiles/WhenStatement2.mos M /trunk/testsuite/mosfiles/WhenStatement3.mos M /trunk/testsuite/mosfiles/Xpowers1.mos M /trunk/testsuite/mosfiles/Xpowers2.mos M /trunk/testsuite/mosfiles/Xpowers3.mos M /trunk/testsuite/mosfiles/ZeroCross.mos M /trunk/testsuite/mosfiles/algorithms.mos M /trunk/testsuite/mosfiles/constantLinSys.mos M /trunk/testsuite/mosfiles/dertest.mos M /trunk/testsuite/mosfiles/nonConstantIndex.mos M /trunk/testsuite/mosfiles/nonConstantParam.mos M /trunk/testsuite/mosfiles/simulation.mos M /trunk/testsuite/mosfiles/tempInterpol2test.mos M /trunk/testsuite/mosfiles/terminal.mos M /trunk/testsuite/mosfiles/val.mos M /trunk/testsuite/mosfiles/when_sorting.mos M /trunk/testsuite/mosfiles/whenstatements.mos M /trunk/testsuite/mosfiles-msl22/Backlash.mos M /trunk/testsuite/mosfiles-msl22/Circuit1.mos M /trunk/testsuite/mosfiles-msl22/DCMotorBlocks.mos M /trunk/testsuite/mosfiles-msl22/DCMotorDeadzone.mos M /trunk/testsuite/mosfiles-msl22/DCMotorRotational.mos M /trunk/testsuite/mosfiles-msl22/ElasticBearing.mos M /trunk/testsuite/mosfiles-msl22/First.mos M /trunk/testsuite/mosfiles-msl22/FuncCross.mos M /trunk/testsuite/mosfiles-msl22/IdealGear.mos M /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos M /trunk/testsuite/mosfiles-msl22/InitTest.mos M /trunk/testsuite/mosfiles-msl22/InputOutput.mos M /trunk/testsuite/mosfiles-msl22/MatrixTest.mos M /trunk/testsuite/mosfiles-msl22/NonLinsys.mos M /trunk/testsuite/mosfiles-msl22/Shaft.mos M /trunk/testsuite/mosfiles-msl22/SineAccelerate.mos M /trunk/testsuite/mosfiles-msl22/SineSpeed.mos M /trunk/testsuite/mosfiles-msl22/SineTorque.mos M /trunk/testsuite/mosfiles-msl22/SineTorque2inertias.mos M /trunk/testsuite/mosfiles-msl22/SpringMass.mos M /trunk/testsuite/mosfiles-msl22/StepTorque.mos M /trunk/testsuite/mosfiles-msl22/Tank.mos M /trunk/testsuite/mosfiles-msl22/Test3PhaseInit.mos M /trunk/testsuite/mosfiles-msl22/Test3PhaseInitOver.mos M /trunk/testsuite/mosfiles-msl22/Test3PhaseInitParam.mos M /trunk/testsuite/mosfiles-msl22/Test3PhaseStart.mos M /trunk/testsuite/mosfiles-msl22/TimeVaryingLinsys.mos M /trunk/testsuite/mosfiles-msl22/TrapezoidTest.mos M /trunk/testsuite/mosfiles-msl22/WeakAxis.mos M /trunk/testsuite/mosfiles-msl22/avg.mos M /trunk/testsuite/mosfiles-msl22/blockssources.mos M /trunk/testsuite/mosfiles-msl22/simulation2.mos M /trunk/testsuite/mosfiles-msl22/tupleTest.mos - Added simulate(..., simflags="flags") option. It will be passed to the simulation executable in the future ------------------------------------------------------------------------ r11510 | adeas31 | 2012-03-22 23:47:47 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/OMEdit/OMEditGUI/mainwindow.cpp - 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. ------------------------------------------------------------------------ r11509 | adeas31 | 2012-03-22 21:30:02 +0100 (Thu, 22 Mar 2012) | 1 line Changed paths: M /trunk/OMShell/README.txt - Added keyword tag. ------------------------------------------------------------------------ r11508 | adeas31 | 2012-03-22 21:28:47 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: D /trunk/OMEdit/INSTALL.txt M /trunk/OMEdit/OMEditGUI/OMEditGUI.pro M /trunk/OMEdit/README.txt M /trunk/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro A /trunk/OMNotebook/README.txt (from /trunk/OMNotebook/ReadMe.txt:11505) D /trunk/OMNotebook/ReadMe.txt A /trunk/OMPlot/README.txt M /trunk/OMShell/OMShellGUI/OMShellGUI.pro M /trunk/OMShell/README.txt M /trunk/OMTools/README.txt - Auto generate the stub files for clients. - Added/Updated README.txt files for all clients. ------------------------------------------------------------------------ r11506 | hubert.thieriot | 2012-03-22 20:26:40 +0100 (Thu, 22 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/MainWindow.ui - changed MainWindow size ------------------------------------------------------------------------ r11505 | perost | 2012-03-22 17:21:45 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Util/Error.mo A /trunk/testsuite/mofiles/InitialConnection.mo M /trunk/testsuite/mofiles/Makefile - Added check for connect equation in initial equation sections. ------------------------------------------------------------------------ r11504 | adeas31 | 2012-03-22 17:10:01 +0100 (Thu, 22 Mar 2012) | 1 line Changed paths: M /trunk/OMEdit/INSTALL.txt - Added $Id$ tag. ------------------------------------------------------------------------ r11503 | sjoelund.se | 2012-03-22 17:08:17 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/susan_codegen/SimCode/SimCodeDump.tpl - Better SimCodeDump for when-equations ------------------------------------------------------------------------ r11502 | sjoelund.se | 2012-03-22 17:04:54 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Fix for linear systems with the same index (why add these in the first place?) ------------------------------------------------------------------------ r11501 | adeas31 | 2012-03-22 17:02:37 +0100 (Thu, 22 Mar 2012) | 1 line Changed paths: M /trunk/OMEdit/INSTALL.txt - Updated the instructions. ------------------------------------------------------------------------ r11500 | perost | 2012-03-22 16:40:24 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/math-support/dpmpar.c M /trunk/SimulationRuntime/c/math-support/enorm.c M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/math-support/lsame.c M /trunk/SimulationRuntime/c/meta/gc/common.h M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/gc/roots.h M /trunk/SimulationRuntime/c/meta/realString.c M /trunk/SimulationRuntime/c/simulation/solver/daux.c M /trunk/SimulationRuntime/c/simulation/solver/ddassl.c M /trunk/SimulationRuntime/c/util/modelinfo.c M /trunk/SimulationRuntime/c/util/string_array.c - Got rid of more compiler warnings. ------------------------------------------------------------------------ r11499 | sjoelund.se | 2012-03-22 16:34:36 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite - svn:ignore ------------------------------------------------------------------------ r11498 | sjoelund.se | 2012-03-22 14:32:02 +0100 (Thu, 22 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo - 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 ------------------------------------------------------------------------ r11497 | sjoelund.se | 2012-03-22 14:22:13 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - Simplify matrix+asub {{...},...,{...}}[1,2] => ... ------------------------------------------------------------------------ r11496 | sjoelund.se | 2012-03-22 14:16:49 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/mosfiles/MeasureTime.mos - Fix testcase ------------------------------------------------------------------------ r11495 | perost | 2012-03-22 13:43:31 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/interactive/client.cpp M /trunk/SimulationRuntime/interactive/thread.cpp - Get rid of some compilation warnings in interactive. ------------------------------------------------------------------------ r11494 | sjoelund.se | 2012-03-22 13:42:24 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/modelinfo.c - Fix segfault ------------------------------------------------------------------------ r11493 | perost | 2012-03-22 13:36:12 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Util/Error.mo - Added checks for valid class types of components in SCodeInst. ------------------------------------------------------------------------ r11492 | sjoelund.se | 2012-03-22 13:31:28 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/modelinfo.c - Some fixes for the gnuplot connection and log-scale of zero measurements ------------------------------------------------------------------------ r11491 | sjoelund.se | 2012-03-22 12:50:01 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Adding some more function calls to the profiling ------------------------------------------------------------------------ r11490 | sjoelund.se | 2012-03-22 12:45:58 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/interactive/client.cpp M /trunk/SimulationRuntime/interactive/socket.h M /trunk/SimulationRuntime/interactive/socket_unix.cpp M /trunk/SimulationRuntime/interactive/thread.cpp - Some fixes for gcc 4.7 ------------------------------------------------------------------------ r11489 | perost | 2012-03-22 12:08:49 +0100 (Thu, 22 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - More improvements to cref prefixing in SCodeInst. ------------------------------------------------------------------------ r11486 | hubert.thieriot | 2012-03-21 19:02:32 +0100 (Wed, 21 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/Variable.h - corrected Memory leak in variable ------------------------------------------------------------------------ r11485 | hubert.thieriot | 2012-03-21 18:47:41 +0100 (Wed, 21 Mar 2012) | 2 lines Changed paths: A /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterfaces.cpp A /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterfaces.h - added missing files ------------------------------------------------------------------------ r11484 | hubert.thieriot | 2012-03-21 18:34:39 +0100 (Wed, 21 Mar 2012) | 5 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/FileData/SaveOMOptim.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.cpp M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/OMCThreads.cpp M /trunk/OMOptim/Core/OMC/OMCThreads.h M /trunk/OMOptim/Core/OMOptimSettings.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OptObjectives.cpp M /trunk/OMOptim/Core/OptObjectives.h M /trunk/OMOptim/Core/Optim/EA/Evaluations/EAStdOptimizationEval.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/Core/Problems/optimizationinterface.cpp M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/VariablesManip.cpp M /trunk/OMOptim/Core/VariablesManip.h M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.h M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.h M /trunk/OMOptim/GUI/Widgets/WidgetCalculateMooPoints.cpp M /trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/OMOptimBasis/FileData/Load.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Load.h M /trunk/OMOptim/OMOptimBasis/FileData/Save.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Save.h M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOMainTab.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTextLog.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTreeView.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.h M /trunk/OMOptim/OMOptimBasis/MOItem.h M /trunk/OMOptim/OMOptimBasis/MOThreads.cpp M /trunk/OMOptim/OMOptimBasis/MOThreads.h M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/Problems/OMCase.cpp M /trunk/OMOptim/OMOptimBasis/Problems/Problem.cpp M /trunk/OMOptim/OMOptimBasis/Problems/Problem.h M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.cpp M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.h M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h M /trunk/OMOptim/OMOptimBasis/Variables.cpp M /trunk/OMOptim/OMOptimBasis/Variables.h M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro - larger use of forware declarations : should compile faster - corrected optobjective view problem - corected find function of MOVector - Problemthreads are terminated when application quitted ------------------------------------------------------------------------ r11483 | adeas31 | 2012-03-21 15:33:44 +0100 (Wed, 21 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/OMOptim.windowsconfig.in - Fixed OMOptim compilation for windows. - Include the omoptim generated files. ------------------------------------------------------------------------ r11482 | adeas31 | 2012-03-21 15:33:21 +0100 (Wed, 21 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo - Generate code with +d=gendebugsymbols flag. ------------------------------------------------------------------------ r11480 | perost | 2012-03-21 13:10:36 +0100 (Wed, 21 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fix compilation. ------------------------------------------------------------------------ r11479 | perost | 2012-03-21 12:14:44 +0100 (Wed, 21 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Preserve subscripts when prefixing crefs during instantiation. ------------------------------------------------------------------------ r11478 | perost | 2012-03-21 10:08:56 +0100 (Wed, 21 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeEnv.mo - Fixed broken compilation due to RML stupidity. ------------------------------------------------------------------------ r11477 | perost | 2012-03-21 10:01:49 +0100 (Wed, 21 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSymbolTable.mo M /trunk/Compiler/FrontEnd/InstTypes.mo M /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo M /trunk/Compiler/FrontEnd/Typing.mo - Implemented better handling of component names in SCodeInst. ------------------------------------------------------------------------ r11476 | Frenkel TUD | 2012-03-21 09:31:21 +0100 (Wed, 21 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mos - update msl31/simulate examples ------------------------------------------------------------------------ r11475 | AnandKGaneson | 2012-03-21 03:59:36 +0100 (Wed, 21 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser/__init__.py M /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py A /trunk/Compiler/scripts/PythonInterface/OMPython v1.0 User Manual.pdf M /trunk/Compiler/scripts/PythonInterface/README.txt M /trunk/Compiler/scripts/PythonInterface/setup.py Added the User manual "OMPython v1.0 User Manual.pdf" for OMPython, Edited the README.txt, Edited setup.py, Modified OMPython/__init__.py to add additional functionality, Modified OMPython/OMParser/__init__.py to add additional functionality. ------------------------------------------------------------------------ r11474 | Frenkel TUD | 2012-03-20 16:28:45 +0100 (Tue, 20 Mar 2012) | 1 line Changed paths: A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Counter3.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FlipFlop.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.FullAdder.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.Multiplexer.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.VectorDelay.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_DOL.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Inverter.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_Steinmetz.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMC_YD.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.AIMS_Start.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier12pulse.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.Rectifier6pulse.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMEE_Generator.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMPM_Inverter.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Machines.Examples.SMR_Inverter.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat D /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour_res.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.Translational.Examples.PreLoad.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat A /trunk/testsuite/libraries/msl31/simulate/Modelica.Thermal.HeatTransfer.Examples.Motor.mat - add simulation result reference files ------------------------------------------------------------------------ r11473 | mahge930 | 2012-03-20 16:10:49 +0100 (Tue, 20 Mar 2012) | 10 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/InstExtends.mo M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeFlattenImports.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Parser/Modelica.g M /trunk/testsuite/records/OperatorOverloadComplexArray.mo + 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) ------------------------------------------------------------------------ r11472 | Frenkel TUD | 2012-03-20 15:27:16 +0100 (Tue, 20 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/read_matlab4.c - remove taps ------------------------------------------------------------------------ r11471 | Frenkel TUD | 2012-03-20 14:54:36 +0100 (Tue, 20 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/util/read_matlab4.c - fix compilation ------------------------------------------------------------------------ r11470 | hubert.thieriot | 2012-03-20 14:11:00 +0100 (Tue, 20 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptim/OMOptimBasis/Infos/ListInfo.h M /trunk/OMOptim/OMOptimBasis/MOItem.h M /trunk/OMOptim/build/OMOptim.windowsconfig.in - cleaned OMOptim.windowsconfig.in - Infosender : task management ------------------------------------------------------------------------ r11467 | Frenkel TUD | 2012-03-20 13:52:05 +0100 (Tue, 20 Mar 2012) | 6 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/runtime/SimulationResults.c M /trunk/Compiler/runtime/SimulationResultsCmp.c M /trunk/SimulationRuntime/c/util/CMakeLists.txt M /trunk/SimulationRuntime/c/util/read_matlab4.c M /trunk/SimulationRuntime/c/util/read_matlab4.h M /trunk/SimulationRuntime/interactive/CMakeLists.txt M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos - 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 ------------------------------------------------------------------------ r11466 | wbraun | 2012-03-20 12:35:34 +0100 (Tue, 20 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/libraries/msl31/Modelica.Magnetic.FluxTubes.mos M /trunk/testsuite/libraries/msl31/Modelica.Mechanics.mos M /trunk/testsuite/mofiles/FunctionSimplex.mo - inverted +v flag. By default are all arrays crefs vectorized. One can set a still a Limit to aviod that. ------------------------------------------------------------------------ r11465 | adeas31 | 2012-03-19 19:41:56 +0100 (Mon, 19 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/version.h - Fixed OpenModelica_CODING_STYLE. ------------------------------------------------------------------------ r11463 | hubert.thieriot | 2012-03-19 18:07:34 +0100 (Mon, 19 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptim/OMOptimBasis/MOOptVector.h - new finding function in MOOptVector ------------------------------------------------------------------------ r11462 | hubert.thieriot | 2012-03-19 17:46:19 +0100 (Mon, 19 Mar 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/FileData/LoadOMOptim.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/onesimulationinterface.h M /trunk/OMOptim/Core/Problems/optimizationinterface.h M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.h M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp M /trunk/OMOptim/GUI/Widgets/WidgetModelsList.h M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/OMOptimBasis/FileData/Load.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MO2ColTab.h M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.h M /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/ProjectBase.h M /trunk/OMOptim/version.h - infosender improvements - probleminterface light improvements - bugs correction concerning project loading/ saving ------------------------------------------------------------------------ r11460 | AnandKGaneson | 2012-03-19 02:30:10 +0100 (Mon, 19 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py Modified OMPython/__init__.py to add a missing library. ------------------------------------------------------------------------ r11459 | AnandKGaneson | 2012-03-19 02:14:20 +0100 (Mon, 19 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser/__init__.py M /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py M /trunk/Compiler/scripts/PythonInterface/README.txt M /trunk/Compiler/scripts/PythonInterface/setup.py Modified OMPython/__init__.py to add additional functionality. Modified OMPython/OMParser/__init__.py to update comments. Modified README.txt to provide more usage description. Edited setup.py to include additional signatures. ------------------------------------------------------------------------ r11458 | AnandKGaneson | 2012-03-17 17:32:31 +0100 (Sat, 17 Mar 2012) | 1 line Changed paths: A /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser A /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser/__init__.py D /trunk/Compiler/scripts/PythonInterface/OMPython/OMPythonParser M /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py M /trunk/Compiler/scripts/PythonInterface/README.txt D /trunk/Compiler/scripts/PythonInterface/_GlobalIDL D /trunk/Compiler/scripts/PythonInterface/_GlobalIDL__POA M /trunk/Compiler/scripts/PythonInterface/setup.py D /trunk/Compiler/scripts/PythonInterface/stubs Updated author signatures, renamed OMPython/OMPythonParser to OMPython/OMParser ------------------------------------------------------------------------ r11457 | AnandKGaneson | 2012-03-17 15:46:17 +0100 (Sat, 17 Mar 2012) | 1 line Changed paths: D /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser - deleted OMParser. ------------------------------------------------------------------------ r11456 | AnandKGaneson | 2012-03-17 15:43:22 +0100 (Sat, 17 Mar 2012) | 1 line Changed paths: A /trunk/Compiler/scripts/PythonInterface/OMPython/OMPythonParser A /trunk/Compiler/scripts/PythonInterface/OMPython/OMPythonParser/__init__.py M /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py M /trunk/Compiler/scripts/PythonInterface/README.txt A /trunk/Compiler/scripts/PythonInterface/_GlobalIDL A /trunk/Compiler/scripts/PythonInterface/_GlobalIDL/__init__.py A /trunk/Compiler/scripts/PythonInterface/_GlobalIDL__POA A /trunk/Compiler/scripts/PythonInterface/_GlobalIDL__POA/__init__.py M /trunk/Compiler/scripts/PythonInterface/setup.py A /trunk/Compiler/scripts/PythonInterface/stubs A /trunk/Compiler/scripts/PythonInterface/stubs/OmcClient_idl.py A /trunk/Compiler/scripts/PythonInterface/stubs/__init__.py Modified OMPython's functionality, renamed OMParser to OMPythonParser, updated Readme.txt and setup.py ------------------------------------------------------------------------ r11455 | adeas31 | 2012-03-17 01:31:24 +0100 (Sat, 17 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Makefile.in A /trunk/Compiler/scripts/PythonInterface/OMPython/OMConfig.py.in M /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py M /trunk/configure.in Fixed python API Interface for Linux. ------------------------------------------------------------------------ r11454 | adeas31 | 2012-03-16 20:03:49 +0100 (Fri, 16 Mar 2012) | 1 line Changed paths: M /trunk/Makefile.common - Fixed typo. ------------------------------------------------------------------------ r11453 | adeas31 | 2012-03-16 18:51:31 +0100 (Fri, 16 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw A /trunk/Compiler/scripts/PythonInterface (from /trunk/Compiler/scripts/ompython:11450) A /trunk/Compiler/scripts/PythonInterface/OMPython A /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser A /trunk/Compiler/scripts/PythonInterface/OMPython/OMParser/__init__.py A /trunk/Compiler/scripts/PythonInterface/OMPython/__init__.py D /trunk/Compiler/scripts/PythonInterface/OMPython.py D /trunk/Compiler/scripts/PythonInterface/Parser M /trunk/Compiler/scripts/PythonInterface/README.txt D /trunk/Compiler/scripts/PythonInterface/setup.bat A /trunk/Compiler/scripts/PythonInterface/setup.py D /trunk/Compiler/scripts/ompython M /trunk/Makefile.common - Generate python stubs in stubs folder. - Added the setup.py script to install python API. ------------------------------------------------------------------------ r11452 | adeas31 | 2012-03-16 14:33:56 +0100 (Fri, 16 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Makefile.common - Fixed hudson build. ------------------------------------------------------------------------ r11451 | adeas31 | 2012-03-16 14:18:02 +0100 (Fri, 16 Mar 2012) | 1 line Changed paths: A /trunk/Compiler/scripts/ompython/OMParser (from /trunk/Compiler/scripts/ompython/Parser:11450) M /trunk/Compiler/scripts/ompython/OMPython.py D /trunk/Compiler/scripts/ompython/Parser - Changed Parser to OMParser. ------------------------------------------------------------------------ r11450 | sjoelund.se | 2012-03-16 12:34:57 +0100 (Fri, 16 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/configure.in - Allow omniidl-python fail on OSX ------------------------------------------------------------------------ r11449 | sjoelund.se | 2012-03-16 12:13:39 +0100 (Fri, 16 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw - Fix to make sure python interface is built - Check if using omniidl, else don't create it ------------------------------------------------------------------------ r11448 | sjoelund.se | 2012-03-16 10:32:03 +0100 (Fri, 16 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Makefile.common - Better copying of ompython ------------------------------------------------------------------------ r11447 | sjoelund.se | 2012-03-16 10:31:38 +0100 (Fri, 16 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/omc_error.c - 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 ------------------------------------------------------------------------ r11446 | sjoelund.se | 2012-03-16 08:25:48 +0100 (Fri, 16 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/CodegenFMU.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/CodegenFMU.tpl M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/linearization/linearize.cpp M /trunk/SimulationRuntime/c/math-support/delay.c M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/math-support/model_help.c M /trunk/SimulationRuntime/c/simulation/results/simulation_result_csv.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_mat.cpp M /trunk/SimulationRuntime/c/simulation/results/simulation_result_plt.cpp M /trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/events.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/util/division.c D /trunk/SimulationRuntime/c/util/error.c D /trunk/SimulationRuntime/c/util/error.h M /trunk/SimulationRuntime/c/util/list.c M /trunk/SimulationRuntime/c/util/modelinfo.c A /trunk/SimulationRuntime/c/util/omc_error.c (from /trunk/SimulationRuntime/c/util/error.c:11435) A /trunk/SimulationRuntime/c/util/omc_error.h (from /trunk/SimulationRuntime/c/util/error.h:11435) M /trunk/SimulationRuntime/c/util/ringbuffer.c M /trunk/SimulationRuntime/c/util/varinfo.c - Renamed error.h to omc_error.h ------------------------------------------------------------------------ r11443 | adeas31 | 2012-03-15 20:50:09 +0100 (Thu, 15 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/configure.in - Fixed build. ------------------------------------------------------------------------ r11442 | adeas31 | 2012-03-15 20:06:11 +0100 (Thu, 15 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo - Added +d=gendebugsymbols flag to generate code with debug symbols for standard Modelica. ------------------------------------------------------------------------ r11441 | ppriv | 2012-03-15 20:04:24 +0100 (Thu, 15 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCSharp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl M /trunk/Compiler/susan_codegen/SimCode/GenTest/Makefile M /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/generate.mos M /trunk/Compiler/susan_codegen/SimCode/GenTest/QHP/simulate.mos Small C# template update ------------------------------------------------------------------------ r11440 | adeas31 | 2012-03-15 20:03:16 +0100 (Thu, 15 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Makefile.in M /trunk/Compiler/Makefile.omdev.mingw M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.in M /trunk/Compiler/runtime/Makefile.omdev.mingw M /trunk/Compiler/runtime/Makefile.vc A /trunk/Compiler/scripts/ompython A /trunk/Compiler/scripts/ompython/OMPython.py A /trunk/Compiler/scripts/ompython/Parser A /trunk/Compiler/scripts/ompython/Parser/__init__.py A /trunk/Compiler/scripts/ompython/README.txt A /trunk/Compiler/scripts/ompython/setup.bat M /trunk/Makefile.common M /trunk/Makefile.omdev.mingw - Updating OMDEV is required. - Added ompython to Compiler/scripts (From Anand). ------------------------------------------------------------------------ r11438 | adrpo | 2012-03-15 16:30:26 +0100 (Thu, 15 Mar 2012) | 2 lines Changed paths: M /trunk/Parser/Modelica.g - fix a case of "how the beep did it worked until now"? - EQ_NORETCALL should be returned instead of ALG_NORETCALL ------------------------------------------------------------------------ r11437 | sjoelund.se | 2012-03-15 13:22:56 +0100 (Thu, 15 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/Makefile.unix.in - Make really clean ------------------------------------------------------------------------ r11436 | sjoelund.se | 2012-03-15 08:59:28 +0100 (Thu, 15 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo - Update generated code ------------------------------------------------------------------------ r11435 | sjoelund.se | 2012-03-15 06:33:44 +0100 (Thu, 15 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Perl does not do multi-line regex by default... ------------------------------------------------------------------------ r11434 | sjoelund.se | 2012-03-14 23:50:56 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Don't return non-zero for result.xml ------------------------------------------------------------------------ r11433 | adeas31 | 2012-03-14 23:13:56 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptim/build/OMOptim.pro - Fixed the include paths. ------------------------------------------------------------------------ r11432 | adeas31 | 2012-03-14 23:13:01 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - isEmpty don't work for environment variables. ------------------------------------------------------------------------ r11431 | adeas31 | 2012-03-14 23:08:55 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.h - Fixed OMOptim compilation. ------------------------------------------------------------------------ r11430 | adeas31 | 2012-03-14 23:07:33 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OptObjective.cpp M /trunk/OMOptim/Core/Optim/EA/Init/EAStdBounds.h - Fix tabs. ------------------------------------------------------------------------ r11429 | hubert.thieriot | 2012-03-14 18:51:36 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModItemsTree.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/OptObjective.cpp M /trunk/OMOptim/Core/OptObjective.h M /trunk/OMOptim/Core/Optim/EA/EABase.cpp M /trunk/OMOptim/Core/Optim/EA/EABase.h M /trunk/OMOptim/Core/Optim/EA/Evaluations/EAStdOptimizationEval.h M /trunk/OMOptim/Core/Optim/EA/Init/EAStdBounds.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.h M /trunk/OMOptim/Core/Problems/OneSimResult.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h M /trunk/OMOptim/Core/Problems/optimizationinterface.cpp M /trunk/OMOptim/Core/Problems/optimizationinterface.h M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h M /trunk/OMOptim/GUI/Dialogs/BlockSubstituteConnDlg.h M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/Scene/BlockSubsScene.cpp M /trunk/OMOptim/GUI/Scene/BlockSubsScene.h M /trunk/OMOptim/GUI/Tabs/TabOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.h M /trunk/OMOptim/GUI/Tabs/TabResOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp M /trunk/OMOptim/GUI/Widgets/WidgetBlocks.cpp M /trunk/OMOptim/GUI/Widgets/WidgetBlocks.h M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.h A /trunk/OMOptim/GUI/Widgets/WidgetModelsList.cpp A /trunk/OMOptim/GUI/Widgets/WidgetModelsList.h A /trunk/OMOptim/GUI/Widgets/WidgetModelsList.ui M /trunk/OMOptim/GUI/Widgets/WidgetMooPlot.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.ui M /trunk/OMOptim/GUI/Widgets/WidgetSelectComponents.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectComponents.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectModModel.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectModModel.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.cpp M /trunk/OMOptim/OMOptimBasis/MOOptVector.cpp M /trunk/OMOptim/OMOptimBasis/MOOptVector.h M /trunk/OMOptim/OMOptimBasis/MOVector.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/OMOptimBasis/Variable.h M /trunk/OMOptim/OMOptimBasis/Variables.cpp M /trunk/OMOptim/OMOptimBasis/Variables.h M /trunk/OMOptim/build/OMOptimLib.pro M /trunk/OMOptim/version.h - changes in variables : now have models - changes in Optimization : now can handle several models ------------------------------------------------------------------------ r11428 | Frenkel TUD | 2012-03-14 18:38:09 +0100 (Wed, 14 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/math-support/matrix.h A /trunk/testsuite/mosfiles/ComplexSystem.mo A /trunk/testsuite/mosfiles/ComplexSystem.mos M /trunk/testsuite/mosfiles/Makefile - bugfix for complex equations in strong connected components - add test for complex equation in strong connected component ------------------------------------------------------------------------ r11427 | sjoelund.se | 2012-03-14 17:20:17 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos M /trunk/testsuite/partest/runtests.pl - Create the result.xml in the correct directory ------------------------------------------------------------------------ r11426 | sjoelund.se | 2012-03-14 17:04:53 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/partest/runtests.pl - Write the file in serial as the mutex does not seem to guarantee the writes are all ok ------------------------------------------------------------------------ r11423 | sjoelund.se | 2012-03-14 14:54:46 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Check the returned file for the tag ------------------------------------------------------------------------ r11422 | perost | 2012-03-14 12:56:21 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: A /trunk/Compiler/FrontEnd/InstSymbolTable.mo A /trunk/Compiler/FrontEnd/InstTypes.mo A /trunk/Compiler/FrontEnd/InstUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo A /trunk/Compiler/FrontEnd/Typing.mo M /trunk/Compiler/Makefile.common M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Refactoring of SCodeInst. ------------------------------------------------------------------------ r11421 | sjoelund.se | 2012-03-14 12:29:42 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Force UTF-8 output in the test-script ------------------------------------------------------------------------ r11420 | adrpo | 2012-03-14 11:51:26 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.2.mos - expected output (first update libraries/README, then build, then run rtest -b on the file) ------------------------------------------------------------------------ r11419 | adrpo | 2012-03-14 11:27:57 +0100 (Wed, 14 Mar 2012) | 3 lines Changed paths: M /trunk/libraries/Modelica 3.2.txt M /trunk/libraries/README M /trunk/testsuite/parser/ParseFullModelica3.2.mos - update libraries/README so that libraries are updated in /build during the build - put the changes made by hkiel in libraries/Modelica 3.2.txt - update testsuite/parser/ParseFullModelica3.2.mos due to changed made by hkiel ------------------------------------------------------------------------ r11418 | hkiel | 2012-03-14 10:17:02 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk M /trunk/Compiler M /trunk/Compiler/omc_release M /trunk/Compiler/susan_codegen/SimCode M /trunk/FMI/import/source M /trunk/Parser M /trunk/SimulationRuntime/interactive/SampleClient M /trunk/testsuite/bootstrapping - ignore generated files ------------------------------------------------------------------------ r11417 | sjoelund.se | 2012-03-14 09:57:15 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Replace special xml characters with the entity ------------------------------------------------------------------------ r11416 | hkiel | 2012-03-14 09:41:28 +0100 (Wed, 14 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c M /trunk/SimulationRuntime/c/math-support/initialization.c - remove stray "*/" - change calloc to malloc for immediately initialized memory ------------------------------------------------------------------------ r11415 | hkiel | 2012-03-14 09:40:34 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo - remove typo ------------------------------------------------------------------------ r11414 | hkiel | 2012-03-14 09:38:19 +0100 (Wed, 14 Mar 2012) | 1 line Changed paths: M /trunk/libraries/Modelica 3.2/Electrical/Analog/Ideal.mo M /trunk/libraries/Modelica 3.2/Electrical/Digital.mo - replaced integers by their appropriate enumeration values ------------------------------------------------------------------------ r11413 | sjoelund.se | 2012-03-13 17:46:38 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Fix columns ------------------------------------------------------------------------ r11412 | sjoelund.se | 2012-03-13 16:30:51 +0100 (Tue, 13 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo #1408 - Removed support for min/max(string) as only enum,bool,int,real are allowed ------------------------------------------------------------------------ r11411 | adeas31 | 2012-03-13 14:59:21 +0100 (Tue, 13 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - Fix the tabs :) ------------------------------------------------------------------------ r11410 | adeas31 | 2012-03-13 14:27:41 +0100 (Tue, 13 Mar 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/FMIWidget.cpp M /trunk/OMEdit/OMEditGUI/OMCProxy.cpp - Fixed OMEdit to handle new changes of importFMU. ------------------------------------------------------------------------ r11409 | adeas31 | 2012-03-13 14:26:11 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/FMI/import/source/moGenerator.c - Fixed the importFMU. - Removed the moGenerator::getDecompPath(), omc should sent the right output directory to fmigenerator. ------------------------------------------------------------------------ r11408 | sjoelund.se | 2012-03-13 13:56:44 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/Parser/main.c M /trunk/Parser/omcc/Lexer.mo M /trunk/Parser/omcc/LexerGenerator.mo M /trunk/Parser/omcc/LexerModelica.mo M /trunk/Parser/omcc/Main.mo M /trunk/Parser/omcc/OMCC.mo M /trunk/Parser/omcc/Parser.mo M /trunk/Parser/omcc/ParserGenerator.mo M /trunk/Parser/omcc/ParserModelica.mo M /trunk/Parser/omcc/Types.mo M /trunk/Parser/parse.c - Fix coding style ------------------------------------------------------------------------ r11407 | sjoelund.se | 2012-03-13 13:17:06 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Increase ulimit ------------------------------------------------------------------------ r11406 | sjoelund.se | 2012-03-13 13:05:23 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/3rdParty/HumMod/Makefile M /trunk/testsuite/3rdParty/siemens/Makefile - Fix rtest path in Makefiles ------------------------------------------------------------------------ r11405 | sjoelund.se | 2012-03-13 12:38:00 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos M /trunk/Makefile.in - Changed order of cells ------------------------------------------------------------------------ r11404 | perost | 2012-03-13 12:06:45 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fix application of redeclares in SCodeInst.instExtends. ------------------------------------------------------------------------ r11403 | sjoelund.se | 2012-03-13 11:07:22 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - Try to run the simulation in BuildModelRecursive.mos ------------------------------------------------------------------------ r11402 | sjoelund.se | 2012-03-13 10:01:28 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Use eq, not == ------------------------------------------------------------------------ r11401 | sjoelund.se | 2012-03-13 09:43:50 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Test for empty xml-file ------------------------------------------------------------------------ r11400 | sjoelund.se | 2012-03-13 08:42:38 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/simulation/libf2c/signal1.h0 M /trunk/SimulationRuntime/c/simulation/libf2c/sysdep1.h0 - Fix the source of .h-files containing tabs ------------------------------------------------------------------------ r11399 | sjoelund.se | 2012-03-13 08:08:21 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Terminate the find regex so we do not find .h0 files on some OSes ------------------------------------------------------------------------ r11398 | sjoelund.se | 2012-03-13 07:54:08 +0100 (Tue, 13 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/TplAbsyn.mo M /trunk/Compiler/Template/TplMain.mo M /trunk/Compiler/Template/TplParser.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/Compiler/susan_codegen/TplCodegenTV.mo M /trunk/Compiler/susan_codegen/paperI.mo M /trunk/Compiler/susan_codegen/testI.mo M /trunk/Makefile.in M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp M /trunk/OMNotebook/OMNotebookGUI/notebook.h M /trunk/OMNotebook/OMSketch/Draw_Arc.cpp M /trunk/OMNotebook/OMSketch/Draw_Arc.h M /trunk/OMNotebook/OMSketch/Draw_Arrow.cpp M /trunk/OMNotebook/OMSketch/Draw_Arrow.h M /trunk/OMNotebook/OMSketch/Draw_Ellipse.cpp M /trunk/OMNotebook/OMSketch/Draw_Ellipse.h M /trunk/OMNotebook/OMSketch/Draw_LineArrow.cpp M /trunk/OMNotebook/OMSketch/Draw_LineArrow.h M /trunk/OMNotebook/OMSketch/Draw_Rectangle.cpp M /trunk/OMNotebook/OMSketch/Draw_Rectangle.h M /trunk/OMNotebook/OMSketch/Draw_RoundRect.cpp M /trunk/OMNotebook/OMSketch/Draw_RoundRect.h M /trunk/OMNotebook/OMSketch/Draw_Triangle.cpp M /trunk/OMNotebook/OMSketch/Draw_Triangle.h M /trunk/OMNotebook/OMSketch/Draw_line.cpp M /trunk/OMNotebook/OMSketch/Draw_polygon.cpp M /trunk/OMNotebook/OMSketch/Graph_Scene.cpp M /trunk/OMNotebook/OMSketch/Graph_Scene.h M /trunk/OMNotebook/OMSketch/Scene_Objects.cpp M /trunk/OMNotebook/OMSketch/Scene_Objects.h M /trunk/OMNotebook/OMSketch/Sketch_files.cpp M /trunk/OMNotebook/OMSketch/Tools.cpp M /trunk/OMNotebook/OMSketch/Tools.h M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/FileData/CSV.h M /trunk/OMOptim/Core/FileData/LoadOMOptim.h M /trunk/OMOptim/Core/FileData/SaveOMOptim.h M /trunk/OMOptim/Core/Modelica/ModComponent.cpp M /trunk/OMOptim/Core/Modelica/ModComponent.h M /trunk/OMOptim/Core/Modelica/ModExecution.cpp M /trunk/OMOptim/Core/Modelica/ModExecution.h M /trunk/OMOptim/Core/Modelica/ModItem.cpp M /trunk/OMOptim/Core/Modelica/ModItem.h M /trunk/OMOptim/Core/Modelica/ModItemsTree.h M /trunk/OMOptim/Core/Modelica/ModLoader.h M /trunk/OMOptim/Core/Modelica/ModModel.cpp M /trunk/OMOptim/Core/Modelica/ModModel.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModPackage.cpp M /trunk/OMOptim/Core/Modelica/ModPackage.h M /trunk/OMOptim/Core/Modelica/ModRecord.cpp M /trunk/OMOptim/Core/Modelica/ModRecord.h M /trunk/OMOptim/Core/Modelica/Modelica.h M /trunk/OMOptim/Core/Modelica/ModelicaConnection.cpp M /trunk/OMOptim/Core/Modelica/ModelicaConnection.h M /trunk/OMOptim/Core/Modelica/ModelicaConnections.cpp M /trunk/OMOptim/Core/Modelica/ModelicaConnections.h M /trunk/OMOptim/Core/Modelica/ModelicaModifier.cpp M /trunk/OMOptim/Core/Modelica/ModelicaModifier.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OMC/MOomc.h M /trunk/OMOptim/Core/OMC/OMCThreads.h M /trunk/OMOptim/Core/OMC/commandcompletion.cpp M /trunk/OMOptim/Core/OMC/commandcompletion.h M /trunk/OMOptim/Core/OMC/commandunit.h M /trunk/OMOptim/Core/OMC/inputcelldelegate.h M /trunk/OMOptim/Core/OMC/omc_communicator.cpp M /trunk/OMOptim/Core/OMC/omcinteractiveenvironment.cpp M /trunk/OMOptim/Core/OMC/omcinteractiveenvironment.h M /trunk/OMOptim/Core/OMOptimSettings.cpp M /trunk/OMOptim/Core/OMOptimSettings.h M /trunk/OMOptim/Core/OpenModelica/OpenModelica.h M /trunk/OMOptim/Core/OptObjective.cpp M /trunk/OMOptim/Core/OptObjective.h M /trunk/OMOptim/Core/Optim/EA/AlgoParameter.cpp M /trunk/OMOptim/Core/Optim/EA/AlgoParameter.h M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAStdCheckPoint.h M /trunk/OMOptim/Core/Optim/EA/Checkpoints/EAUpdaterDispObjGUI.h M /trunk/OMOptim/Core/Optim/EA/Chromosome/EOAdapt.h M /trunk/OMOptim/Core/Optim/EA/Chromosome/EOStd.h M /trunk/OMOptim/Core/Optim/EA/Crossover/SBCrossover.h M /trunk/OMOptim/Core/Optim/EA/Init/EAAdaptReinitStdDev.h M /trunk/OMOptim/Core/Optim/EA/Init/EAStdBounds.h M /trunk/OMOptim/Core/Optim/EA/Init/EAStdInitBounded.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.h M /trunk/OMOptim/Core/Optim/EA/Mutations/EAStdMutation.h M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.cpp M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2Algo.h M /trunk/OMOptim/Core/Optim/EA/OMEAEvalContinue.h M /trunk/OMOptim/Core/Optim/EA/OMEAEvalFuncCounter.h M /trunk/OMOptim/Core/Optim/EA/OMEAProgress.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.cpp M /trunk/OMOptim/Core/Optim/EA/OptimAlgo.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgosList.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1.cpp M /trunk/OMOptim/Core/Optim/EA/SA1/SA1.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1Algo.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1Archive.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Algo.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Crossover.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptInitBounded.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptMutation.h M /trunk/OMOptim/Core/ParetoDominance.cpp M /trunk/OMOptim/Core/ParetoDominance.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.h M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Tools/vqtconvert.cpp M /trunk/OMOptim/Core/Tools/vqtconvert.h M /trunk/OMOptim/Core/VariablesManip.cpp M /trunk/OMOptim/Core/VariablesManip.h M /trunk/OMOptim/GUI/Dialogs/AboutOMOptim.cpp M /trunk/OMOptim/GUI/Dialogs/AboutOMOptim.h M /trunk/OMOptim/GUI/Dialogs/BlockSubstituteConnDlg.cpp M /trunk/OMOptim/GUI/Dialogs/BlockSubstituteConnDlg.h M /trunk/OMOptim/GUI/Dialogs/HelpDlg.cpp M /trunk/OMOptim/GUI/Dialogs/HelpDlg.h M /trunk/OMOptim/GUI/Dialogs/newprojectform.cpp M /trunk/OMOptim/GUI/Dialogs/newprojectform.h M /trunk/OMOptim/GUI/Plots/MOOptPlot.h M /trunk/OMOptim/GUI/Scene/BlockDrawItem.cpp M /trunk/OMOptim/GUI/Scene/BlockDrawItem.h M /trunk/OMOptim/GUI/Scene/BlockSubsScene.cpp M /trunk/OMOptim/GUI/Scene/arrow.cpp M /trunk/OMOptim/GUI/Scene/arrow.h M /trunk/OMOptim/GUI/Scene/diagramitem.cpp M /trunk/OMOptim/GUI/Scene/diagramitem.h M /trunk/OMOptim/GUI/Scene/diagramscene.cpp M /trunk/OMOptim/GUI/Scene/diagramscene.h M /trunk/OMOptim/GUI/Scene/diagramtextitem.cpp M /trunk/OMOptim/GUI/Scene/diagramtextitem.h M /trunk/OMOptim/GUI/Tabs/TabOMC.cpp M /trunk/OMOptim/GUI/Tabs/TabOMC.h M /trunk/OMOptim/GUI/Tabs/TabOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabOneSim.h M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.h M /trunk/OMOptim/GUI/Tabs/TabProject.cpp M /trunk/OMOptim/GUI/Tabs/TabProject.h M /trunk/OMOptim/GUI/Tabs/TabResOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.h M /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp M /trunk/OMOptim/GUI/Widgets/WidgetBlocks.cpp M /trunk/OMOptim/GUI/Widgets/WidgetBlocks.h M /trunk/OMOptim/GUI/Widgets/WidgetCalculateMooPoints.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCalculateMooPoints.h M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.h M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptParameters.h M /trunk/OMOptim/GUI/Widgets/WidgetOptTable.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptTable.h M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.h M /trunk/OMOptim/GUI/Widgets/WidgetProjectInfos.h M /trunk/OMOptim/GUI/Widgets/WidgetResultInfos.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelPointScan.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelPointScan.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectComponents.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectComponents.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectModModel.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectModModel.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.h M /trunk/OMOptim/GUI/Widgets/WidgetToolBar.cpp M /trunk/OMOptim/GUI/Widgets/WidgetToolBar.h M /trunk/OMOptim/OMOptimBasis/FileData/Load.h M /trunk/OMOptim/OMOptimBasis/FileData/Save.h M /trunk/OMOptim/OMOptimBasis/FileData/XML.cpp M /trunk/OMOptim/OMOptimBasis/FileData/XML.h M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectVars.h M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSettings.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSettings.h M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/NewProjectBaseForm.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/NewProjectBaseForm.h M /trunk/OMOptim/OMOptimBasis/GUI/Plots/MOPlot.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Plots/MOPlot.h M /trunk/OMOptim/OMOptimBasis/GUI/Plots/MyQwtPlotPicker.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Plots/MyQwtPlotPicker.h M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MO2ColTab.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MO2ColTab.h M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTab.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTab.h M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTabBase.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTabBase.h M /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabGeneric.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOSplitter.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOSplitter.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOStyleSheet.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOStyleSheet.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyDelegates.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyDelegates.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTextLog.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTextLog.h M /trunk/OMOptim/OMOptimBasis/GUI/Tools/qsciencespinbox.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetList.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetList.h M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.cpp M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.h M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.h M /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.h M /trunk/OMOptim/OMOptimBasis/Infos/Info.cpp M /trunk/OMOptim/OMOptimBasis/Infos/Info.h M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.cpp M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.h M /trunk/OMOptim/OMOptimBasis/Infos/ListInfo.h M /trunk/OMOptim/OMOptimBasis/MOClasses.h M /trunk/OMOptim/OMOptimBasis/MOItem.cpp M /trunk/OMOptim/OMOptimBasis/MOItem.h M /trunk/OMOptim/OMOptimBasis/MOParameter.h M /trunk/OMOptim/OMOptimBasis/MOSettings.h M /trunk/OMOptim/OMOptimBasis/MOTableView.cpp M /trunk/OMOptim/OMOptimBasis/MOTableView.h M /trunk/OMOptim/OMOptimBasis/MOThreads.h M /trunk/OMOptim/OMOptimBasis/Problems/OMCases.h M /trunk/OMOptim/OMOptimBasis/Problems/Problem.cpp M /trunk/OMOptim/OMOptimBasis/Problems/ProblemConfig.cpp M /trunk/OMOptim/OMOptimBasis/Problems/ProblemConfig.h M /trunk/OMOptim/OMOptimBasis/Problems/Problems.cpp M /trunk/OMOptim/OMOptimBasis/Problems/Problems.h M /trunk/OMOptim/OMOptimBasis/Problems/Results.cpp M /trunk/OMOptim/OMOptimBasis/Problems/Results.h M /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp M /trunk/OMOptim/OMOptimBasis/Tools/HighTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/HighTools.h M /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h M /trunk/OMOptim/OMOptimBasis/Tools/SleeperThread.h M /trunk/OMOptim/OMOptimBasis/Tools/XMLTools.cpp M /trunk/OMOptim/OMOptimBasis/Tools/XMLTools.h M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEDimValue.h M /trunk/OMOptim/OMOptimBasis/Units/MEHTCoeff.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEHTCoeff.h M /trunk/OMOptim/OMOptimBasis/Units/MEMassFlow.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEMassFlow.h M /trunk/OMOptim/OMOptimBasis/Units/MEQflow.cpp M /trunk/OMOptim/OMOptimBasis/Units/MEQflow.h M /trunk/OMOptim/OMOptimBasis/Units/MERefValue.cpp M /trunk/OMOptim/OMOptimBasis/Units/MERefValue.h M /trunk/OMOptim/OMOptimBasis/Units/MESpecHeatCapacity.h M /trunk/OMOptim/OMOptimBasis/Units/MESurface.cpp M /trunk/OMOptim/OMOptimBasis/Units/MESurface.h M /trunk/OMOptim/OMOptimBasis/Units/METemperature.cpp M /trunk/OMOptim/OMOptimBasis/Units/METemperature.h M /trunk/OMOptim/OMOptimBasis/Variable.cpp M /trunk/OMOptim/version.h M /trunk/SimulationRuntime/c/simulation/solver/dassl.c M /trunk/SimulationRuntime/c/simulation/solver/dassl.h M /trunk/SimulationRuntime/c/simulation/solver/dopri45.c M /trunk/SimulationRuntime/c/simulation/solver/dopri45.h M /trunk/SimulationRuntime/c/simulation/solver/events.c - Remove some tabs from sources ------------------------------------------------------------------------ r11397 | sjoelund.se | 2012-03-12 22:15:29 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/Graph.mo M /trunk/Makefile.in M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/math-support/model_help.c M /trunk/SimulationRuntime/c/meta/dtoa.c M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/meta/realString.c D /trunk/mosh/src/builtin_function.cpp D /trunk/mosh/src/builtin_function.hpp D /trunk/mosh/src/compiled_function.cpp D /trunk/mosh/src/compiled_function.hpp D /trunk/mosh/src/expression_parser.g D /trunk/mosh/src/function_argument.cpp D /trunk/mosh/src/function_argument.hpp D /trunk/mosh/src/modelica_function.cpp D /trunk/mosh/src/modelica_function.hpp D /trunk/mosh/src/modelica_runtime_error.cpp D /trunk/mosh/src/modelica_runtime_error.hpp D /trunk/mosh/src/modelica_type.cpp D /trunk/mosh/src/modelica_type.hpp M /trunk/mosh/src/mosh.cpp M /trunk/mosh/src/options.cpp D /trunk/mosh/src/runtime D /trunk/mosh/src/symboltable.cpp D /trunk/mosh/src/symboltable.hpp D /trunk/mosh/src/value.cpp D /trunk/mosh/src/value.hpp D /trunk/mosh/src/walker.g - Improved tab detection ------------------------------------------------------------------------ r11396 | sjoelund.se | 2012-03-12 21:52:25 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in - Added make target tab-error ------------------------------------------------------------------------ r11395 | sjoelund.se | 2012-03-12 21:34:53 +0100 (Mon, 12 Mar 2012) | 3 lines Changed paths: D /trunk/testsuite/parser/CheckSourcesForTabs.mos M /trunk/testsuite/parser/Makefile - Removing CheckSourcesForTabs from testsuite + We should replace this with a Hudson job ------------------------------------------------------------------------ r11394 | sjoelund.se | 2012-03-12 20:03:07 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/partest/runtests.pl - Some more error checking, and runtest.pl should now work on the offending tests when run from the default directory (testsuite root) ------------------------------------------------------------------------ r11393 | sjoelund.se | 2012-03-12 18:56:15 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Don't print failed for every test... ------------------------------------------------------------------------ r11392 | sjoelund.se | 2012-03-12 18:42:27 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Fix runtest.pl ------------------------------------------------------------------------ r11391 | sjoelund.se | 2012-03-12 18:36:47 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Always print tests that fail ------------------------------------------------------------------------ r11388 | sjoelund.se | 2012-03-12 17:13:15 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl - Fix for tests that do not run in sandbox (chdir to correct one, use correct path to rtest) ------------------------------------------------------------------------ r11387 | sjoelund.se | 2012-03-12 16:56:28 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: A /trunk/testsuite/3rdParty/HumMod/Makefile - Added missing file ------------------------------------------------------------------------ r11386 | sjoelund.se | 2012-03-12 16:41:37 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: A /trunk/testsuite/3rdParty/HumMod A /trunk/testsuite/3rdParty/HumMod/HumModOMCTotal.mo (from /trunk/testsuite/mosfiles-nosim/HumModOMCTotal.mo:11385) A /trunk/testsuite/3rdParty/HumMod/checkHumMod.mos (from /trunk/testsuite/mosfiles-nosim/checkHumMod.mos:11385) A /trunk/testsuite/3rdParty/HumMod/instHumMod.mos (from /trunk/testsuite/mosfiles-nosim/instHumMod.mos:11385) A /trunk/testsuite/3rdParty/siemens (from /trunk/testsuite/siemens:11385) A /trunk/testsuite/HumMod M /trunk/testsuite/Makefile D /trunk/testsuite/mosfiles-nosim/HumModOMCTotal.mo M /trunk/testsuite/mosfiles-nosim/Makefile D /trunk/testsuite/mosfiles-nosim/checkHumMod.mos D /trunk/testsuite/mosfiles-nosim/instHumMod.mos D /trunk/testsuite/siemens - Moved HumMod and Siemens tests to 3rdParty ------------------------------------------------------------------------ r11385 | sjoelund.se | 2012-03-12 16:21:47 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtest.pl M /trunk/testsuite/partest/runtests.pl - Add time information to test log ------------------------------------------------------------------------ r11384 | sjoelund.se | 2012-03-12 15:39:19 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/Examples/BuildModelRecursive.mos - BuildModelRecursive.mos now sets a ulimit on time ------------------------------------------------------------------------ r11383 | perost | 2012-03-12 15:29:06 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl - Removed invalid 'external' prefix from external functions in SCodeDump. ------------------------------------------------------------------------ r11382 | sjoelund.se | 2012-03-12 14:14:58 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Try to ease Hudson parsing ------------------------------------------------------------------------ r11381 | hubert.thieriot | 2012-03-12 14:14:30 +0100 (Mon, 12 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/build/OMOptimLib.pro - added OMOptimSettings to sources list ------------------------------------------------------------------------ r11380 | sjoelund.se | 2012-03-12 13:42:15 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/build/Makefile.unix.in M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptimLib.pro - Don't build dynamic libraries in OMOptim ------------------------------------------------------------------------ r11379 | perost | 2012-03-12 13:19:23 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/interactive/interactive_api_simulations.mos - Update expected output. ------------------------------------------------------------------------ r11378 | sjoelund.se | 2012-03-12 13:05:04 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Fix class names ------------------------------------------------------------------------ r11377 | Frenkel TUD | 2012-03-12 12:53:12 +0100 (Mon, 12 Mar 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/TaskGraph.mo M /trunk/Compiler/Util/Flags.mo M /trunk/testsuite/mosfiles/ABCDsystem.csv.mos M /trunk/testsuite/mosfiles/nonConstantParam.mos M /trunk/testsuite/mosfiles-msl22/IdealGear.mos M /trunk/testsuite/mosfiles-msl22/IdealGearBrake.mos - 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 ------------------------------------------------------------------------ r11376 | sjoelund.se | 2012-03-12 12:29:28 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Forgot closing tag ------------------------------------------------------------------------ r11375 | sjoelund.se | 2012-03-12 12:15:49 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - Fix junit test format ------------------------------------------------------------------------ r11374 | sjoelund.se | 2012-03-12 11:55:19 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/partest/runtests.pl - runtests.pl: Added -with-xml flag ------------------------------------------------------------------------ r11372 | hubert.thieriot | 2012-03-12 10:42:29 +0100 (Mon, 12 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.h M /trunk/OMOptim/Core/OMOptimSettings.cpp M /trunk/OMOptim/Core/OMOptimSettings.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1moShiftNeighbor.h M /trunk/OMOptim/Core/Optim/EA/SA1/sa1moshiftneighbor.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Project.h D /trunk/OMOptim/GUI/Dialogs/OMTableDialog.cpp D /trunk/OMOptim/GUI/Dialogs/OMTableDialog.h D /trunk/OMOptim/GUI/Tabs/TabProjectInfos.h M /trunk/OMOptim/OMOptimBasis/MOSettings.h M /trunk/OMOptim/main.cpp - settings changes ------------------------------------------------------------------------ r11370 | perost | 2012-03-12 10:23:31 +0100 (Mon, 12 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/mofiles/Makefile A /trunk/testsuite/mofiles/SumScalar.mo - Added test case for sum(scalar). ------------------------------------------------------------------------ r11369 | adrpo | 2012-03-11 20:16:38 +0100 (Sun, 11 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsV4.mos M /trunk/testsuite/libraries/multibody/systems/RobotR3.mos M /trunk/testsuite/mosfiles-nosim/Model1.mos M /trunk/testsuite/mosfiles-nosim/Model2.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos - expected output. ------------------------------------------------------------------------ r11368 | adrpo | 2012-03-11 19:43:00 +0100 (Sun, 11 Mar 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/README - update README so that changes done by Jens Frenkel are copied to build/lib/omlibrary. - update Modelica 3.1.txt with the changed done by Jens Frenkel. ------------------------------------------------------------------------ r11367 | Frenkel TUD | 2012-03-11 14:54:07 +0100 (Sun, 11 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Derive.mo - bugfix derivative of ASUB ------------------------------------------------------------------------ r11366 | Frenkel TUD | 2012-03-11 13:58:36 +0100 (Sun, 11 Mar 2012) | 1 line Changed paths: M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/package.mo - add missing inline annotation in function World.gravityAccelerationTypes ------------------------------------------------------------------------ r11365 | sjoelund.se | 2012-03-10 11:52:46 +0100 (Sat, 10 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/Compiler/Util/Error.mo - Make sum(scalar) an error ------------------------------------------------------------------------ r11364 | Frenkel TUD | 2012-03-10 11:38:56 +0100 (Sat, 10 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/mosfiles/BouncingBall2.mo M /trunk/testsuite/mosfiles/BouncingBall2.mos - fix for Bug [# 1596] Simple equation not found - fix name problem for mosfiles/BouncingBall2 ------------------------------------------------------------------------ r11363 | Frenkel TUD | 2012-03-09 21:58:19 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo - remove unused code ------------------------------------------------------------------------ r11362 | Frenkel TUD | 2012-03-09 21:21:46 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - fix test ------------------------------------------------------------------------ r11361 | Frenkel TUD | 2012-03-09 19:55:18 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/FrontEnd/Inline.mo - break loop in Derive by providing information about inline success ------------------------------------------------------------------------ r11360 | Frenkel TUD | 2012-03-09 18:53:55 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo - ~10% speedup for removeSimpleEquation ------------------------------------------------------------------------ r11359 | sjoelund.se | 2012-03-09 17:32:56 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.1.mos - Expected output ------------------------------------------------------------------------ r11358 | sjoelund.se | 2012-03-09 16:41:59 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.1.txt - Description of previous commit changes to MSL31 ------------------------------------------------------------------------ r11357 | sjoelund.se | 2012-03-09 16:40:17 +0100 (Fri, 09 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Types.mo M /trunk/libraries/Modelica 3.1/Electrical/Digital.mo M /trunk/libraries/README M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos - Removed support for enum and Integer being compatible types - Testsuite still runs - But probably still problems in MSL31 ------------------------------------------------------------------------ r11356 | adeas31 | 2012-03-09 16:37:59 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/ShapeAnnotation.cpp - Check for the extent points value before calculating the boundingRect. ------------------------------------------------------------------------ r11354 | sjoelund.se | 2012-03-09 13:39:12 +0100 (Fri, 09 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Types.mo M /trunk/testsuite/libraries/biochem/BiochemModels.mos M /trunk/testsuite/libraries/biochem/EnzMM.mos M /trunk/testsuite/libraries/biochem/Glycolysis.mos M /trunk/testsuite/libraries/biochem/InsulinSignaling_Sedaghat.mos M /trunk/testsuite/libraries/biochem/UniBi.mos M /trunk/testsuite/libraries/biochem/UniUni.mos M /trunk/testsuite/mosfiles-nosim/checkHumMod.mos M /trunk/testsuite/mosfiles-nosim/instHumMod.mos - 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 ------------------------------------------------------------------------ r11353 | sjoelund.se | 2012-03-09 13:08:35 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Expected output ------------------------------------------------------------------------ r11352 | sjoelund.se | 2012-03-09 12:51:33 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/InstSection.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo - Moved connect(a,a) warning to Inst instead of SCode ------------------------------------------------------------------------ r11351 | sjoelund.se | 2012-03-09 12:49:01 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.2/Electrical/Digital.mo M /trunk/libraries/README M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos - Expected output ------------------------------------------------------------------------ r11350 | sjoelund.se | 2012-03-09 12:14:38 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/libraries/Modelica 3.1/Electrical/Digital.mo M /trunk/libraries/Modelica 3.2/Electrical/Digital.mo M /trunk/libraries/README M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Update from MSL Maintenance branches for Digital.mo ------------------------------------------------------------------------ r11349 | sjoelund.se | 2012-03-09 12:01:36 +0100 (Fri, 09 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/build/Makefile.unix.in - Added qmake targets ------------------------------------------------------------------------ r11348 | Frenkel TUD | 2012-03-09 09:53:17 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo - report Error Message in case of Discrete Equation Systems ------------------------------------------------------------------------ r11347 | Frenkel TUD | 2012-03-09 08:17:25 +0100 (Fri, 09 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - remove rule for min/max (enumeration, int) ------------------------------------------------------------------------ r11346 | adeas31 | 2012-03-08 21:25:09 +0100 (Thu, 08 Mar 2012) | 1 line Changed paths: M /trunk/Parser/parse.c - Changed UTF8 to UTF-8. ------------------------------------------------------------------------ r11345 | perost | 2012-03-08 18:14:24 +0100 (Thu, 08 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/Util/List.mo - Improved handling of bindings and deduction of array dimensions in SCodeInst. - Added List.lastN and List.stripN. ------------------------------------------------------------------------ r11344 | JohannaSchneider | 2012-03-08 14:58:57 +0100 (Thu, 08 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo - bugfix tearing ------------------------------------------------------------------------ r11343 | perost | 2012-03-08 13:52:44 +0100 (Thu, 08 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeEnv.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeFlattenRedeclare.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Util/Util.mo - Implemented class extends support in SCodeInst. ------------------------------------------------------------------------ r11342 | sjoelund.se | 2012-03-08 13:12:08 +0100 (Thu, 08 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/runtime/systemimpl.h M /trunk/Parser/parse.c #1710 - Check filename for invalid characters ------------------------------------------------------------------------ r11341 | Frenkel TUD | 2012-03-08 00:56:14 +0100 (Thu, 08 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/mofiles/MaxArray.mo - fix test ------------------------------------------------------------------------ r11340 | Frenkel TUD | 2012-03-08 00:27:55 +0100 (Thu, 08 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo - simplify min/max(enumeration) - set min max from enumeration for variables (maybe should be done in frontend) ------------------------------------------------------------------------ r11339 | adrpo | 2012-03-08 00:10:04 +0100 (Thu, 08 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/testsuite/parser/ParseFullModelica3.1.mos - fix the CodegenC.tpl for T_ARRAY (be more specific). - expected output in testsuite/parser/ParseFullModelica3.1.mos ------------------------------------------------------------------------ r11338 | adrpo | 2012-03-08 00:07:41 +0100 (Thu, 08 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/SimCodeTest.mos - expected output. ------------------------------------------------------------------------ r11337 | adrpo | 2012-03-07 23:40:30 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/libraries/Modelica 3.1.txt - update to libraries/Modelica 3.1.txt. ------------------------------------------------------------------------ r11336 | adrpo | 2012-03-07 23:36:42 +0100 (Wed, 07 Mar 2012) | 16 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo M /trunk/SimulationRuntime/c/meta/gc/common.h M /trunk/SimulationRuntime/c/meta/gc/gc.h M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/gc/generational.h M /trunk/SimulationRuntime/c/meta/gc/marksweep.c M /trunk/SimulationRuntime/c/meta/gc/roots.c M /trunk/SimulationRuntime/c/meta/gc/roots.h M /trunk/SimulationRuntime/c/meta/meta_modelica.h M /trunk/SimulationRuntime/c/meta/meta_modelica_builtin.c M /trunk/libraries/Modelica 3.1/Media/IdealGases/Common/package.mo M /trunk/libraries/README M /trunk/testsuite/bootstrapping/LinkMain.makefile.mingw M /trunk/testsuite/bootstrapping/SimCodeTest.mos M /trunk/testsuite/bootstrapping/main.c M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos - 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) ------------------------------------------------------------------------ r11335 | Frenkel TUD | 2012-03-07 23:06:29 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile - move Modelica.Electrical.Digital.Examples.Adder4 to failingtests ------------------------------------------------------------------------ r11334 | Frenkel TUD | 2012-03-07 22:40:20 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - lower enumerations to discrete vars like integers ------------------------------------------------------------------------ r11333 | Frenkel TUD | 2012-03-07 22:27:41 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendVariable.mo - Var is either continous or discrete ------------------------------------------------------------------------ r11332 | adrpo | 2012-03-07 21:08:56 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/util/division.h - division.h: switch __FILE__ and __LINE__ in DIVISION macro as they are expected by division_error function. ------------------------------------------------------------------------ r11331 | adrpo | 2012-03-07 19:07:33 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.IdealGasH2O.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.SimpleLiquidWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.N2AsMix.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Water.StandardWater.mos - use build model for models that fail during simulation. ------------------------------------------------------------------------ r11330 | adrpo | 2012-03-07 18:32:31 +0100 (Wed, 07 Mar 2012) | 7 lines Changed paths: M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/Static.mo A /trunk/testsuite/3rdParty/TestMedia A /trunk/testsuite/3rdParty/TestMedia/Makefile A /trunk/testsuite/3rdParty/TestMedia/TestFlueGas.mos A /trunk/testsuite/3rdParty/TestMedia/TestMedia.mo A /trunk/testsuite/3rdParty/TestMedia/TestNitrogen.mos A /trunk/testsuite/3rdParty/TestMedia/TestSteam.mos A /trunk/testsuite/3rdParty/TestMedia/TestWater.mos M /trunk/testsuite/Makefile M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.TankWith3InletOutletArraysWithEvaporatorCondensor.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.FlueGas.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.WaterIF97.mos M /trunk/testsuite/siemens/valve_test.mos - 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. ------------------------------------------------------------------------ r11329 | Frenkel TUD | 2012-03-07 15:36:35 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo - fix test ------------------------------------------------------------------------ r11328 | Frenkel TUD | 2012-03-07 15:13:40 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles-nosim/SolveLinearSystem.mos - fix test ------------------------------------------------------------------------ r11327 | Frenkel TUD | 2012-03-07 14:55:26 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo - fix compilation ------------------------------------------------------------------------ r11326 | Frenkel TUD | 2012-03-07 14:46:46 +0100 (Wed, 07 Mar 2012) | 5 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/testsuite/mosfiles/algorithms.mos - add Incidencematrix type SOLVABLE - add compleqs to traverseBackendDAE and checkBackendDAE functions - use traverseBackendDAE in PartFn -> easier maintainance - more information if createOdeSystem fails ------------------------------------------------------------------------ r11325 | lochel | 2012-03-07 12:13:16 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c - fix for mapToDymolaVars ------------------------------------------------------------------------ r11324 | Frenkel TUD | 2012-03-07 11:25:07 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos - update msl31/simulate/Makefile ------------------------------------------------------------------------ r11322 | hubert.thieriot | 2012-03-07 11:18:52 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - Changed the way qwt is referred to. Allows to compile OMOptimBasis without OMDev ------------------------------------------------------------------------ r11321 | adrpo | 2012-03-07 09:17:51 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: A /trunk/SimulationRuntime/OpenTurns/model_name.h M /trunk/SimulationRuntime/OpenTurns/wrapper.c - OpenTurns updates. ------------------------------------------------------------------------ r11320 | adrpo | 2012-03-07 08:28:46 +0100 (Wed, 07 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/SimCode.mo - consider also partially evaluated functions and also do union as we seem to get duplicates. ------------------------------------------------------------------------ r11319 | adrpo | 2012-03-07 06:30:01 +0100 (Wed, 07 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.TestGlycol.mos - also consider external functions! duh :) - expected output for some tests. ------------------------------------------------------------------------ r11318 | Frenkel TUD | 2012-03-07 00:07:15 +0100 (Wed, 07 Mar 2012) | 7 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/Main/Main.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/SimulationRuntime/c/CMakeLists.txt M /trunk/SimulationRuntime/c/simulation/results/CMakeLists.txt M /trunk/SimulationRuntime/c/util/CMakeLists.txt M /trunk/testsuite/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TestOnly.IdealGasN2.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Incompressible.Examples.TestGlycol.mos M /trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.PID_Controller.mos - 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 ------------------------------------------------------------------------ r11317 | lochel | 2012-03-06 19:47:52 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c - import from matfile supports now variables with dymola names ------------------------------------------------------------------------ r11316 | Frenkel TUD | 2012-03-06 19:24:32 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/testsuite/libraries/msl31/media/simulate/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos - simplify size operator helps media ------------------------------------------------------------------------ r11314 | adeas31 | 2012-03-06 14:56:42 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.config.in M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptimLib.pro - Fixed the OMOptim compilation. Why we are linking OMOptimBasis against OMPlot? Its not required. Changed the shared libs to static libs. ------------------------------------------------------------------------ r11312 | adrpo | 2012-03-06 11:13:45 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/build/OMOptimLib.pro - do not make a shared lib. ------------------------------------------------------------------------ r11311 | adrpo | 2012-03-06 10:45:42 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/OMOptim/build/Makefile.unix.in - attempt to fix OMOptim??!! ------------------------------------------------------------------------ r11310 | adrpo | 2012-03-06 10:19:12 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl221/Electrical/Makefile - move ./libraries/msl221/Electrical/HeatingRectifier2.mos to failing tests ------------------------------------------------------------------------ r11309 | perost | 2012-03-06 10:05:01 +0100 (Tue, 06 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Removed some deprecated code from SCodeInst. ------------------------------------------------------------------------ r11306 | Frenkel TUD | 2012-03-06 09:25:25 +0100 (Tue, 06 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/Derive.mo - break loop in Derive ------------------------------------------------------------------------ r11305 | lochel | 2012-03-05 18:53:44 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/util/division.c M /trunk/SimulationRuntime/c/util/division.h - stop the simulation, if an error occurs ------------------------------------------------------------------------ r11302 | hubert.thieriot | 2012-03-05 17:42:27 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: D /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro.user - removed user file ------------------------------------------------------------------------ r11300 | hubert.thieriot | 2012-03-05 17:39:40 +0100 (Mon, 05 Mar 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro.user M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMOptim/build/OMOptimLib.pro M /trunk/OMOptim/main.cpp M /trunk/OMOptim/version.h - OMOptim now relies on OMOptimlib : no more "double compilation" - debug versions have a 'd' suffix - removed some unused variables ------------------------------------------------------------------------ r11299 | perost | 2012-03-05 16:16:01 +0100 (Mon, 05 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Partially implemented error message for cyclic dependencies in SCodeInst. ------------------------------------------------------------------------ r11296 | perost | 2012-03-05 16:09:24 +0100 (Mon, 05 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos - Fix expected output. ------------------------------------------------------------------------ r11295 | Frenkel TUD | 2012-03-05 15:57:51 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Electrical.Digital.Examples.HalfAdder.mos - move Modelica.Electrical.Digital.Examples.HalfAdder.mos to WRONGRESULTTEST ------------------------------------------------------------------------ r11294 | Frenkel TUD | 2012-03-05 15:33:01 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos - move Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses to testfiles ------------------------------------------------------------------------ r11293 | Frenkel TUD | 2012-03-05 15:22:13 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/Derive.mo - fix for bug [# 1693] , use type of expression for mul when calculate the derivative of DIV_ARRAY_SCALAR ------------------------------------------------------------------------ r11292 | lochel | 2012-03-05 13:46:57 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c - minor fix ------------------------------------------------------------------------ r11291 | lochel | 2012-03-05 12:37:52 +0100 (Mon, 05 Mar 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp - add two optimization methods from OM1.8.0 (simplex and newuoa) ------------------------------------------------------------------------ r11290 | perost | 2012-03-05 11:30:25 +0100 (Mon, 05 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeLookup.mo * SCodeInst fixes: - Instantiate cref subscripts. - Correct instantiation of function names. ------------------------------------------------------------------------ r11289 | sjoelund.se | 2012-03-05 11:01:23 +0100 (Mon, 05 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.1.mos Expected output ------------------------------------------------------------------------ r11288 | sjoelund.se | 2012-03-05 10:58:52 +0100 (Mon, 05 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/interactive/refactorGraphAnn1.mos M /trunk/testsuite/interactive/refactorGraphAnn2.mos - Expected output ------------------------------------------------------------------------ r11287 | sjoelund.se | 2012-03-05 10:44:37 +0100 (Mon, 05 Mar 2012) | 2 lines Changed paths: M /trunk/Parser/Modelica.g M /trunk/testsuite/parser/ParseFullModelica1.6.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Parse comments in correct order ------------------------------------------------------------------------ r11286 | Frenkel TUD | 2012-03-04 23:31:37 +0100 (Sun, 04 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/SimulationRuntime/interactive/README.txt - bugfix blt, do not check continues vars in relations - update path in interaktive readme ------------------------------------------------------------------------ r11285 | Frenkel TUD | 2012-03-04 21:47:31 +0100 (Sun, 04 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/Derive.mo - if derivative of function does not exist force inline to get media examp working ------------------------------------------------------------------------ r11284 | adrpo | 2012-03-04 21:37:53 +0100 (Sun, 04 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/siemens/valve_test.mos - expected output. ------------------------------------------------------------------------ r11283 | adrpo | 2012-03-04 18:50:26 +0100 (Sun, 04 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos - expected output. ------------------------------------------------------------------------ r11282 | Frenkel TUD | 2012-03-04 14:30:22 +0100 (Sun, 04 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/testsuite/libraries/msl31/media/simulate/Makefile - 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 ------------------------------------------------------------------------ r11281 | Frenkel TUD | 2012-03-03 21:09:46 +0100 (Sat, 03 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendVarTransform.mo - add missing code for functions return records in optimisation modules ------------------------------------------------------------------------ r11280 | adrpo | 2012-03-03 10:51:37 +0100 (Sat, 03 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.TestTwoPhaseStates.mos - expected output ------------------------------------------------------------------------ r11279 | adrpo | 2012-03-03 10:35:44 +0100 (Sat, 03 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Valves.ValveVaporizing.mos M /trunk/testsuite/libraries/msl31/media/Examples.TwoPhaseWater.ExtendedProperties.mos M /trunk/testsuite/libraries/msl31/media/Examples.WaterIF97.mos M /trunk/testsuite/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos M /trunk/testsuite/siemens/valve_test.mos - expected output - 3 media/simulate models fail now! ------------------------------------------------------------------------ r11278 | Frenkel TUD | 2012-03-03 09:35:26 +0100 (Sat, 03 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - do not force inline for complex equations helps TestMedia ------------------------------------------------------------------------ r11277 | sjoelund.se | 2012-03-03 07:51:52 +0100 (Sat, 03 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/build/Makefile.unix.in - OSX .so-files are called .dylib files... ------------------------------------------------------------------------ r11276 | adrpo | 2012-03-03 06:05:45 +0100 (Sat, 03 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/mosfiles/FinalPropagation.mos - expected output. ------------------------------------------------------------------------ r11275 | adrpo | 2012-03-03 05:51:44 +0100 (Sat, 03 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/XMLDump.mo - changes in backend considered in XMLDump.mo too - dependency seems to be broken, i think we also need to consider protected imports. ------------------------------------------------------------------------ r11274 | Frenkel TUD | 2012-03-03 05:13:31 +0100 (Sat, 03 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAE.mo M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/BackEnd/BackendVariable.mo M /trunk/Compiler/BackEnd/Derive.mo M /trunk/Compiler/BackEnd/PartFn.mo M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/BackEnd/Uncertainties.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/testsuite/libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos - implement support for functions return records down to code generation, code generation works for record = f(); f() = record ------------------------------------------------------------------------ r11272 | adeas31 | 2012-03-03 01:38:45 +0100 (Sat, 03 Mar 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro M /trunk/OMNotebook/OMNotebookGUI/application.h M /trunk/OMNotebook/OMNotebookGUI/cellapplication.h M /trunk/OMNotebook/OMNotebookGUI/xmlnodename.h M /trunk/OMNotebook/OMSketch/Tools.cpp M /trunk/OMNotebook/OMSketch/Tools.h - Fixed the stupid OMSketch code. Now OMNotebook doesn't hang while opening. - Some other minor changes. ------------------------------------------------------------------------ r11267 | adeas31 | 2012-03-02 18:38:44 +0100 (Fri, 02 Mar 2012) | 1 line Changed paths: M /trunk/OMTools/OMTools.pro - Added OMOptimLib.pro ------------------------------------------------------------------------ r11266 | adeas31 | 2012-03-02 15:27:08 +0100 (Fri, 02 Mar 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Flags.mo M /trunk/OMNotebook/OMNotebookGUI/cellapplication.cpp M /trunk/OMNotebook/OMNotebookGUI/graphcell.cpp M /trunk/OMNotebook/OMNotebookGUI/graphcell.h M /trunk/OMNotebook/OMNotebookGUI/notebook.cpp M /trunk/OMNotebook/OMNotebookGUI/notebookcommands.h M /trunk/OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp M /trunk/OMNotebook/OMNotebookGUI/omcinteractiveenvironment.h M /trunk/OMNotebook/OMNotebookGUI/xmlparser.cpp 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. ------------------------------------------------------------------------ r11265 | sjoelund.se | 2012-03-02 13:55:40 +0100 (Fri, 02 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/util/string_array.c M /trunk/SimulationRuntime/c/util/string_array.h M /trunk/testsuite/mosfiles-nosim/Makefile A /trunk/testsuite/mosfiles-nosim/StringArrayReturn.mos #1707 - Add support for functions returning arrays of strings ------------------------------------------------------------------------ r11264 | sjoelund.se | 2012-03-02 13:29:29 +0100 (Fri, 02 Mar 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/build/Makefile.unix.in - Copy OMOptimBasis so-files ------------------------------------------------------------------------ r11263 | perost | 2012-03-02 10:47:13 +0100 (Fri, 02 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo - Fix correct propagation level for modifications in extends in SCodeInst. ------------------------------------------------------------------------ r11262 | adeas31 | 2012-03-02 00:56:23 +0100 (Fri, 02 Mar 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/serializingvisitor.cpp M /trunk/OMNotebook/OMNotebookGUI/xmlnodename.h M /trunk/OMNotebook/OMNotebookGUI/xmlparser.cpp M /trunk/OMPlot/OMPlotGUI/Legend.cpp M /trunk/OMPlot/OMPlotGUI/Legend.h M /trunk/OMPlot/OMPlotGUI/PlotCurve.cpp M /trunk/OMPlot/OMPlotGUI/PlotCurve.h M /trunk/OMPlot/OMPlotGUI/PlotWindow.cpp M /trunk/OMPlot/OMPlotGUI/PlotWindow.h - Integrated OMPlot with OMNotebook. - Saving the embedded plots is reopening it is also possible now. ------------------------------------------------------------------------ r11261 | adeas31 | 2012-03-02 00:00:32 +0100 (Fri, 02 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Script/Interactive.mo - Fixed isReplaceable API, check separately for public and protected elements. Added case for the extended classes as well. ------------------------------------------------------------------------ r11260 | mahge930 | 2012-03-01 21:48:05 +0100 (Thu, 01 Mar 2012) | 8 lines Changed paths: M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/Makefile A /trunk/testsuite/Makefile_sample.txt M /trunk/testsuite/README M /trunk/testsuite/bootstrapping/Makefile M /trunk/testsuite/dependency/Makefile M /trunk/testsuite/expandable/Makefile M /trunk/testsuite/fmi/Makefile M /trunk/testsuite/initialization/Makefile M /trunk/testsuite/interactive/Makefile M /trunk/testsuite/interactive-simulation/Makefile M /trunk/testsuite/libraries/biochem/Makefile M /trunk/testsuite/libraries/msl221/Electrical/Makefile M /trunk/testsuite/libraries/msl221/Makefile M /trunk/testsuite/libraries/msl221/Mechanics/Makefile M /trunk/testsuite/libraries/msl221/modelicaAdditions/Makefile M /trunk/testsuite/libraries/msl31/Makefile M /trunk/testsuite/libraries/msl31/fluid/Makefile M /trunk/testsuite/libraries/msl31/media/Makefile M /trunk/testsuite/libraries/msl31/media/simulate/Makefile M /trunk/testsuite/libraries/msl31/simulate/Makefile M /trunk/testsuite/libraries/msl32/Makefile M /trunk/testsuite/libraries/multibody/Makefile M /trunk/testsuite/libraries/multibody/checkingModels/Makefile M /trunk/testsuite/libraries/multibody/elementary/Makefile M /trunk/testsuite/libraries/multibody/loops/Makefile M /trunk/testsuite/libraries/multibody/rotational3deffects/Makefile M /trunk/testsuite/libraries/multibody/systems/Makefile M /trunk/testsuite/linearize/Makefile M /trunk/testsuite/meta/Makefile M /trunk/testsuite/modelicaML/Makefile M /trunk/testsuite/mofiles/Makefile M /trunk/testsuite/mofiles/drmodelica/Makefile M /trunk/testsuite/mofiles/msl/Makefile M /trunk/testsuite/mosfiles/Makefile M /trunk/testsuite/mosfiles-msl22/Makefile M /trunk/testsuite/mosfiles-nosim/Makefile M /trunk/testsuite/parser/Makefile M /trunk/testsuite/records/Makefile M /trunk/testsuite/redeclare/Makefile M /trunk/testsuite/siemens/Makefile M /trunk/testsuite/streams/Makefile + The test-suite makefile now contain DEPENDENCIES. This are the files that are needed for the test cases. + "make clean" or (make -j clean) will clean the test-suite. i.e. all files that are not listed as DEPENDENCIES will be cleaned. For OMDEV/MINGW ppl (linux already has partest) + "make threaded" will clean and then run the test-suite with 5 threads (my pc has 4 cores so :) ). (or just use "make -jN") - 'msl31simulation.log' and 'msl31mediasimulation.log' still give problems with multiple threads. Very strange problem since the output matches exactly with the expected but for some reason it is compared with outputs from another file. But For now this might help a bit. Normal test-suite operation is not affected in anyway as far as I can tell. (Just some additions) ------------------------------------------------------------------------ r11259 | mahge930 | 2012-03-01 20:48:39 +0100 (Thu, 01 Mar 2012) | 8 lines Changed paths: M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl 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. ------------------------------------------------------------------------ r11258 | adrpo | 2012-03-01 19:02:35 +0100 (Thu, 01 Mar 2012) | 1 line Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.1.mos - expected output (don't know if is correct). ------------------------------------------------------------------------ r11257 | adrpo | 2012-03-01 18:43:37 +0100 (Thu, 01 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h - update OpenModelicaBootstrappingHeader.h broken some commits back. ------------------------------------------------------------------------ r11256 | adeas31 | 2012-03-01 17:39:06 +0100 (Thu, 01 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/Script/CevalScript.mo --new-window flag for visualize API. ------------------------------------------------------------------------ r11255 | sjoelund.se | 2012-03-01 17:21:01 +0100 (Thu, 01 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Types.mo M /trunk/libraries/Modelica 3.1/Electrical/Digital.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/Modelica 3.2/Electrical/Digital.mo M /trunk/libraries/Modelica 3.2.txt M /trunk/libraries/README M /trunk/testsuite/libraries/msl31/Modelica.Electrical.Digital.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - 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) ------------------------------------------------------------------------ r11254 | sjoelund.se | 2012-03-01 17:19:42 +0100 (Thu, 01 Mar 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/util/modelinfo.c - Fixes illegal xml generation when using measureTime=true ------------------------------------------------------------------------ r11253 | sjoelund.se | 2012-03-01 17:18:54 +0100 (Thu, 01 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl - Fix for external noretcall functions ------------------------------------------------------------------------ r11252 | lochel | 2012-03-01 16:29:17 +0100 (Thu, 01 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl M /trunk/SimulationRuntime/c/math-support/initialization.c - fix init-file for constant expressions - fix initialization by mat-file ------------------------------------------------------------------------ r11251 | perost | 2012-03-01 15:00:21 +0100 (Thu, 01 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDump.mo - Fix MainTest. ------------------------------------------------------------------------ r11250 | perost | 2012-03-01 14:46:45 +0100 (Thu, 01 Mar 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeCheck.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Util/Util.mo - 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. ------------------------------------------------------------------------ r11249 | Frenkel TUD | 2012-03-01 14:35:47 +0100 (Thu, 01 Mar 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo M /trunk/Compiler/BackEnd/BackendDAEOptimize.mo M /trunk/Compiler/BackEnd/BackendDAETransform.mo M /trunk/Compiler/BackEnd/BackendDAEUtil.mo M /trunk/Compiler/BackEnd/BackendDump.mo M /trunk/Compiler/BackEnd/BackendEquation.mo M /trunk/Compiler/Util/Flags.mo - dump Statistic about the system with +d=backenddaeinfo ------------------------------------------------------------------------ r11248 | adrpo | 2012-03-01 08:37:58 +0100 (Thu, 01 Mar 2012) | 2 lines Changed paths: M /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos - gee, expected output ------------------------------------------------------------------------ r11247 | adrpo | 2012-03-01 08:25:34 +0100 (Thu, 01 Mar 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsV4.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar1.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos - expected output. - got rid of print in Inline.mo ------------------------------------------------------------------------ r11246 | adrpo | 2012-03-01 08:06:55 +0100 (Thu, 01 Mar 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/Compiler/FrontEnd/Types.mo - 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 :) ------------------------------------------------------------------------ r11245 | adrpo | 2012-03-01 06:30:14 +0100 (Thu, 01 Mar 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo M /trunk/testsuite/3rdParty/PlanarMechanics/checkPlanarMechanicsV4.mos M /trunk/testsuite/libraries/multibody/elementary/LineForceWithTwoMasses.mos M /trunk/testsuite/libraries/multibody/elementary/PointGravityWithPointMasses2.mos M /trunk/testsuite/libraries/multibody/loops/Engine1b_analytic.mos M /trunk/testsuite/libraries/multibody/loops/Fourbar2.mos M /trunk/testsuite/libraries/multibody/loops/PlanarLoops_analytic.mos M /trunk/testsuite/libraries/multibody/loops/checkEngineV6_analytic.mos - do not do equiv type checking when MetaModelica as they might be not! - fix some of the expected output in some models. ------------------------------------------------------------------------ r11244 | adeas31 | 2012-02-29 23:55:28 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: M /trunk/OMOptim/OMOptimBasis/build/Makefile.unix.in M /trunk/OMOptim/build/OMOptim.config.in - Another try to fix omoptim build :) ------------------------------------------------------------------------ r11243 | adeas31 | 2012-02-29 22:19:10 +0100 (Wed, 29 Feb 2012) | 2 lines Changed paths: M /trunk/OMOptim/OMOptimBasis/build/Makefile.unix.in - Fix build for omoptim. ------------------------------------------------------------------------ r11242 | Frenkel TUD | 2012-02-29 19:22:30 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - remove forgotten dump call ------------------------------------------------------------------------ r11241 | Frenkel TUD | 2012-02-29 17:12:09 +0100 (Wed, 29 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/BackEnd/BackendDAECreate.mo - check if extension of records was succesfull - remove forgotten dump call ------------------------------------------------------------------------ r11240 | Frenkel TUD | 2012-02-29 16:39:08 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/Inline.mo - compare types before inline expression ------------------------------------------------------------------------ r11239 | Kaie Kubjas | 2012-02-29 15:15:15 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl Fixed a bug in CodegenCpp.tpl ------------------------------------------------------------------------ r11237 | adeas31 | 2012-02-29 15:07:55 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: M /trunk/configure.in - Fix build. ------------------------------------------------------------------------ r11236 | adeas31 | 2012-02-29 15:02:05 +0100 (Wed, 29 Feb 2012) | 4 lines Changed paths: M /trunk/Makefile.in M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro M /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in M /trunk/OMOptim/build/OMOptim.config.in M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMTools/OMTools.pro - 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. ------------------------------------------------------------------------ r11235 | perost | 2012-02-29 12:46:12 +0100 (Wed, 29 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Implemented better handling of extending basic and array types in SCodeInst. ------------------------------------------------------------------------ r11234 | adrpo | 2012-02-29 11:11:00 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/build/OMOptim.pro - fix c_runtime read_mat4.* dependency to point to the SimulationRuntime. ------------------------------------------------------------------------ r11233 | hubert.thieriot | 2012-02-29 11:08:45 +0100 (Wed, 29 Feb 2012) | 1 line Changed paths: A /trunk/OMOptim/OMOptimBasis/build A /trunk/OMOptim/OMOptimBasis/build/Makefile.unix.in A /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.config.in A /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro A /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.pro.user A /trunk/OMOptim/OMOptimBasis/build/OMOptimBasis.windowsconfig.in - Added needed files to build OMOptimBasis ------------------------------------------------------------------------ r11231 | hubert.thieriot | 2012-02-29 10:29:46 +0100 (Wed, 29 Feb 2012) | 3 lines Changed paths: M /trunk/OMOptim/Core/Dymola/Dymola.cpp M /trunk/OMOptim/Core/FileData/CSV.cpp M /trunk/OMOptim/Core/FileData/CSV.h D /trunk/OMOptim/Core/FileData/Load.cpp D /trunk/OMOptim/Core/FileData/Load.h A /trunk/OMOptim/Core/FileData/LoadOMOptim.cpp (from /trunk/OMOptim/Core/FileData/Load.cpp:11208) A /trunk/OMOptim/Core/FileData/LoadOMOptim.h (from /trunk/OMOptim/Core/FileData/Load.h:11208) D /trunk/OMOptim/Core/FileData/Save.cpp D /trunk/OMOptim/Core/FileData/Save.h A /trunk/OMOptim/Core/FileData/SaveOMOptim.cpp (from /trunk/OMOptim/Core/FileData/Save.cpp:11208) A /trunk/OMOptim/Core/FileData/SaveOMOptim.h (from /trunk/OMOptim/Core/FileData/Save.h:11208) D /trunk/OMOptim/Core/FileData/XML.cpp D /trunk/OMOptim/Core/FileData/XML.h D /trunk/OMOptim/Core/Infos D /trunk/OMOptim/Core/MOClasses.h D /trunk/OMOptim/Core/MOItem.cpp D /trunk/OMOptim/Core/MOItem.h D /trunk/OMOptim/Core/MOKeepVector.h D /trunk/OMOptim/Core/MOOptVector.cpp D /trunk/OMOptim/Core/MOOptVector.h D /trunk/OMOptim/Core/MOSettings.cpp D /trunk/OMOptim/Core/MOSettings.h D /trunk/OMOptim/Core/MOTableView.cpp D /trunk/OMOptim/Core/MOTableView.h D /trunk/OMOptim/Core/MOThreads.cpp D /trunk/OMOptim/Core/MOThreads.h D /trunk/OMOptim/Core/MOVector.h D /trunk/OMOptim/Core/Modelica/MOParameter.cpp D /trunk/OMOptim/Core/Modelica/MOParameter.h M /trunk/OMOptim/Core/Modelica/ModItem.cpp M /trunk/OMOptim/Core/Modelica/ModItem.h M /trunk/OMOptim/Core/Modelica/ModItemsTree.cpp M /trunk/OMOptim/Core/Modelica/ModItemsTree.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/Modelica.h M /trunk/OMOptim/Core/Modelica/ModelicaConnections.cpp M /trunk/OMOptim/Core/Modelica/ModelicaModifier.cpp M /trunk/OMOptim/Core/OMC/MOomc.cpp A /trunk/OMOptim/Core/OMC/OMCThreads.cpp A /trunk/OMOptim/Core/OMC/OMCThreads.h A /trunk/OMOptim/Core/OMOptimSettings.cpp (from /trunk/OMOptim/Core/MOSettings.cpp:11208) A /trunk/OMOptim/Core/OMOptimSettings.h (from /trunk/OMOptim/Core/MOSettings.h:11208) M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/Core/OptObjectives.cpp M /trunk/OMOptim/Core/OptObjectives.h M /trunk/OMOptim/Core/Optim/EA/EABase.cpp M /trunk/OMOptim/Core/Optim/EA/EABase.h M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.cpp M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2.h M /trunk/OMOptim/Core/Optim/EA/OptimAlgoUtils.h M /trunk/OMOptim/Core/Optim/EA/SA1/SA1.cpp M /trunk/OMOptim/Core/Optim/EA/SA1/SA1.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.cpp M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2Adapt.h M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitution.cpp M /trunk/OMOptim/Core/Problems/BlockSubs/BlockSubstitutions.cpp D /trunk/OMOptim/Core/Problems/OMCase.cpp D /trunk/OMOptim/Core/Problems/OMCase.h D /trunk/OMOptim/Core/Problems/OMCases.cpp D /trunk/OMOptim/Core/Problems/OMCases.h M /trunk/OMOptim/Core/Problems/OneSimResult.cpp M /trunk/OMOptim/Core/Problems/OneSimResult.h M /trunk/OMOptim/Core/Problems/OneSimulation.cpp M /trunk/OMOptim/Core/Problems/OneSimulation.h M /trunk/OMOptim/Core/Problems/OptimResult.cpp M /trunk/OMOptim/Core/Problems/OptimResult.h M /trunk/OMOptim/Core/Problems/Optimization.cpp M /trunk/OMOptim/Core/Problems/Optimization.h D /trunk/OMOptim/Core/Problems/Problem.cpp D /trunk/OMOptim/Core/Problems/Problem.h D /trunk/OMOptim/Core/Problems/ProblemConfig.cpp D /trunk/OMOptim/Core/Problems/ProblemConfig.h D /trunk/OMOptim/Core/Problems/ProblemInterface.cpp D /trunk/OMOptim/Core/Problems/ProblemInterface.h D /trunk/OMOptim/Core/Problems/Problems.cpp D /trunk/OMOptim/Core/Problems/Problems.h D /trunk/OMOptim/Core/Problems/Result.cpp D /trunk/OMOptim/Core/Problems/Result.h D /trunk/OMOptim/Core/Problems/Results.cpp D /trunk/OMOptim/Core/Problems/Results.h M /trunk/OMOptim/Core/Problems/onesimulationinterface.cpp M /trunk/OMOptim/Core/Problems/onesimulationinterface.h M /trunk/OMOptim/Core/Problems/optimizationinterface.cpp M /trunk/OMOptim/Core/Problems/optimizationinterface.h M /trunk/OMOptim/Core/Project.cpp M /trunk/OMOptim/Core/Project.h D /trunk/OMOptim/Core/Tools/HighTools.cpp D /trunk/OMOptim/Core/Tools/HighTools.h D /trunk/OMOptim/Core/Tools/LowTools.cpp D /trunk/OMOptim/Core/Tools/LowTools.h D /trunk/OMOptim/Core/Tools/OMProcess.cpp D /trunk/OMOptim/Core/Tools/OMProcess.h D /trunk/OMOptim/Core/Tools/SleeperThread.h D /trunk/OMOptim/Core/Tools/XMLTools.cpp D /trunk/OMOptim/Core/Tools/XMLTools.h D /trunk/OMOptim/Core/Units D /trunk/OMOptim/Core/Variable.cpp D /trunk/OMOptim/Core/Variable.h D /trunk/OMOptim/Core/VariableType.h D /trunk/OMOptim/Core/Variables.cpp D /trunk/OMOptim/Core/Variables.h M /trunk/OMOptim/Doc/HowProblemWorks.pptx D /trunk/OMOptim/GUI/Dialogs/DlgSelectFiles.cpp D /trunk/OMOptim/GUI/Dialogs/DlgSelectFiles.h D /trunk/OMOptim/GUI/Dialogs/DlgSelectVars.cpp D /trunk/OMOptim/GUI/Dialogs/DlgSelectVars.h D /trunk/OMOptim/GUI/Dialogs/DlgSettings.cpp D /trunk/OMOptim/GUI/Dialogs/DlgSettings.h D /trunk/OMOptim/GUI/Dialogs/EIHENParametersDlg.cpp D /trunk/OMOptim/GUI/Dialogs/EIHENParametersDlg.h D /trunk/OMOptim/GUI/Dialogs/MOParametersDlg.cpp D /trunk/OMOptim/GUI/Dialogs/MOParametersDlg.h M /trunk/OMOptim/GUI/MainWindow.cpp M /trunk/OMOptim/GUI/MainWindow.h M /trunk/OMOptim/GUI/Plots/MOOptPlot.h D /trunk/OMOptim/GUI/Plots/MOPlot.cpp D /trunk/OMOptim/GUI/Plots/MOPlot.h D /trunk/OMOptim/GUI/Plots/MyQwtPlotPicker.cpp D /trunk/OMOptim/GUI/Plots/MyQwtPlotPicker.h D /trunk/OMOptim/GUI/Tabs/MO2ColTab.cpp D /trunk/OMOptim/GUI/Tabs/MO2ColTab.h D /trunk/OMOptim/GUI/Tabs/MOMainTab.cpp D /trunk/OMOptim/GUI/Tabs/MOMainTab.h D /trunk/OMOptim/GUI/Tabs/MOTab.cpp D /trunk/OMOptim/GUI/Tabs/MOTab.h D /trunk/OMOptim/GUI/Tabs/MOTabBase.cpp D /trunk/OMOptim/GUI/Tabs/MOTabBase.h D /trunk/OMOptim/GUI/Tabs/TabEIProblem.cpp D /trunk/OMOptim/GUI/Tabs/TabGeneric.cpp D /trunk/OMOptim/GUI/Tabs/TabGeneric.h D /trunk/OMOptim/GUI/Tabs/TabGeneric.ui M /trunk/OMOptim/GUI/Tabs/TabOMC.h M /trunk/OMOptim/GUI/Tabs/TabOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabOptimization.cpp M /trunk/OMOptim/GUI/Tabs/TabProject.h M /trunk/OMOptim/GUI/Tabs/TabResOneSim.cpp M /trunk/OMOptim/GUI/Tabs/TabResOptimization.cpp D /trunk/OMOptim/GUI/Tools/GuiTools.cpp D /trunk/OMOptim/GUI/Tools/GuiTools.h D /trunk/OMOptim/GUI/Tools/MOGuiTools.cpp D /trunk/OMOptim/GUI/Tools/MOGuiTools.h D /trunk/OMOptim/GUI/Tools/MOSplitter.cpp D /trunk/OMOptim/GUI/Tools/MOSplitter.h D /trunk/OMOptim/GUI/Tools/MOStyleSheet.cpp D /trunk/OMOptim/GUI/Tools/MOStyleSheet.h D /trunk/OMOptim/GUI/Tools/MyDelegates.cpp D /trunk/OMOptim/GUI/Tools/MyDelegates.h D /trunk/OMOptim/GUI/Tools/MyTextLog.cpp D /trunk/OMOptim/GUI/Tools/MyTextLog.h D /trunk/OMOptim/GUI/Tools/MyTreeView.cpp D /trunk/OMOptim/GUI/Tools/MyTreeView.h A /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.cpp A /trunk/OMOptim/GUI/Tools/OMOptimGuiTools.h D /trunk/OMOptim/GUI/Tools/qsciencespinbox.cpp D /trunk/OMOptim/GUI/Tools/qsciencespinbox.h M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.cpp M /trunk/OMOptim/GUI/Widgets/WidgetCtrlParameters.h D /trunk/OMOptim/GUI/Widgets/WidgetEIInputVars.cpp D /trunk/OMOptim/GUI/Widgets/WidgetFilesList.cpp D /trunk/OMOptim/GUI/Widgets/WidgetFilesList.h D /trunk/OMOptim/GUI/Widgets/WidgetFilesList.ui D /trunk/OMOptim/GUI/Widgets/WidgetList.cpp D /trunk/OMOptim/GUI/Widgets/WidgetList.h D /trunk/OMOptim/GUI/Widgets/WidgetMOItem.cpp D /trunk/OMOptim/GUI/Widgets/WidgetMOItem.h D /trunk/OMOptim/GUI/Widgets/WidgetMOItem.ui M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOneSimVars.h M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.cpp M /trunk/OMOptim/GUI/Widgets/WidgetOptimActions.h M /trunk/OMOptim/GUI/Widgets/WidgetProgress.cpp M /trunk/OMOptim/GUI/Widgets/WidgetProgress.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectComponents.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp D /trunk/OMOptim/GUI/Widgets/WidgetSelectVars.cpp D /trunk/OMOptim/GUI/Widgets/WidgetSelectVars.h D /trunk/OMOptim/GUI/Widgets/WidgetSelectVars.ui M /trunk/OMOptim/GUI/Widgets/WidgetTableRecVar.cpp D /trunk/OMOptim/GUI/Widgets/WidgetTableVar.cpp D /trunk/OMOptim/GUI/Widgets/WidgetTableVar.h A /trunk/OMOptim/OMOptimBasis A /trunk/OMOptim/OMOptimBasis/FileData (from /trunk/OMOptim/Core/FileData:11208) D /trunk/OMOptim/OMOptimBasis/FileData/CSV.cpp D /trunk/OMOptim/OMOptimBasis/FileData/CSV.h A /trunk/OMOptim/OMOptimBasis/FileData/CSVBase.cpp (from /trunk/OMOptim/Core/FileData/CSV.cpp:11208) A /trunk/OMOptim/OMOptimBasis/FileData/CSVBase.h (from /trunk/OMOptim/Core/FileData/CSV.h:11208) M /trunk/OMOptim/OMOptimBasis/FileData/Load.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Load.h M /trunk/OMOptim/OMOptimBasis/FileData/Save.cpp M /trunk/OMOptim/OMOptimBasis/FileData/Save.h M /trunk/OMOptim/OMOptimBasis/FileData/XML.cpp M /trunk/OMOptim/OMOptimBasis/FileData/XML.h A /trunk/OMOptim/OMOptimBasis/GUI A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectFiles.cpp (from /trunk/OMOptim/GUI/Dialogs/DlgSelectFiles.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectFiles.h (from /trunk/OMOptim/GUI/Dialogs/DlgSelectFiles.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectVars.cpp (from /trunk/OMOptim/GUI/Dialogs/DlgSelectVars.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSelectVars.h (from /trunk/OMOptim/GUI/Dialogs/DlgSelectVars.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSettings.cpp (from /trunk/OMOptim/GUI/Dialogs/DlgSettings.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/DlgSettings.h (from /trunk/OMOptim/GUI/Dialogs/DlgSettings.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.cpp (from /trunk/OMOptim/GUI/Dialogs/MOParametersDlg.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/MOParametersDlg.h (from /trunk/OMOptim/GUI/Dialogs/MOParametersDlg.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/NewProjectBaseForm.cpp (from /trunk/OMOptim/GUI/Dialogs/newprojectform.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/NewProjectBaseForm.h (from /trunk/OMOptim/GUI/Dialogs/newprojectform.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Dialogs/NewProjectBaseForm.ui (from /trunk/OMOptim/GUI/Dialogs/newprojectform.ui:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Plots A /trunk/OMOptim/OMOptimBasis/GUI/Plots/MOPlot.cpp (from /trunk/OMOptim/GUI/Plots/MOPlot.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Plots/MOPlot.h (from /trunk/OMOptim/GUI/Plots/MOPlot.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Plots/MyQwtPlotPicker.cpp (from /trunk/OMOptim/GUI/Plots/MyQwtPlotPicker.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Plots/MyQwtPlotPicker.h (from /trunk/OMOptim/GUI/Plots/MyQwtPlotPicker.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MO2ColTab.cpp (from /trunk/OMOptim/GUI/Tabs/MO2ColTab.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MO2ColTab.h (from /trunk/OMOptim/GUI/Tabs/MO2ColTab.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOMainTab.cpp (from /trunk/OMOptim/GUI/Tabs/MOMainTab.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOMainTab.h (from /trunk/OMOptim/GUI/Tabs/MOMainTab.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTab.cpp (from /trunk/OMOptim/GUI/Tabs/MOTab.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTab.h (from /trunk/OMOptim/GUI/Tabs/MOTab.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTabBase.cpp (from /trunk/OMOptim/GUI/Tabs/MOTabBase.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/MOTabBase.h (from /trunk/OMOptim/GUI/Tabs/MOTabBase.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabGeneric.cpp (from /trunk/OMOptim/GUI/Tabs/TabGeneric.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabGeneric.h (from /trunk/OMOptim/GUI/Tabs/TabGeneric.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabGeneric.ui (from /trunk/OMOptim/GUI/Tabs/TabGeneric.ui:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabProjectBase.cpp A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabProjectBase.h A /trunk/OMOptim/OMOptimBasis/GUI/Tabs/TabProjectBase.ui A /trunk/OMOptim/OMOptimBasis/GUI/Tools A /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.cpp (from /trunk/OMOptim/GUI/Tools/GuiTools.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/GuiTools.h (from /trunk/OMOptim/GUI/Tools/GuiTools.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOSplitter.cpp (from /trunk/OMOptim/GUI/Tools/MOSplitter.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOSplitter.h (from /trunk/OMOptim/GUI/Tools/MOSplitter.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOStyleSheet.cpp (from /trunk/OMOptim/GUI/Tools/MOStyleSheet.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MOStyleSheet.h (from /trunk/OMOptim/GUI/Tools/MOStyleSheet.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyDelegates.cpp (from /trunk/OMOptim/GUI/Tools/MyDelegates.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyDelegates.h (from /trunk/OMOptim/GUI/Tools/MyDelegates.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTextLog.cpp (from /trunk/OMOptim/GUI/Tools/MyTextLog.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTextLog.h (from /trunk/OMOptim/GUI/Tools/MyTextLog.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTreeView.cpp (from /trunk/OMOptim/GUI/Tools/MyTreeView.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/MyTreeView.h (from /trunk/OMOptim/GUI/Tools/MyTreeView.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/qsciencespinbox.cpp (from /trunk/OMOptim/GUI/Tools/qsciencespinbox.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Tools/qsciencespinbox.h (from /trunk/OMOptim/GUI/Tools/qsciencespinbox.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.cpp (from /trunk/OMOptim/GUI/Widgets/WidgetFilesList.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.h (from /trunk/OMOptim/GUI/Widgets/WidgetFilesList.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetFilesList.ui (from /trunk/OMOptim/GUI/Widgets/WidgetFilesList.ui:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetList.cpp (from /trunk/OMOptim/GUI/Widgets/WidgetList.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetList.h (from /trunk/OMOptim/GUI/Widgets/WidgetList.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.cpp (from /trunk/OMOptim/GUI/Widgets/WidgetMOItem.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.h (from /trunk/OMOptim/GUI/Widgets/WidgetMOItem.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetMOItem.ui (from /trunk/OMOptim/GUI/Widgets/WidgetMOItem.ui:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.cpp A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.h A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetProjectBaseInfos.ui A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetSelectVars.cpp (from /trunk/OMOptim/GUI/Widgets/WidgetSelectVars.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetSelectVars.h (from /trunk/OMOptim/GUI/Widgets/WidgetSelectVars.h:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetSelectVars.ui (from /trunk/OMOptim/GUI/Widgets/WidgetSelectVars.ui:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.cpp (from /trunk/OMOptim/GUI/Widgets/WidgetTableVar.cpp:11208) A /trunk/OMOptim/OMOptimBasis/GUI/Widgets/WidgetTableVar.h (from /trunk/OMOptim/GUI/Widgets/WidgetTableVar.h:11208) A /trunk/OMOptim/OMOptimBasis/Infos (from /trunk/OMOptim/Core/Infos:11208) M /trunk/OMOptim/OMOptimBasis/Infos/InfoSender.cpp A /trunk/OMOptim/OMOptimBasis/MOClasses.h (from /trunk/OMOptim/Core/MOClasses.h:11208) A /trunk/OMOptim/OMOptimBasis/MOItem.cpp (from /trunk/OMOptim/Core/MOItem.cpp:11208) A /trunk/OMOptim/OMOptimBasis/MOItem.h (from /trunk/OMOptim/Core/MOItem.h:11208) A /trunk/OMOptim/OMOptimBasis/MOKeepVector.h (from /trunk/OMOptim/Core/MOKeepVector.h:11208) A /trunk/OMOptim/OMOptimBasis/MOOptVector.cpp (from /trunk/OMOptim/Core/MOOptVector.cpp:11208) A /trunk/OMOptim/OMOptimBasis/MOOptVector.h (from /trunk/OMOptim/Core/MOOptVector.h:11208) A /trunk/OMOptim/OMOptimBasis/MOParameter.cpp (from /trunk/OMOptim/Core/Modelica/MOParameter.cpp:11205) A /trunk/OMOptim/OMOptimBasis/MOParameter.h (from /trunk/OMOptim/Core/Modelica/MOParameter.h:11205) A /trunk/OMOptim/OMOptimBasis/MOSettings.cpp (from /trunk/OMOptim/Core/MOSettings.cpp:11208) A /trunk/OMOptim/OMOptimBasis/MOSettings.h (from /trunk/OMOptim/Core/MOSettings.h:11208) A /trunk/OMOptim/OMOptimBasis/MOTableView.cpp (from /trunk/OMOptim/Core/MOTableView.cpp:11208) A /trunk/OMOptim/OMOptimBasis/MOTableView.h (from /trunk/OMOptim/Core/MOTableView.h:11208) A /trunk/OMOptim/OMOptimBasis/MOThreads.cpp (from /trunk/OMOptim/Core/MOThreads.cpp:11208) A /trunk/OMOptim/OMOptimBasis/MOThreads.h (from /trunk/OMOptim/Core/MOThreads.h:11208) A /trunk/OMOptim/OMOptimBasis/MOVector.h (from /trunk/OMOptim/Core/MOVector.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems A /trunk/OMOptim/OMOptimBasis/Problems/OMCase.cpp (from /trunk/OMOptim/Core/Problems/OMCase.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/OMCase.h (from /trunk/OMOptim/Core/Problems/OMCase.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/OMCases.cpp (from /trunk/OMOptim/Core/Problems/OMCases.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/OMCases.h (from /trunk/OMOptim/Core/Problems/OMCases.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Problem.cpp (from /trunk/OMOptim/Core/Problems/Problem.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Problem.h (from /trunk/OMOptim/Core/Problems/Problem.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/ProblemConfig.cpp (from /trunk/OMOptim/Core/Problems/ProblemConfig.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/ProblemConfig.h (from /trunk/OMOptim/Core/Problems/ProblemConfig.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.cpp (from /trunk/OMOptim/Core/Problems/ProblemInterface.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/ProblemInterface.h (from /trunk/OMOptim/Core/Problems/ProblemInterface.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Problems.cpp (from /trunk/OMOptim/Core/Problems/Problems.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Problems.h (from /trunk/OMOptim/Core/Problems/Problems.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Result.cpp (from /trunk/OMOptim/Core/Problems/Result.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Result.h (from /trunk/OMOptim/Core/Problems/Result.h:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Results.cpp (from /trunk/OMOptim/Core/Problems/Results.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Problems/Results.h (from /trunk/OMOptim/Core/Problems/Results.h:11208) A /trunk/OMOptim/OMOptimBasis/ProjectBase.cpp (from /trunk/OMOptim/Core/Project.cpp:11208) A /trunk/OMOptim/OMOptimBasis/ProjectBase.h (from /trunk/OMOptim/Core/Project.h:11208) A /trunk/OMOptim/OMOptimBasis/Tools A /trunk/OMOptim/OMOptimBasis/Tools/HighTools.cpp (from /trunk/OMOptim/Core/Tools/HighTools.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Tools/HighTools.h (from /trunk/OMOptim/Core/Tools/HighTools.h:11208) A /trunk/OMOptim/OMOptimBasis/Tools/LowTools.cpp (from /trunk/OMOptim/Core/Tools/LowTools.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Tools/LowTools.h (from /trunk/OMOptim/Core/Tools/LowTools.h:11208) A /trunk/OMOptim/OMOptimBasis/Tools/OMProcess.cpp (from /trunk/OMOptim/Core/Tools/OMProcess.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Tools/OMProcess.h (from /trunk/OMOptim/Core/Tools/OMProcess.h:11208) A /trunk/OMOptim/OMOptimBasis/Tools/SleeperThread.h (from /trunk/OMOptim/Core/Tools/SleeperThread.h:11208) A /trunk/OMOptim/OMOptimBasis/Tools/XMLTools.cpp (from /trunk/OMOptim/Core/Tools/XMLTools.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Tools/XMLTools.h (from /trunk/OMOptim/Core/Tools/XMLTools.h:11208) A /trunk/OMOptim/OMOptimBasis/Units (from /trunk/OMOptim/Core/Units:11208) A /trunk/OMOptim/OMOptimBasis/Variable.cpp (from /trunk/OMOptim/Core/Variable.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Variable.h (from /trunk/OMOptim/Core/Variable.h:11208) A /trunk/OMOptim/OMOptimBasis/VariableType.h (from /trunk/OMOptim/Core/VariableType.h:11208) A /trunk/OMOptim/OMOptimBasis/Variables.cpp (from /trunk/OMOptim/Core/Variables.cpp:11208) A /trunk/OMOptim/OMOptimBasis/Variables.h (from /trunk/OMOptim/Core/Variables.h:11208) M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/build/OMOptim.windowsconfig.in M /trunk/OMOptim/version.h - Splitted OMOptim : there is now a lib called OMOptimBasis (within OMOptim folder) which provides basis features. It will allow to share code with plugins and to build dedicated applications using similar base classes. ------------------------------------------------------------------------ r11230 | sjoelund.se | 2012-02-29 09:10:12 +0100 (Wed, 29 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Expected output ------------------------------------------------------------------------ r11229 | sjoelund.se | 2012-02-29 09:03:06 +0100 (Wed, 29 Feb 2012) | 2 lines Changed paths: M /trunk/Examples/GenerateDoc.mos - Don't remove single quotes ------------------------------------------------------------------------ r11228 | sjoelund.se | 2012-02-29 07:43:22 +0100 (Wed, 29 Feb 2012) | 3 lines Changed paths: M /trunk/libraries/Modelica 3.1/Media/Air.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/Modelica 3.2/Media/Air.mo M /trunk/libraries/README #1702 - Some fixes for enumeration and integer type errors in MSL ------------------------------------------------------------------------ r11227 | sjoelund.se | 2012-02-28 22:49:26 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - Expected output ------------------------------------------------------------------------ r11226 | sjoelund.se | 2012-02-28 22:46:13 +0100 (Tue, 28 Feb 2012) | 3 lines Changed paths: M /trunk/testsuite/mosfiles-nosim/HumModOMCTotal.mo M /trunk/testsuite/mosfiles-nosim/instHumMod.mos #1702 - Fixed a type error in HumMod ------------------------------------------------------------------------ r11225 | sjoelund.se | 2012-02-28 22:34:33 +0100 (Tue, 28 Feb 2012) | 3 lines Changed paths: M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/parts.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/Parts.mo M /trunk/libraries/Modelica 3.2.txt M /trunk/libraries/README M /trunk/testsuite/libraries/multibody/elementary/_ElementaryTotal.mo M /trunk/testsuite/libraries/multibody/loops/_LoopsTotal.mo M /trunk/testsuite/libraries/multibody/rotational3deffects/_Rotational3DEffectsTotal.mo Modelica/Mechanics/Multibody/Parts.mo: rotationType == 1,2 => rotationType == Types.RotationTypes.RotationAxis,TwoAxesVectors - Partial fix for #1702 ------------------------------------------------------------------------ r11224 | mahge930 | 2012-02-28 20:01:22 +0100 (Tue, 28 Feb 2012) | 8 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/DAE.mo M /trunk/Compiler/FrontEnd/DAEDump.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeFlatDump.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Parser/Modelica.g + 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) ------------------------------------------------------------------------ r11223 | sjoelund.se | 2012-02-28 18:55:16 +0100 (Tue, 28 Feb 2012) | 3 lines Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/libraries/Modelica 3.1/Mechanics/MultiBody/package.mo M /trunk/libraries/Modelica 3.1.txt M /trunk/libraries/Modelica 3.2/Mechanics/MultiBody/package.mo M /trunk/libraries/Modelica 3.2.txt M /trunk/libraries/README M /trunk/testsuite/libraries/multibody/checkingModels/BodyCylinderTotal.mo M /trunk/testsuite/libraries/multibody/elementary/_ElementaryTotal.mo M /trunk/testsuite/libraries/multibody/loops/_LoopsTotal.mo M /trunk/testsuite/libraries/multibody/rotational3deffects/_Rotational3DEffectsTotal.mo M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos Partial fix for #1702 (enum == Integer is not an allowed relation) - This was also updated in MSL ------------------------------------------------------------------------ r11222 | perost | 2012-02-28 17:18:30 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/DAEUtil.mo M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo - Implemented prefix propagation in SCodeInst. ------------------------------------------------------------------------ r11219 | niklwors | 2012-02-28 10:51:52 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/SolverDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h Modified interface method giveZeroFunc in cpp runtime, eps parameter is not needed. Fix in CMake file of Modelica System ------------------------------------------------------------------------ r11218 | sjoelund.se | 2012-02-28 10:48:16 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/Makefile.common M /trunk/Makefile.in - Added target bom-error to test for BOM in files ------------------------------------------------------------------------ r11217 | Kaie Kubjas | 2012-02-28 09:42:12 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/Math/Implementation/Functions.h M /trunk/SimulationRuntime/cpp/Source/System/Implementation/AlgLoopSolverFactory.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Modelica/Modelica.h M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h Fix typo in AlgloopsolverFactory class ------------------------------------------------------------------------ r11216 | sjoelund.se | 2012-02-28 09:36:00 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/Makefile.in - OMNotebook now depends on OMPlot ------------------------------------------------------------------------ r11215 | adrpo | 2012-02-28 07:53:41 +0100 (Tue, 28 Feb 2012) | 1 line Changed paths: D /trunk/Compiler/susan_codegen/SimCode/SimCodeC.tpl - remove forgotten unused SimCodeC.tpl. ------------------------------------------------------------------------ r11214 | sjoelund.se | 2012-02-28 07:34:27 +0100 (Tue, 28 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/OpenModelicaBootstrappingHeader.h - Updated auto-generated file ------------------------------------------------------------------------ r11213 | sjoelund.se | 2012-02-27 17:42:28 +0100 (Mon, 27 Feb 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ClassLoader.mo M /trunk/Compiler/FrontEnd/Dependency.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Util/Error.mo M /trunk/Compiler/Util/System.mo M /trunk/Compiler/runtime/System_omc.cpp M /trunk/Compiler/runtime/System_rml.c M /trunk/Compiler/runtime/systemimpl.c M /trunk/Parser/Modelica.g M /trunk/Parser/parse.c M /trunk/testsuite/interactive/loadFileInteractiveQualified.mos M /trunk/testsuite/interactive/refactorGraphAnn1.mos M /trunk/testsuite/interactive/refactorGraphAnn2.mos M /trunk/testsuite/libraries/msl31/fluid/Modelica.Fluid.Examples.HeatingSystem.mos M /trunk/testsuite/linearize/linmodel.mos M /trunk/testsuite/linearize/simLotkaVolterra.mos M /trunk/testsuite/linearize/simNonlinear.mos M /trunk/testsuite/linearize/simTwoTank.mos M /trunk/testsuite/linearize/simVanDerPol.mos M /trunk/testsuite/linearize/simextfunction.mos M /trunk/testsuite/linearize/smallValues.mos M /trunk/testsuite/linearize/test_01.mos M /trunk/testsuite/linearize/test_02.mos M /trunk/testsuite/linearize/test_03.mos M /trunk/testsuite/linearize/test_04.mos M /trunk/testsuite/linearize/test_05.mos M /trunk/testsuite/linearize/test_06.mos M /trunk/testsuite/linearize/testknownvar.mos M /trunk/testsuite/meta/Polymorphic.mo M /trunk/testsuite/parser/ParseFullModelica1.6.mos M /trunk/testsuite/parser/ParseFullModelica2.2.1.mos M /trunk/testsuite/parser/ParseFullModelica3.1.mos M /trunk/testsuite/parser/ParseFullModelica3.2.mos - 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 ------------------------------------------------------------------------ r11212 | niklwors | 2012-02-27 17:24:37 +0100 (Mon, 27 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Idas/Implementation/Idas.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h Modified event iteration in cpp runtime. Using checkConditions instead of setZeroState from solver ------------------------------------------------------------------------ r11211 | niklwors | 2012-02-27 16:43:31 +0100 (Mon, 27 Feb 2012) | 3 lines Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/CVode/Implementation/CVode.h M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.cpp M /trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/Euler.h M /trunk/SimulationRuntime/cpp/Source/Solver/Implementation/Initialization.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/EventHandling.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h fix for mixed system iteration in cpp runtime fix in CVode for calculation of event state ------------------------------------------------------------------------ r11210 | perost | 2012-02-27 15:40:52 +0100 (Mon, 27 Feb 2012) | 3 lines Changed paths: M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/FrontEnd/Types.mo M /trunk/testsuite/mofiles/Makefile A /trunk/testsuite/mofiles/SumVar.mo Fix for bug #1700: - Fixed type of sum. ------------------------------------------------------------------------ r11209 | sjoelund.se | 2012-02-27 14:31:13 +0100 (Mon, 27 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - Removed files no used ------------------------------------------------------------------------ r11208 | lochel | 2012-02-27 13:21:49 +0100 (Mon, 27 Feb 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp - update for importStartValues ------------------------------------------------------------------------ r11207 | Frenkel TUD | 2012-02-27 10:33:44 +0100 (Mon, 27 Feb 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/c/ModelicaExternalC/tables.c - copy table to avoid loss of data by memorypool ------------------------------------------------------------------------ r11206 | perost | 2012-02-27 09:33:39 +0100 (Mon, 27 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeInst.mo - Fix type dimensions in SCodeInst. ------------------------------------------------------------------------ r11205 | sjoelund.se | 2012-02-25 11:31:12 +0100 (Sat, 25 Feb 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/testsuite/libraries/msl31/media/Examples.MixtureGases.mos M /trunk/testsuite/libraries/msl31/media/Examples.TestOnly.MixIdealGasAir.mos - 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 ------------------------------------------------------------------------ r11204 | sjoelund.se | 2012-02-25 08:52:58 +0100 (Sat, 25 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/Util/Util.mo M /trunk/testsuite/redeclare/RedeclareFunction.mo - Added rule Real(i1:i2) => Real(i1):Real(i2) ------------------------------------------------------------------------ r11203 | sjoelund.se | 2012-02-24 17:29:37 +0100 (Fri, 24 Feb 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/Util/Error.mo - 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) ------------------------------------------------------------------------ r11202 | adeas31 | 2012-02-24 16:54:34 +0100 (Fri, 24 Feb 2012) | 1 line Changed paths: M /trunk/OMNotebook/OMNotebookGUI/OMNotebook.config.in - Fix build. ------------------------------------------------------------------------ r11201 | adeas31 | 2012-02-24 16:28:55 +0100 (Fri, 24 Feb 2012) | 1 line Changed paths: M /trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp - Qt 4.8 rewrites the Modelica links from Modelica:// to modelica:/ so we must compare CaseInsensitive. ------------------------------------------------------------------------ r11200 | adeas31 | 2012-02-24 16:13:59 +0100 (Fri, 24 Feb 2012) | 2 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/celldocument.cpp - 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 :) ------------------------------------------------------------------------ r11199 | adeas31 | 2012-02-24 16:10:39 +0100 (Fri, 24 Feb 2012) | 3 lines Changed paths: M /trunk/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro M /trunk/OMNotebook/OMNotebookGUI/graphcell.cpp M /trunk/OMNotebook/OMNotebookGUI/graphcell.h - 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. ------------------------------------------------------------------------ r11198 | sjoelund.se | 2012-02-24 11:52:00 +0100 (Fri, 24 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/rtest - Formatting ------------------------------------------------------------------------ r11197 | sjoelund.se | 2012-02-24 10:39:01 +0100 (Fri, 24 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/rtest - Add missing semicolon ------------------------------------------------------------------------ r11196 | sjoelund.se | 2012-02-24 10:23:39 +0100 (Fri, 24 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/bootstrapping/LinkMain.makefile.in M /trunk/testsuite/rtest - Added rtest flag --with-bootstrapped-omc, which runs the bootstrapped compiler instead of omc ------------------------------------------------------------------------ r11195 | sjoelund.se | 2012-02-24 09:31:01 +0100 (Fri, 24 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/rtest - rtest now returns exit status on failure if requested using --with-error-code ------------------------------------------------------------------------ r11194 | adrpo | 2012-02-24 04:58:38 +0100 (Fri, 24 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/runtime/System_omc.cpp - gee, shouldn't we return what we compute??!! ------------------------------------------------------------------------ r11193 | adeas31 | 2012-02-23 22:58:28 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/FrontEnd/ModelicaBuiltin.mo M /trunk/Compiler/Script/CevalScript.mo - some changes in the Plot API family to support OMNotebook embedded plots. ------------------------------------------------------------------------ r11192 | adrpo | 2012-02-23 20:29:12 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/testsuite/linearize/smallValue.mo M /trunk/testsuite/linearize/smallValues.mos - get rid of race between smallValues.mos and simVanDerPol.mos as the parallel test might fail because of it. ------------------------------------------------------------------------ r11191 | perost | 2012-02-23 20:20:18 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/FrontEnd/SCodeMod.mo M /trunk/Compiler/Util/List.mo - Implemented expansion of bindings in SCodeExpand. ------------------------------------------------------------------------ r11190 | sjoelund.se | 2012-02-23 17:08:04 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/FrontEnd/Expression.mo M /trunk/Compiler/FrontEnd/ExpressionDump.mo M /trunk/Compiler/FrontEnd/ExpressionSimplify.mo M /trunk/Compiler/FrontEnd/Static.mo - Simplify ew array division/multiplication ({1,2}./{2,2}={0.5,1}) ------------------------------------------------------------------------ r11189 | Kaie Kubjas | 2012-02-23 14:56:44 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Util/Config.mo M /trunk/Compiler/Util/Flags.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/Compiler/susan_codegen/SimCode/SimCodeTV.mo added 2 flags and made some small changes for reduction methods ------------------------------------------------------------------------ r11188 | perost | 2012-02-23 14:39:47 +0100 (Thu, 23 Feb 2012) | 5 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/ComponentReference.mo M /trunk/Compiler/FrontEnd/SCode.mo A /trunk/Compiler/FrontEnd/SCodeExpand.mo M /trunk/Compiler/FrontEnd/SCodeInst.mo M /trunk/Compiler/Makefile.common M /trunk/Compiler/Util/List.mo M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - 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. ------------------------------------------------------------------------ r11187 | sjoelund.se | 2012-02-23 14:21:38 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/SimulationRuntime/c/openmodelica.h - Gave MODELICA_TERMINATE a complete type (gcc ignores) ------------------------------------------------------------------------ r11186 | niklwors | 2012-02-23 14:20:13 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.cpp M /trunk/SimulationRuntime/cpp/Source/System/Modelica/ModelicaSystem.h changed prefix of variable names in cpp runtime ------------------------------------------------------------------------ r11185 | sjoelund.se | 2012-02-23 14:06:15 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/Makefile.in M /trunk/OMOptim/Core/OMC/commandcompletion.cpp M /trunk/OMOptim/Core/OMC/commandcompletion.h M /trunk/OMOptim/Core/OMC/commandunit.h M /trunk/OMOptim/Core/OMC/inputcelldelegate.h M /trunk/OMOptim/Core/OMC/omc_communicator.cpp M /trunk/OMOptim/Core/OMC/omc_communicator.h M /trunk/OMOptim/Core/OMC/omcinteractiveenvironment.cpp M /trunk/OMOptim/Core/OMC/omcinteractiveenvironment.h M /trunk/OMOptim/Core/Optim/EA/Chromosome/EOAdapt.h M /trunk/OMOptim/Core/Optim/EA/Chromosome/EOStd.h M /trunk/OMOptim/Core/Optim/EA/Init/EAStdBounds.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot.h M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp M /trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.h M /trunk/OMOptim/Core/Optim/EA/Mutations/EAStdMutation.h M /trunk/OMOptim/Core/Optim/EA/NSGA2/NSGA2Algo.h M /trunk/OMOptim/Core/Optim/EA/Results/EAStdResult.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Algo.h M /trunk/OMOptim/Core/Optim/EA/SPEA2/SPEA2Crossover.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptInitBounded.h M /trunk/OMOptim/Core/Optim/EA/SPEA2Adaptative/SPEA2AdaptMutation.h M /trunk/OMOptim/Core/Problems/OMCase.cpp M /trunk/OMOptim/Core/Problems/Problem.cpp M /trunk/OMOptim/GUI/Dialogs/OMTableDialog.cpp M /trunk/OMOptim/GUI/Tabs/TabProjectInfos.h M /trunk/OMOptim/tools/hqt.rules - Fixed the fix-bom command (removed some BOM) ------------------------------------------------------------------------ r11184 | sjoelund.se | 2012-02-23 13:44:39 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/meta/dtoa.c M /trunk/SimulationRuntime/c/meta/gc/common.c M /trunk/SimulationRuntime/c/meta/gc/common.h M /trunk/SimulationRuntime/c/meta/gc/gc.c M /trunk/SimulationRuntime/c/meta/gc/gc.h M /trunk/SimulationRuntime/c/meta/gc/generational.c M /trunk/SimulationRuntime/c/meta/gc/generational.h M /trunk/SimulationRuntime/c/meta/gc/marksweep.c M /trunk/SimulationRuntime/c/meta/gc/marksweep.h M /trunk/SimulationRuntime/c/meta/gc/roots.c M /trunk/SimulationRuntime/c/meta/gc/roots.h M /trunk/SimulationRuntime/c/meta/realString.c M /trunk/testsuite/3rdParty/PlanarMechanics/Makefile M /trunk/testsuite/libraries/msl32/Makefile - Fixed svn-eol-style ------------------------------------------------------------------------ r11183 | sjoelund.se | 2012-02-23 13:43:07 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/Makefile.in - Added fix-bom target ------------------------------------------------------------------------ r11182 | niklwors | 2012-02-23 13:16:38 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/Template/CodegenCpp.mo M /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Interfaces/IEvent.h Added get and set method for conditions vector in IEvent interface ------------------------------------------------------------------------ r11181 | sjoelund.se | 2012-02-23 12:49:56 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/configure.in - Re-enabled generation of mosh/src/Makefile ------------------------------------------------------------------------ r11180 | sjoelund.se | 2012-02-23 12:46:49 +0100 (Thu, 23 Feb 2012) | 2 lines Changed paths: M /trunk/Compiler/omc_debug/Makefile.in M /trunk/Compiler/omc_profiler/Makefile.in M /trunk/Compiler/omc_release/Makefile.in M /trunk/configure.in - Added LD_LAPACK to configure.in ------------------------------------------------------------------------ r11177 | niklwors | 2012-02-23 11:01:53 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/SimulationRuntime/cpp/Source/CMakeLists.txt M /trunk/SimulationRuntime/cpp/Source/System/Implementation/CMakeLists.txt modified cpp runtime CMake file for system initialization ------------------------------------------------------------------------ r11176 | adrpo | 2012-02-23 07:29:49 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos - fixed case issue. ------------------------------------------------------------------------ r11175 | adrpo | 2012-02-23 07:11:41 +0100 (Thu, 23 Feb 2012) | 1 line Changed paths: M /trunk/configure.in - got rid of references to c_runtime in configure.in. ------------------------------------------------------------------------ r11174 | adrpo | 2012-02-23 07:08:32 +0100 (Thu, 23 Feb 2012) | 8 lines Changed paths: M /trunk/Compiler/BackEnd/SimCode.mo M /trunk/Compiler/Makefile.common A /trunk/Compiler/Template/CodegenAdevs.mo (from /trunk/Compiler/Template/SimCodeAdevs.mo:11171) A /trunk/Compiler/Template/CodegenCSharp.mo (from /trunk/Compiler/Template/SimCodeCSharp.mo:11171) A /trunk/Compiler/Template/CodegenCpp.mo (from /trunk/Compiler/Template/SimCodeCpp.mo:11171) A /trunk/Compiler/Template/CodegenQSS.mo (from /trunk/Compiler/Template/SimCodeQSS.mo:11171) D /trunk/Compiler/Template/SimCodeAdevs.mo D /trunk/Compiler/Template/SimCodeC.mo D /trunk/Compiler/Template/SimCodeCSharp.mo D /trunk/Compiler/Template/SimCodeCpp.mo D /trunk/Compiler/Template/SimCodeFMU.mo D /trunk/Compiler/Template/SimCodeQSS.mo M /trunk/Compiler/runtime/Makefile.common M /trunk/Compiler/runtime/Makefile.vc A /trunk/Compiler/susan_codegen/SimCode/CodegenAdevs.tpl (from /trunk/Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl:11170) A /trunk/Compiler/susan_codegen/SimCode/CodegenCSharp.tpl (from /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl:11170) A /trunk/Compiler/susan_codegen/SimCode/CodegenCpp.tpl (from /trunk/Compiler/susan_codegen/SimCode/SimCodeCpp.tpl:11171) A /trunk/Compiler/susan_codegen/SimCode/CodegenQSS.tpl (from /trunk/Compiler/susan_codegen/SimCode/SimCodeQSS.tpl:11170) M /trunk/Compiler/susan_codegen/SimCode/Makefile D /trunk/Compiler/susan_codegen/SimCode/SimCodeAdevs.tpl D /trunk/Compiler/susan_codegen/SimCode/SimCodeCSharp.tpl D /trunk/Compiler/susan_codegen/SimCode/SimCodeCpp.tpl D /trunk/Compiler/susan_codegen/SimCode/SimCodeQSS.tpl M /trunk/Makefile.common M /trunk/Makefile.in M /trunk/Makefile.omdev.mingw M /trunk/OMOptim/Core/OpenModelica/OpenModelica.cpp M /trunk/OMOptim/build/OMOptim.pro M /trunk/OMOptim/version.h M /trunk/OMPlot/OMPlotGUI/OMPlotGUI.pro M /trunk/OMPlot/OMPlotGUI/OMPlotLib.pro M /trunk/OMPlot/OMPlotGUI/PlotWindow.h M /trunk/Parser/Makefile.common M /trunk/Parser/omcc/LinkMain.makefile M /trunk/SimulationRuntime/interactive/Makefile.in D /trunk/c_runtime M /trunk/mosh/build/Makefile.single M /trunk/testsuite/bootstrapping/LoadCompilerSources.mos M /trunk/testsuite/interactive-simulation/Makefile.run M /trunk/testsuite/interactive-simulation/README.txt M /trunk/testsuite/interactive-simulation/testCompileInteractive.mos - 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. ------------------------------------------------------------------------ r11172 | hubert.thieriot | 2012-02-22 19:26:33 +0100 (Wed, 22 Feb 2012) | 1 line Changed paths: M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.cpp M /trunk/OMOptim/Core/Dymola/ModPlusDymolaCtrl.h M /trunk/OMOptim/Core/Modelica/ModModelPlus.cpp M /trunk/OMOptim/Core/Modelica/ModModelPlus.h M /trunk/OMOptim/Core/Modelica/ModPlusCtrl.h M /trunk/OMOptim/Core/OMC/MOomc.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.cpp M /trunk/OMOptim/Core/OpenModelica/ModPlusOMCtrl.h M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.cpp M /trunk/OMOptim/GUI/Widgets/WidgetSelectOptVars.ui M /trunk/OMOptim/version.h - reload init variables ask whether to recompile or not ------------------------------------------------------------------------ r11171 | niklwors | 2012-02-22 16:52:55 +0100 (Wed, 22 Feb 2012) | 1 line Changed paths: M /trunk/Compiler/Template/SimCodeCpp.mo M /trunk/Compiler/susan_codegen/SimCode/SimCodeCpp.tpl M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.cpp M /trunk/SimulationRuntime/cpp/Source/System/Implementation/SystemDefaultImplementation.h changed implementation of condition variables for zero crossing variables in cpp runtime ------------------------------------------------------------------------ r11170 | adrpo | 2012-02-22 16:26:16 +0100 (Wed, 22 Feb 2012) | 1 line Changed paths: A /trunk/SimulationRuntime/qss (from /trunk/c_runtime/solver_qss:11169) - copied qss files from c_runtime ------------------------------------------------------------------------ r11169 | mahge930 | 2012-02-22 14:08:47 +0100 (Wed, 22 Feb 2012) | 4 lines Changed paths: M /trunk/Compiler/FrontEnd/Absyn.mo M /trunk/Compiler/FrontEnd/Ceval.mo M /trunk/Compiler/FrontEnd/ClassInf.mo M /trunk/Compiler/FrontEnd/Dump.mo M /trunk/Compiler/FrontEnd/Env.mo M /trunk/Compiler/FrontEnd/Inst.mo M /trunk/Compiler/FrontEnd/Lookup.mo M /trunk/Compiler/FrontEnd/MetaUtil.mo M /trunk/Compiler/FrontEnd/SCode.mo M /trunk/Compiler/FrontEnd/SCodeDependency.mo M /trunk/Compiler/FrontEnd/SCodeDump.mo M /trunk/Compiler/FrontEnd/SCodeFlatDump.mo M /trunk/Compiler/FrontEnd/SCodeFlatten.mo M /trunk/Compiler/FrontEnd/SCodeUtil.mo M /trunk/Compiler/FrontEnd/Static.mo M /trunk/Compiler/OpenModelicaBootstrappingHeader.h M /trunk/Compiler/Script/CevalScript.mo M /trunk/Compiler/Script/Interactive.mo M /trunk/Compiler/Template/CodegenC.mo M /trunk/Compiler/Template/SCodeDumpTpl.mo M /trunk/Compiler/Template/SimCodeDump.mo M /trunk/Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl M /trunk/Compiler/susan_codegen/SimCode/SCodeTV.mo M /trunk/Parser/Modelica.g M /trunk/testsuite/bootstrapping/DumpTest.mos - 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. ------------------------------------------------------------------------ r11168 | lochel | 2012-02-22 13:40:58 +0100 (Wed, 22 Feb 2012) | 2 lines Changed paths: M /trunk/SimulationRuntime/c/Makefile.objs M /trunk/SimulationRuntime/c/math-support/initialization.c M /trunk/SimulationRuntime/c/math-support/initialization.h D /trunk/SimulationRuntime/c/simulation/results/read_matlab4.c D /trunk/SimulationRuntime/c/simulation/results/read_matlab4.h M /trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp M /trunk/SimulationRuntime/c/simulation/solver/solver_main.c M /trunk/SimulationRuntime/c/simulation/solver/solver_main.h A /trunk/SimulationRuntime/c/util/read_matlab4.c (from /trunk/SimulationRuntime/c/simulation/results/read_matlab4.c:11164) A /trunk/SimulationRuntime/c/util/read_matlab4.h (from /trunk/SimulationRuntime/c/simulation/results/read_matlab4.h:11164) - avoid initialization and use start values instead: simulation-flag "-iim none" - avoid initialization and use existing results instead (matfile): simulation-flag "-iif -iit