-
sjoelund.se
2013-11-30 22:04
#322
Rev.: 18358
-
2 lines of code changed in 1 file:
-
SimulationRuntime/c/simulation/solver:
solver_main.c (+2 -2)
-
sjoelund.se
2013-11-30 21:33
#321
Rev.: 18357
-
5254 lines of code changed in 54 files:
-
Compiler/Template:
CodegenC.mo (+2802 -2689),
CodegenC.tpl (+21 -19)
-
SimulationRuntime/c:
openmodelica_func.h (+1 -1)
-
SimulationRuntime/c/linearization:
linearize.cpp (+13 -13)
-
SimulationRuntime/c/math-support:
ddassl.c (+49 -55)
-
SimulationRuntime/c/optimization/initialOptimizer:
initial_guess.c (+1 -1)
-
SimulationRuntime/c/simulation:
modelinfo.c (+9 -8),
options.c (+22 -36),
simulation_input_xml.cpp (+233 -268),
simulation_runtime.cpp (+50 -45)
-
SimulationRuntime/c/simulation/solver:
dassl.c (+45 -42),
delay.c (+18 -19),
events.c (+44 -53),
kinsolSolver.c (+18 -21),
linearSolverLapack.c (+9 -11),
linearSystem.c (+4 -5),
mixedSearchSolver.c (+13 -14),
mixedSystem.c (+4 -5),
model_help.c (+94 -90),
nonlinearSolverHybrd.c (+69 -79),
nonlinearSolverNewton.c (+29 -34),
nonlinearSystem.c (+9 -10),
perform_simulation.c (+16 -21),
radau.c (+7 -7),
solver_main.c (+32 -37),
stateset.c (+7 -9)
-
SimulationRuntime/c/simulation/solver/initialization:
initialization.c (+99 -106),
initialization_data.c (+8 -8),
method_ipopt.c (+16 -25),
method_kinsol.c (+15 -15),
method_nelderMeadEx.c (+10 -10),
method_simplex.c (+6 -6)
-
SimulationRuntime/c/util:
division.c (+16 -16),
list.c (+17 -17),
omc_error.c (+67 -21),
omc_error.h (+15 -12),
ringbuffer.c (+20 -19),
simulation_options.c (+4),
simulation_options.h (+1),
varinfo.c (+5 -5)
-
testsuite/openmodelica/cruntime/debugDumps:
testDumpEvents.mos (+1281 -1281)
-
testsuite/simulation/libraries/3rdParty/ThermoSysPro:
ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos (+1 -1),
ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mos (+2 -2),
ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mos (+1 -1),
ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mos (+12 -12),
ThermoSysPro.Examples.SimpleExamples.TestIdealSwitchValve.mos (+1 -1),
ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos (+1 -1),
ThermoSysPro.Examples.SimpleExamples.TestSimpleStaticCondenser.mos (+2 -2),
ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump.mos (+2 -2)
-
testsuite/simulation/libraries/msl32:
Modelica.Fluid.Examples.InverseParameterization.mos (+29 -29),
Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos (+1 -1),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos (+1 -1),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos (+1 -1)
-
testsuite/simulation/modelica/nonlinear_system:
nanTest.mos (+1 -1)
-
adrpo
2013-11-29 20:17
#320
Rev.: 18356
-
1 lines of code changed in 2 files:
-
SimulationRuntime/c:
Makefile.common (+1)
-
SimulationRuntime/c/util:
omc_error.h (-2)
-
adrpo
2013-11-29 20:12
#319
Rev.: 18355
-
2 lines of code changed in 1 file:
-
SimulationRuntime/c/util:
omc_error.h (+2)
-
adrpo
2013-11-29 20:06
#318
Rev.: 18354
-
15 lines of code changed in 2 files:
-
SimulationRuntime/c/util:
omc_error.h (+1 -11),
omc_msvc.h (+14 -1)
-
adrpo
2013-11-29 19:44
#317
Rev.: 18353
-
14 lines of code changed in 1 file:
-
SimulationRuntime/c/util:
omc_error.h (+14 -2)
-
sjoelund.se
2013-11-29 17:19
#316
Rev.: 18352
-
1159 lines of code changed in 46 files:
-
Compiler/Template:
CodegenC.mo (+14 -14),
CodegenC.tpl (+13 -13)
-
SimulationRuntime/c/linearization:
linearize.cpp (+26 -28)
-
SimulationRuntime/c/math-support:
ddassl.c (+12 -12)
-
SimulationRuntime/c/optimization/initialOptimizer:
initial_guess.c (+1 -1)
-
SimulationRuntime/c/simulation:
modelinfo.c (+8 -8),
options.c (+13 -13),
simulation_info_xml.c (+18 -14),
simulation_input_xml.cpp (+206 -209),
simulation_runtime.cpp (+41 -39)
-
SimulationRuntime/c/simulation/results:
simulation_result_csv.cpp (+1 -1),
simulation_result_mat.cpp (+15 -12),
simulation_result_plt.cpp (+7 -6)
-
SimulationRuntime/c/simulation/solver:
dassl.c (+59 -62),
delay.c (+25 -25),
events.c (+23 -23),
kinsolSolver.c (+30 -27),
linearSolverLapack.c (+9 -9),
linearSolverLis.c (+1 -1),
linearSystem.c (+5 -5),
mixedSearchSolver.c (+14 -14),
mixedSystem.c (+5 -5),
model_help.c (+71 -71),
nonlinearSolverHybrd.c (+50 -50),
nonlinearSolverNewton.c (+27 -27),
nonlinearSystem.c (+10 -10),
perform_simulation.c (+13 -13),
radau.c (+7 -7),
solver_main.c (+31 -31),
stateset.c (+13 -13)
-
SimulationRuntime/c/simulation/solver/initialization:
initialization.c (+140 -152),
initialization_data.c (+31 -29),
method_ipopt.c (+9 -9),
method_kinsol.c (+22 -22),
method_nelderMeadEx.c (+14 -14),
method_newuoa.c (+1 -1),
method_simplex.c (+8 -8)
-
SimulationRuntime/c/util:
OldModelicaTables.c (+12 -12),
division.c (+15 -15),
list.c (+17 -17),
omc_error.c (+87 -1),
omc_error.h (+8 -81),
ringbuffer.c (+19 -18),
varinfo.c (+5 -5)
-
SimulationRuntime/fmi/export:
fmu_model_interface.c (+1 -1)
-
SimulationRuntime/fmi/import:
fmuWrapper.c (+2)
-
vwaurich
2013-11-29 11:02
#315
Rev.: 18350
-
16 lines of code changed in 2 files:
-
Compiler/Template:
CodegenC.mo (+14 -12),
CodegenC.tpl (+2 -2)
-
vwaurich
2013-11-29 10:59
#314
Rev.: 18349
-
178 lines of code changed in 4 files:
-
Compiler/BackEnd:
HpcOmScheduler.mo (+1 -1),
HpcOmSimCode.mo (+87 -20),
SimCodeMain.mo (+1 -1),
SimCodeUtil.mo (+89)
-
wbraun
2013-11-29 07:45
#313
Rev.: 18348
-
5 lines of code changed in 1 file:
-
Compiler/BackEnd:
RemoveSimpleEquations.mo (+5)
-
wbraun
2013-11-29 07:27
#312
Rev.: 18347
-
54 lines of code changed in 2 files:
-
Compiler/BackEnd:
BackendDAEUtil.mo (+3 -2),
Differentiate.mo (+51 -1)
-
wbraun
2013-11-29 03:15
#311
Rev.: 18346
-
153 lines of code changed in 1 file:
-
Compiler/BackEnd:
SimCodeUtil.mo (+153 -65)
-
wbraun
2013-11-28 23:18
#310
Rev.: 18344
-
234 lines of code changed in 6 files:
-
Compiler/BackEnd:
BackendDAECreate.mo (+30 -28),
BackendDAEUtil.mo (+16 -1),
SimCodeUtil.mo (+80 -14)
-
Compiler/FrontEnd:
Expression.mo (+79)
-
testsuite/openmodelica/uncertainties:
DataReconciliationTests21jan2013.mos (+4 -12)
-
testsuite/simulation/modelica/algorithms_functions:
TupleReturn.mo (+25 -3)
-
adrpo
2013-11-28 20:34
#309
Rev.: 18342
-
3 lines of code changed in 1 file:
-
testsuite/simulation/libraries/msl32_cpp:
Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos (+3 -4)
-
hudson
2013-11-28 19:27
#308
Rev.: 18341
-
118 lines of code changed in 118 files:
-
testsuite/simulation/libraries/msl32_cpp:
Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (+1),
Modelica.Mechanics.Rotational.Examples.Backlash.mos (+1),
Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos (+1),
Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos (+1),
Modelica.Mechanics.Rotational.Examples.First.mos (+1),
Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos (+1),
Modelica.Mechanics.Rotational.Examples.Friction.mos (+1),
Modelica.Mechanics.Rotational.Examples.HeatLosses.mos (+1),
Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos (+1),
Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos (+1),
Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos (+1),
Modelica.Mechanics.Rotational.Examples.RollingWheel.mos (+1),
Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos (+1),
Modelica.Mechanics.Translational.Examples.Accelerate.mos (+1),
Modelica.Mechanics.Translational.Examples.Brake.mos (+1),
Modelica.Mechanics.Translational.Examples.Damper.mos (+1),
Modelica.Mechanics.Translational.Examples.ElastoGap.mos (+1),
Modelica.Mechanics.Translational.Examples.Friction.mos (+1),
Modelica.Mechanics.Translational.Examples.HeatLosses.mos (+1),
Modelica.Mechanics.Translational.Examples.InitialConditions.mos (+1),
Modelica.Mechanics.Translational.Examples.Oscillator.mos (+1),
Modelica.Mechanics.Translational.Examples.PreLoad.mos (+1),
Modelica.Mechanics.Translational.Examples.Sensors.mos (+1),
Modelica.Mechanics.Translational.Examples.SignConvention.mos (+1),
Modelica.Mechanics.Translational.Examples.WhyArrows.mos (+1),
Modelica.Media.Examples.IdealGasH2O.mos (+1),
Modelica.Media.Examples.MixtureGases.mos (+1),
Modelica.Media.Examples.MoistAir.mos (+1),
Modelica.Media.Examples.R134a.R134a1.mos (+1),
Modelica.Media.Examples.R134a.R134a2.mos (+1),
Modelica.Media.Examples.ReferenceAir.DryAir1.mos (+1),
Modelica.Media.Examples.ReferenceAir.DryAir2.mos (+1),
Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos (+1),
Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos (+1),
Modelica.Media.Examples.ReferenceAir.MoistAir.mos (+1),
Modelica.Media.Examples.ReferenceAir.MoistAir1.mos (+1),
Modelica.Media.Examples.ReferenceAir.MoistAir2.mos (+1),
Modelica.Media.Examples.SimpleLiquidWater.mos (+1),
Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos (+1),
Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos (+1),
Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos (+1),
Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos (+1),
Modelica.Media.Examples.TestOnly.FlueGas.mos (+1),
Modelica.Media.Examples.TestOnly.IdealGasN2.mos (+1),
Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos (+1),
Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos (+1),
Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos (+1),
Modelica.Media.Examples.WaterIF97.mos (+1),
Modelica.Media.Incompressible.Examples.TestGlycol.mos (+1),
Modelica.StateGraph.Examples.ControlledTanks.mos (+1),
Modelica.StateGraph.Examples.ExecutionPaths.mos (+1),
Modelica.StateGraph.Examples.FirstExample.mos (+1),
Modelica.StateGraph.Examples.FirstExample_Variant2.mos (+1),
Modelica.StateGraph.Examples.FirstExample_Variant3.mos (+1),
Modelica.StateGraph.Examples.ShowCompositeStep.mos (+1),
Modelica.StateGraph.Examples.ShowExceptions.mos (+1),
Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos (+1),
Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos (+1),
Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos (+1),
Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos (+1),
Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos (+1),
Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos (+1),
Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos (+1),
Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos (+1),
Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos (+1),
Modelica.Thermal.HeatTransfer.Examples.Motor.mos (+1),
Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos (+1),
Modelica.Utilities.Examples.readRealParameterModel.mos (+1)
-
adrpo
2013-11-28 19:20
#307
Rev.: 18340
-
45 lines of code changed in 16 files:
-
testsuite/simulation/libraries/msl32_cpp:
Modelica.Electrical.Analog.Examples.HeatingRectifier.mos (+3 -2),
Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos (+3 -2),
Modelica.Electrical.Analog.Examples.Rectifier.mos (+3 -2),
Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos (+2 -2),
Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos (+3 -2),
Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos (+5 -5),
Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos (+10 -3),
Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos (+3 -2),
Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos (+3 -2),
Modelica.Media.Examples.R134a.R134a1.mos (+1),
Modelica.Media.Examples.R134a.R134a2.mos (+1),
Modelica.Media.Examples.ReferenceAir.DryAir1.mos (+2),
Modelica.Media.Examples.ReferenceAir.DryAir2.mos (+2),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos (+1),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos (+2),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos (+1)
-
sjoelund.se
2013-11-28 17:39
#306
Rev.: 18338
-
1 lines of code changed in 1 file:
-
niklwors
2013-11-28 16:35
#305
Rev.: 18337
-
94 lines of code changed in 2 files:
-
Compiler/Template:
CodegenCpp.mo (+80 -260),
CodegenCpp.tpl (+14 -32)
-
adrpo
2013-11-28 16:10
#304
Rev.: 18336
-
1 lines of code changed in 1 file:
-
sjoelund.se
2013-11-28 14:08
#303
Rev.: 18335
-
17 lines of code changed in 1 file:
-
testsuite/partest:
runtests.pl (+17 -5)
-
hudson
2013-11-28 13:06
#302
Rev.: 18334
-
3 lines of code changed in 1 file:
-
SimulationRuntime/cpp/Solver/CVode:
CVode.h (+3 -3)
-
sjoelund.se
2013-11-28 12:59
#301
Rev.: 18333
-
1 lines of code changed in 1 file:
-
testsuite/partest:
runtests.pl (+1 -3)
-
niklwors
2013-11-28 12:58
#300
Rev.: 18332
-
799 lines of code changed in 10 files:
-
Compiler/Template:
CodegenCpp.mo (+634 -251),
CodegenCpp.tpl (+80 -43)
-
SimulationRuntime/cpp/Core/Solver:
SolverDefaultImplementation.cpp (+1 -2)
-
SimulationRuntime/cpp/Core/System:
EventHandling.cpp (+3 -2),
SystemDefaultImplementation.cpp (+43 -16)
-
SimulationRuntime/cpp/Include/Core/System:
SystemDefaultImplementation.h (+4 -2)
-
SimulationRuntime/cpp/Solver/CVode:
CVode.cpp (+25 -2),
CVode.h (+6 -4),
stdafx.h (+1)
-
SimulationRuntime/cpp/Solver/Newton:
NewtonSettings.cpp (+2 -2)
-
sjoelund.se
2013-11-28 12:44
#299
Rev.: 18331
-
1 lines of code changed in 1 file:
-
testsuite/partest:
runtests.pl (+1 -1)
-
sjoelund.se
2013-11-28 11:54
#298
Rev.: 18330
-
1 lines of code changed in 1 file:
-
sjoelund.se
2013-11-28 11:48
#297
Rev.: 18329
-
9 lines of code changed in 1 file:
-
testsuite/partest:
runtests.pl (+9)
-
vitalij
2013-11-28 05:05
#296
Rev.: 18328
-
104 lines of code changed in 11 files:
-
Compiler/FrontEnd:
Builtin.mo (+10 -23),
Lookup.mo (+1 -1),
ModelicaBuiltin.mo (+26)
-
Compiler/Script:
CevalScript.mo (+53 -2),
StaticScript.mo (+8)
-
testsuite/openmodelica/cruntime/optimization/basic:
BR.mos (+1 -3),
BRscale.mos (+1 -3),
DM.mos (+1 -6),
OSP.mos (+1 -6),
SC.mos (+1 -6),
VDP.mos (+1 -3)
-
sjoelund.se
2013-11-27 21:56
#295
Rev.: 18327
-
11 lines of code changed in 3 files:
-
configure.in (+3 -1)
-
SimulationRuntime/c:
simulation_data.h (+7 -1)
-
SimulationRuntime/interactive:
Makefile.in (+1 -7)
-
perost
2013-11-27 17:21
#294
Rev.: 18326
-
43 lines of code changed in 3 files:
-
Compiler/FrontEnd:
NFInst.mo (+39 -12)
-
testsuite/flattening/modelica/scodeinst:
Makefile (+2 -2),
func1.mo (+2 -2)
-
sjoelund.se
2013-11-27 16:00
#293
Rev.: 18325
-
1 lines of code changed in 1 file:
-
Makefile.libraries (+1 -1)
-
lochel
2013-11-27 15:22
#292
Rev.: 18324
-
68 lines of code changed in 3 files:
-
Compiler/Template:
CodegenC.mo (+1 -1),
CodegenC.tpl (+1 -1)
-
testsuite/openmodelica/cruntime/debugDumps:
testDumpEvents.mos (+66 -68)
-
lochel
2013-11-27 14:47
#291
Rev.: 18323
-
8 lines of code changed in 1 file:
-
SimulationRuntime/c/simulation/solver:
solver_main.c (+8 -8)
-
sjoelund.se
2013-11-27 14:33
#290
Rev.: 18322
-
11 lines of code changed in 3 files:
-
Compiler/Template:
CodegenC.mo (+9 -1),
CodegenC.tpl (+1 -1)
-
SimulationRuntime/c/util:
index_spec.c (+1 -1)
-
wbraun
2013-11-27 12:51
#289
Rev.: 18321
-
1098 lines of code changed in 3 files:
-
SimulationRuntime/c/simulation/solver:
perform_simulation.c (+2 -2),
solver_main.c (+4)
-
testsuite/openmodelica/cruntime/debugDumps:
testDumpEvents.mos (+1092 -1091)
-
perost
2013-11-27 12:40
#288
Rev.: 18320
-
489 lines of code changed in 6 files:
-
Compiler/FrontEnd:
NFEnv.mo (+58 -11),
NFInst.mo (+328 -770),
NFInstTypes.mo (+1),
NFLookup.mo (+31 -10)
-
Compiler/Util:
List.mo (+69)
-
testsuite/flattening/modelica/scodeinst:
Makefile (+2 -2)
-
hudson
2013-11-26 21:30
#287
Rev.: 18317
-
2 lines of code changed in 2 files:
-
testsuite/openmodelica/cruntime/debugDumps:
Makefile (+1),
testDumpEvents.mos (+1)
-
wbraun
2013-11-26 21:29
#286
Rev.: 18316
-
1657 lines of code changed in 5 files:
-
Compiler/Template:
CodegenC.mo (+5 -5),
CodegenC.tpl (+4 -4)
-
testsuite:
Makefile (+4)
-
testsuite/openmodelica/cruntime/debugDumps:
Makefile (new 51),
testDumpEvents.mos (new 1593)
-
hudson
2013-11-26 18:25
#285
Rev.: 18315
-
8 lines of code changed in 1 file:
-
SimulationRuntime/c/util:
omc_spinlock.h (+8 -8)
-
mwalther
2013-11-26 18:11
#284
Rev.: 18314
-
3293 lines of code changed in 4 files:
-
Compiler/Template:
CodegenC.mo (+3280 -3303),
CodegenC.tpl (+3 -17)
-
SimulationRuntime/c:
Makefile.common (+1)
-
SimulationRuntime/c/util:
omc_spinlock.h (new 9)
-
vwaurich
2013-11-26 17:23
#283
Rev.: 18313
-
22398 lines of code changed in 1 file:
-
testsuite/simulation/modelica/hpcom:
Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_eqs_prof.xml (+22398 -22537)
-
hudson
2013-11-26 16:43
#282
Rev.: 18312
-
1 lines of code changed in 1 file:
-
SimulationRuntime/c/optimization/mainOptimizer:
ipoptODE.c (+1 -1)
-
vitalij
2013-11-26 16:38
#281
Rev.: 18311
-
21 lines of code changed in 2 files:
-
SimulationRuntime/c/optimization/initialOptimizer:
allocate_ipopt.c (+19 -21)
-
SimulationRuntime/c/optimization/mainOptimizer:
ipoptODE.c (+2 -1)
-
sjoelund.se
2013-11-26 16:20
#280
Rev.: 18310
-
52 lines of code changed in 1 file:
-
testsuite/simulation/libraries/msl32:
measureCompilerPerformance.py (+52 -19)
-
wbraun
2013-11-26 16:07
#279
Rev.: 18309
-
9 lines of code changed in 3 files:
-
Compiler/BackEnd:
BackendDAEOptimize.mo (+5 -3),
BackendDAETransform.mo (+1 -1),
SimCodeUtil.mo (+3 -1)
-
sjoelund.se
2013-11-26 15:28
#278
Rev.: 18308
-
3 lines of code changed in 1 file:
-
testsuite/partest:
runtests.pl (+3 -2)
-
vwaurich
2013-11-26 14:22
#277
Rev.: 18307
-
1 lines of code changed in 1 file:
-
Compiler/BackEnd:
HpcOmScheduler.mo (+1 -1)
-
vwaurich
2013-11-26 13:48
#276
Rev.: 18306
-
20 lines of code changed in 13 files:
-
testsuite/simulation/modelica/hpcom:
BouncingBall.mos (+1 -1),
ElectricalCircuit.mos (+1 -1),
MergingExample.mos (+1 -1),
Modelica.Blocks.Examples.InverseModel.mos (+1 -1),
Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos (+1 -1),
Modelica.Electrical.Analog.Examples.SwitchWithArc.mos (+1 -1),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos (+1 -1),
Modelica.Electrical.Spice3.Examples.CoupledInductors.mos (+1 -1),
Modelica.Fluid.Examples.BranchingDynamicPipes.mos (+1 -1),
Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos (+2 -2),
Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos (+1 -1),
Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos (+6 -2),
Modelica.Mechanics.Rotational.Examples.HeatLosses.mos (+2 -2)
-
adrpo
2013-11-26 13:45
#275
Rev.: 18305
-
2 lines of code changed in 1 file:
-
testsuite/partest:
runtests.pl (+2 -1)
-
sjoelund.se
2013-11-26 13:15
#274
Rev.: 18304
-
12 lines of code changed in 1 file:
-
sjoelund.se
2013-11-26 11:28
#273
Rev.: 18303
-
2 lines of code changed in 2 files:
-
Compiler/FrontEnd:
ModelicaBuiltin.mo (+1 -1)
-
testsuite/simulation/libraries/common:
ModelTesting.mos (+1 -1)
-
vwaurich
2013-11-26 11:11
#272
Rev.: 18302
-
148 lines of code changed in 2 files:
-
Compiler/Template:
CodegenC.mo (+132 -79),
CodegenC.tpl (+16)
-
lochel
2013-11-26 10:57
#271
Rev.: 18301
-
10 lines of code changed in 1 file:
-
testsuite/simulation/modelica/nonlinear_system:
problem5.mos (+10 -10)
-
lochel
2013-11-26 10:52
#270
Rev.: 18300
-
33 lines of code changed in 9 files:
-
Compiler/BackEnd:
Initialization.mo (+9)
-
testsuite/simulation/libraries/msl32:
Modelica.Media.Examples.R134a.R134a1.mos (+1),
Modelica.Media.Examples.R134a.R134a2.mos (+1),
Modelica.Media.Examples.ReferenceAir.DryAir1.mos (+2),
Modelica.Media.Examples.ReferenceAir.DryAir2.mos (+2),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos (+2),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos (+2),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos (+2)
-
testsuite/simulation/modelica/nonlinear_system:
problem5.mos (+12 -11)
-
henrikt
2013-11-26 08:25
#269
Rev.: 18299
-
36 lines of code changed in 5 files:
-
Compiler:
OpenModelicaBootstrappingHeader.h (+22 -6)
-
Compiler/Util:
Error.mo (+4 -1)
-
Compiler/runtime:
Error_omc.cpp (+2 -2),
errorext.cpp (+7 -5),
errorext.h (+1 -1)
-
adeas31
2013-11-26 02:01
#268
Rev.: 18297
-
1 lines of code changed in 1 file:
-
Compiler/runtime:
systemimpl.c (+1 -1)
-
adeas31
2013-11-25 22:19
#267
Rev.: 18295
-
14 lines of code changed in 2 files:
-
OMEdit/OMEditGUI/GUI/Containers:
PlotWindowContainer.cpp (+1 -4)
-
OMPlot/OMPlotGUI:
PlotWindow.cpp (+13 -1)
-
adeas31
2013-11-25 20:03
#266
Rev.: 18294
-
2 lines of code changed in 1 file:
-
Compiler/runtime:
systemimpl.c (+2 -2)
-
wbraun
2013-11-25 19:34
#265
Rev.: 18293
-
2 lines of code changed in 1 file:
-
SimulationRuntime/c/math-support:
ddassl.c (+2 -2)
-
sjoelund.se
2013-11-25 19:24
#264
Rev.: 18292
-
2521 lines of code changed in 3 files:
-
Compiler/Template:
CodegenC.mo (+2514 -2481),
CodegenC.tpl (+6 -5)
-
SimulationRuntime/c/util:
string_array.h (+1)
-
wbraun
2013-11-25 17:59
#263
Rev.: 18291
-
18 lines of code changed in 1 file:
-
Compiler/BackEnd:
Differentiate.mo (+18)
-
vitalij
2013-11-25 17:33
#262
Rev.: 18290
-
1 lines of code changed in 1 file:
-
SimulationRuntime/c/optimization/initialOptimizer:
allocate_ipopt.c (+1 -1)
-
sjoelund.se
2013-11-25 15:41
#261
Rev.: 18288
-
3 lines of code changed in 1 file:
-
perost
2013-11-25 15:38
#260
Rev.: 18287
-
9 lines of code changed in 1 file:
-
testsuite/flattening/modelica/scodeinst:
const13.mo (+9 -6)
-
vitalij
2013-11-25 15:26
#259
Rev.: 18286
-
11 lines of code changed in 1 file:
-
SimulationRuntime/c/optimization/mainOptimizer:
ipoptODE.c (+11 -1)
-
vitalij
2013-11-25 15:12
#258
Rev.: 18285
-
2 lines of code changed in 1 file:
-
SimulationRuntime/c/optimization/mainOptimizer:
ipoptODE.c (+2)
-
hudson
2013-11-25 12:52
#257
Rev.: 18283
-
1 lines of code changed in 1 file:
-
testsuite/simulation/modelica/hpcom:
Modelica.Mechanics.Rotational.Examples.HeatLosses.mos (+1)
-
vwaurich
2013-11-25 12:31
#256
Rev.: 18282
-
2711 lines of code changed in 5 files:
-
testsuite/simulation/modelica/hpcom:
Makefile (+1),
Modelica.Mechanics.Rotational.Examples.HeatLosses.mos (new 55),
Modelica.Mechanics.Rotational.Examples.HeatLosses_eqs_prof.xml (new 2648),
cleanHpcOmTestsuite.py (+7 -53)
-
testsuite/simulation/modelica/hpcom/ReferenceFiles:
Modelica.Mechanics.Rotational.Examples.HeatLosses.mat (new)
-
perost
2013-11-25 12:29
#255
Rev.: 18281
-
610 lines of code changed in 10 files:
-
Compiler/FrontEnd:
NFEnv.mo (+41 -23),
NFInst.mo (+320 -209),
NFInstTypes.mo (+11 -2),
NFLookup.mo (+105 -94),
NFMod.mo (+60 -21),
SCode.mo (+57)
-
testsuite/flattening/modelica/scodeinst:
Makefile (+5 -5),
eq5.mo (+9 -4),
redeclare5.mo (new)
-
sjoelund.se
2013-11-25 12:17
#254
Rev.: 18280
-
62 lines of code changed in 14 files:
-
Compiler/BackEnd:
OpenTURNS.mo (+8 -8),
SimCodeMain.mo (+1 -1)
-
Compiler/FrontEnd:
ConnectionGraph.mo (+1 -1),
ModelicaBuiltin.mo (+1)
-
Compiler/Script:
CevalScript.mo (+14 -14)
-
Compiler/Template:
CodegenC.mo (+1),
CodegenC.tpl (+1 -1)
-
Compiler/Util:
System.mo (+3 -2),
Util.mo (-23)
-
Compiler/boot:
bootstrap-sources.tar.xz (changed)
-
Compiler/runtime:
System_rml.c (+2 -1),
systemimpl.c (+28 -5),
systemimpl.h (+1 -1)
-
testsuite/partest:
runtests.pl (+1)
-
vwaurich
2013-11-25 12:15
#253
Rev.: 18279
-
2 lines of code changed in 2 files:
-
Compiler/Template:
CodegenC.mo (+1 -1),
CodegenC.tpl (+1 -1)
-
sjoelund.se
2013-11-25 10:12
#252
Rev.: 18278
-
1 lines of code changed in 1 file:
-
vitalij
2013-11-25 02:46
#251
Rev.: 18277
-
1 lines of code changed in 1 file:
-
SimulationRuntime/c/optimization/initialOptimizer:
allocate_ipopt.c (+1 -1)
-
vitalij
2013-11-25 02:43
#250
Rev.: 18276
-
37 lines of code changed in 2 files:
-
SimulationRuntime/c/optimization/initialOptimizer:
allocate_ipopt.c (+35 -12)
-
SimulationRuntime/c/optimization/mainOptimizer:
ipoptODE.c (+2 -2)
-
vitalij
2013-11-25 00:53
#249
Rev.: 18275
-
38 lines of code changed in 2 files:
-
Compiler/Template:
CodegenC.mo (+20 -4),
CodegenC.tpl (+18 -2)
-
sjoelund.se
2013-11-24 22:17
#248
Rev.: 18274
-
60 lines of code changed in 3 files:
-
Compiler/FrontEnd:
ModelicaBuiltin.mo (+2 -2)
-
Compiler/Template:
CodegenFMUCpp.mo (+51 -20),
CodegenFMUCpp.tpl (+7 -7)
-
vitalij
2013-11-24 17:00
#247
Rev.: 18272
-
2 lines of code changed in 1 file:
-
SimulationRuntime/c/optimization/lagrangeFun:
ipopt_hessian.c (+2 -2)
-
sjoelund.se
2013-11-24 13:40
#246
Rev.: 18271
-
1 lines of code changed in 1 file:
-
Compiler/omc_release:
Makefile.in (+1 -3)
-
sjoelund.se
2013-11-24 13:08
#245
Rev.: 18270
-
3 lines of code changed in 1 file:
-
SimulationRuntime/c:
Makefile.common (+3 -3)
-
sjoelund.se
2013-11-24 12:32
#244
Rev.: 18269
-
13 lines of code changed in 4 files:
-
configure.in (+8 -8)
-
Compiler/runtime:
config.unix.h.in (+2 -2)
-
SimulationRuntime/c:
Makefile.in (+2 -2)
-
testsuite/openmodelica/bootstrapping:
LinkMain.makefile.in (+1 -1)
-
sjoelund.se
2013-11-24 12:13
#243
Rev.: 18268
-
5 lines of code changed in 2 files:
-
configure.in (+4 -4)
-
SimulationRuntime/c:
Makefile.common (+1 -1)
-
sjoelund.se
2013-11-24 12:08
#242
Rev.: 18267
-
1 lines of code changed in 1 file:
-
testsuite/openmodelica/bootstrapping:
LinkMain.makefile.in (+1 -1)
-
sjoelund.se
2013-11-24 11:56
#241
Rev.: 18266
-
12 lines of code changed in 2 files:
-
configure.in (+8 -8)
-
SimulationRuntime/c:
Makefile.common (+4)
-
hkiel
2013-11-24 11:29
#240
Rev.: 18265
-
8 lines of code changed in 1 file:
-
Compiler/BackEnd:
Uncertainties.mo (+8 -8)
-
adrpo
2013-11-24 11:29
#239
Rev.: 18264
-
2 lines of code changed in 1 file:
-
Compiler/runtime:
config.h (+2 -2)
-
sjoelund.se
2013-11-24 11:10
#238
Rev.: 18263
-
9 lines of code changed in 1 file:
-
sjoelund.se
2013-11-24 10:50
#237
Rev.: 18262
-
2385 lines of code changed in 21 files:
-
configure.in (+57 -7)
-
Compiler/BackEnd:
SimCodeMain.mo (+2 -2),
SimCodeUtil.mo (+3 -2)
-
Compiler/Template:
CodegenC.mo (+2267 -2403),
CodegenC.tpl (+6 -7)
-
Compiler/Util:
System.mo (+6)
-
Compiler/runtime:
System_omc.c (+5),
System_rml.c (+7),
config.h (+4 -2),
config.unix.h.in (+8 -12)
-
SimulationRuntime/c:
Makefile.common (+8 -4),
Makefile.in (+2 -1),
openmodelica_func.h (+1)
-
SimulationRuntime/c/simulation/solver:
perform_simulation.c (+1 -1),
solver_main.c (+1 -17),
solver_main.h (-3)
-
SimulationRuntime/interactive:
omi_ServiceInterface.cpp (+1 -1)
-
testsuite/openmodelica/bootstrapping:
LinkMain.makefile.in (+1 -1)
-
testsuite/openmodelica/fmi/ModelExchange:
Makefile (+1 -1)
-
testsuite/simulation/libraries/msl32:
Modelica.Electrical.Digital.Examples.Counter.mos (+2 -3),
Modelica.Electrical.Digital.Examples.Counter3.mos (+2 -3)
-
sjoelund.se
2013-11-23 21:42
#236
Rev.: 18261
-
0 lines of code changed in 1 file:
-
SimulationRuntime/c/simulation/solver:
model_help.c (-8)
-
sjoelund.se
2013-11-23 20:44
#235
Rev.: 18260
-
4930 lines of code changed in 43 files:
-
Compiler/Template:
CodegenC.mo (+4188 -3711),
CodegenC.tpl (+249 -180),
CodegenFMU.mo (+59 -35),
CodegenFMU.tpl (+12 -11),
CodegenUtil.mo (+112 -16),
CodegenUtil.tpl (+34)
-
SimulationRuntime/c:
Makefile.common (+1),
openmodelica_func.h (+45 -70),
simulation_data.h (+3)
-
SimulationRuntime/c/linearization:
linearize.cpp (+14 -14)
-
SimulationRuntime/c/math-support:
ddassl.c (+2 -2)
-
SimulationRuntime/c/meta:
meta_modelica.c (+1 -1),
meta_modelica_segv.c (+4)
-
SimulationRuntime/c/meta/gc:
marksweep.c (+2)
-
SimulationRuntime/c/optimization/constraints:
evalfDiffG.c (+1),
evalfG.c (+5 -4)
-
SimulationRuntime/c/optimization/goal:
evalF.c (+6 -5)
-
SimulationRuntime/c/optimization/initialOptimizer:
allocate_ipopt.c (+4 -2)
-
SimulationRuntime/c/optimization/lagrangeFun:
ipopt_hessian.c (+4 -3)
-
SimulationRuntime/c/optimization/mainOptimizer:
ipoptODE.c (+6 -6)
-
SimulationRuntime/c/simulation:
simulation_info_xml.c (+7 -3),
simulation_runtime.cpp (+1 -1),
simulation_runtime.h (-2)
-
SimulationRuntime/c/simulation/solver:
dassl.c (+29 -48),
delay.c (+7 -7),
delay.h (+4 -4),
events.c (+7 -6),
linearSystem.h (+5 -4),
mixedSystem.h (+8),
model_help.c (+16 -13),
model_help.h (-8),
nonlinearSystem.h (+4 -4),
perform_simulation.c (+9 -6),
radau.c (+9 -4),
radau.h (-4),
solver_main.c (+7 -6)
-
SimulationRuntime/c/simulation/solver/initialization:
initialization.c (+25 -22),
initialization.h (+1 -1),
method_ipopt.c (+16 -14),
method_ipopt.h (+1 -1)
-
SimulationRuntime/fmi/export:
fmu_model_interface.c (+16 -9)
-
testsuite/simulation/libraries/msl32:
Modelica.Electrical.Digital.Examples.Counter.mos (+3 -2),
Modelica.Electrical.Digital.Examples.Counter3.mos (+3 -2)
-
adrpo
2013-11-23 17:15
#234
Rev.: 18259
-
8 lines of code changed in 1 file:
-
Compiler/BackEnd:
Uncertainties.mo (+8 -8)
-
hkiel
2013-11-23 15:45
#233
Rev.: 18258
-
66 lines of code changed in 21 files:
-
Makefile.common (+1 -1)
-
Compiler/BackEnd:
BackendDAECreate.mo (+8 -8),
BackendDAEOptimize.mo (+1 -1),
BackendDAEUtil.mo (+1 -1),
HpcOmScheduler.mo (+2 -2),
HpcOmTaskGraph.mo (+9 -9),
Initialization.mo (+1 -1),
OnRelaxation.mo (+7 -7),
OpenTURNS.mo (+1 -1),
Tearing.mo (+15 -15),
Uncertainties.mo (+8 -8)
-
Compiler/FrontEnd:
InnerOuter.mo (+1 -1),
Inst.mo (+1 -1),
InstUtil.mo (+2 -2),
InstVar.mo (+1 -1),
Mod.mo (+2 -2)
-
Parser/omcc:
Parser.mo (+1 -1),
ParserModelica.mo (+1 -1)
-
testsuite/openmodelica/omcc:
Parser.mo (+1 -1)
-
testsuite/openmodelica/rmlparser:
Parser.mo (+1 -1),
ParserModelica.mo (+1 -1)
-
sjoelund.se
2013-11-23 14:58
#232
Rev.: 18257
-
6 lines of code changed in 1 file:
-
SimulationRuntime/c:
Makefile.common (+6 -4)
-
sjoelund.se
2013-11-23 12:15
#231
Rev.: 18256
-
1 lines of code changed in 1 file:
-
SimulationRuntime/c:
Makefile.common (+1 -1)
-
sjoelund.se
2013-11-23 11:53
#230
Rev.: 18253
-
7 lines of code changed in 2 files:
-
configure.in (+2 -2)
-
testsuite/partest:
runtests.pl (+5)
-
sjoelund.se
2013-11-23 10:27
#229
Rev.: 18251
-
2 lines of code changed in 2 files:
-
SimulationRuntime/c:
Makefile.common (+1 -1),
Makefile.in (+1 -1)
-
sjoelund.se
2013-11-23 09:46
#228
Rev.: 18250
-
1 lines of code changed in 1 file:
-
SimulationRuntime/c:
Makefile.in (+1 -1)
-
sjoelund.se
2013-11-23 09:31
#227
Rev.: 18249
-
8 lines of code changed in 3 files:
-
configure.in (+2 -2)
-
SimulationRuntime/c:
Makefile.common (+5 -1),
Makefile.in (+1 -1)
-
cschubert
2013-11-23 08:41
#226
Rev.: 18248
-
1 lines of code changed in 1 file:
-
testsuite/simulation/libraries/msl32_cpp:
Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos (+1 -1)
-
adrpo
2013-11-23 06:35
#225
Rev.: 18247
-
2 lines of code changed in 3 files:
-
README-BUILD-RELEASE-NSIS.txt (-4),
README-BUILD-RELEASE.txt (+1 -5),
README-OMDev-MINGW.txt (+1 -3)
-
cschubert
2013-11-22 23:42
#224
Rev.: 18245
-
89 lines of code changed in 8 files:
-
testsuite/simulation/libraries/msl32_cpp:
Modelica.Electrical.Digital.Examples.Counter.mos (+2 -2),
Modelica.Electrical.Digital.Examples.Counter3.mos (+2 -2),
Modelica.Electrical.Digital.Examples.FlipFlop.mos (+2 -2),
Modelica.Electrical.Digital.Examples.FullAdder.mos (+2 -2),
Modelica.Electrical.Digital.Examples.Multiplexer.mos (+2 -2),
Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos (+31),
Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos (+47 -47),
Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos (+1)
-
sjoelund.se
2013-11-22 22:27
#223
Rev.: 18244
-
15 lines of code changed in 3 files:
-
Makefile.common (+4 -2)
-
Compiler/runtime:
systemimpl.c (+7 -6)
-
SimulationRuntime/c/meta/gc:
mmc_gc.h (+4)
-
sjoelund.se
2013-11-22 19:55
#222
Rev.: 18243
-
48 lines of code changed in 5 files:
-
Compiler/boot:
bootstrap-sources.tar.xz (changed)
-
Compiler/runtime:
Makefile.common (-2),
systemimpl.c (+45 -6)
-
testsuite/openmodelica/bootstrapping:
BuildOMC.mos (+2 -2),
LinkMain.makefile.in (+1 -2)
-
adeas31
2013-11-22 19:14
#221
Rev.: 18241
-
2 lines of code changed in 1 file:
-
OMEdit/OMEditGUI:
main.cpp (+2)
-
sjoelund.se
2013-11-22 19:04
#220
Rev.: 18240
-
1 lines of code changed in 1 file:
-
testsuite/openmodelica/bootstrapping:
LinkMain.makefile.in (+1 -1)
-
sjoelund.se
2013-11-22 17:40
#219
Rev.: 18239
-
90 lines of code changed in 31 files:
-
Makefile.common (-3),
Makefile.in (+3),
configure.in (+24 -6)
-
Compiler/BackEnd:
SimCodeUtil.mo (+3 -2)
-
Compiler/Template:
CodegenC.mo (+12 -4),
CodegenC.tpl (+9 -3)
-
Compiler/Util:
System.mo (+6)
-
Compiler/boot:
bootstrap-sources.tar.xz (changed)
-
Compiler/omc_release:
Makefile.in (+2 -2)
-
Compiler/runtime:
Makefile.common (+2 -2),
Makefile.in (+1 -1),
Makefile.omdev.mingw (+1 -1),
System_omc.c (+10 -5),
System_rml.c (+9),
config.h (+1),
config.unix.h.in (+1),
systemimpl.c (+2)
-
testsuite/openmodelica/bootstrapping:
BuildOMC.mos (+2 -2),
LinkMain.makefile.in (+2 -1)
-
testsuite/simulation/modelica/hpcom:
BouncingBall.mos (-6),
ElectricalCircuit.mos (-6),
MergingExample.mos (-6),
Modelica.Blocks.Examples.InverseModel.mos (-6),
Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos (-6),
Modelica.Electrical.Analog.Examples.SwitchWithArc.mos (-6),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos (-6),
Modelica.Electrical.Spice3.Examples.CoupledInductors.mos (-6),
Modelica.Fluid.Examples.BranchingDynamicPipes.mos (-6),
Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos (-6),
Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos (-4),
SimpleResistor.mos (-6)
-
sjoelund.se
2013-11-22 16:59
#218
Rev.: 18238
-
7 lines of code changed in 1 file:
-
testsuite/simulation/libraries/msl32_cpp:
Makefile (+7 -5)
-
niklwors
2013-11-22 16:51
#217
Rev.: 18237
-
5 lines of code changed in 5 files:
-
testsuite/simulation/libraries/msl32_cpp:
Modelica.Electrical.Digital.Examples.Counter.mos (+1 -1),
Modelica.Electrical.Digital.Examples.Counter3.mos (+1 -1),
Modelica.Electrical.Digital.Examples.FlipFlop.mos (+1 -1),
Modelica.Electrical.Digital.Examples.FullAdder.mos (+1 -1),
Modelica.Electrical.Digital.Examples.Multiplexer.mos (+1 -1)
-
hudson
2013-11-22 14:30
#216
Rev.: 18236
-
2 lines of code changed in 1 file:
-
SimulationRuntime/c/optimization/lagrangeFun:
ipopt_hessian.c (+2 -2)
-
vitalij
2013-11-22 14:26
#215
Rev.: 18235
-
7 lines of code changed in 4 files:
-
SimulationRuntime/c/optimization:
ipoptODEstruct.h (+1 -1)
-
SimulationRuntime/c/optimization/initialOptimizer:
allocate_ipopt.c (+1)
-
SimulationRuntime/c/optimization/lagrangeFun:
ipopt_hessian.c (+4 -3)
-
testsuite/openmodelica/cruntime/optimization/basic:
VDP.mo (+1 -1)
-
sjoelund.se
2013-11-22 13:40
#214
Rev.: 18233
-
5 lines of code changed in 2 files:
-
Compiler:
Makefile.in (+4 -1)
-
libraries:
README (+1 -1)
-
hudson
2013-11-22 13:36
#213
Rev.: 18232
-
65 lines of code changed in 65 files:
-
testsuite/simulation/libraries/msl32_cpp:
Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos (+1),
Modelica.Electrical.Spice3.Examples.CoupledInductors.mos (+1),
Modelica.Electrical.Spice3.Examples.FourInverters.mos (+1),
Modelica.Electrical.Spice3.Examples.Graetz.mos (+1),
Modelica.Electrical.Spice3.Examples.Inverter.mos (+1),
Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos (+1),
Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos (+1),
Modelica.Electrical.Spice3.Examples.Nand.mos (+1),
Modelica.Electrical.Spice3.Examples.Nor.mos (+1),
Modelica.Electrical.Spice3.Examples.Oscillator.mos (+1),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos (+1),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos (+1),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos (+1),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos (+1),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos (+1),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos (+1),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos (+1),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos (+1),
Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos (+1),
Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos (+1),
Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos (+1),
Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos (+1),
Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos (+1),
Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos (+1),
Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos (+1),
Modelica.Fluid.Examples.BranchingDynamicPipes.mos (+1),
Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos (+1),
Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos (+1),
Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos (+1),
Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos (+1),
Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos (+1),
Modelica.Fluid.Examples.HeatingSystem.mos (+1),
Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos (+1),
Modelica.Fluid.Examples.InverseParameterization.mos (+1),
Modelica.Fluid.Examples.PumpingSystem.mos (+1),
Modelica.Fluid.Examples.Tanks.EmptyTanks.mos (+1),
Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos (+1),
Modelica.Fluid.Examples.Tanks.ThreeTanks.mos (+1),
Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos (+1),
Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos (+1),
Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos (+1),
Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos (+1),
Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos (+1),
Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos (+1),
Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos (+1),
Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos (+1),
Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos (+1),
Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos (+1)
-
cschubert
2013-11-22 13:07
#212
Rev.: 18231
-
10671 lines of code changed in 186 files:
-
testsuite:
Makefile (+1 -6)
-
testsuite/simulation/libraries/msl32_cpp:
Makefile (-3),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos (-1),
Modelica.Electrical.Spice3.Examples.CascodeCircuit.mos (new 43),
Modelica.Electrical.Spice3.Examples.CoupledInductors.mos (new 45),
Modelica.Electrical.Spice3.Examples.FourInverters.mos (new 83),
Modelica.Electrical.Spice3.Examples.Graetz.mos (new 40),
Modelica.Electrical.Spice3.Examples.Inverter.mos (new 51),
Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mos (new 65),
Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos (new 57),
Modelica.Electrical.Spice3.Examples.Nand.mos (new 63),
Modelica.Electrical.Spice3.Examples.Nor.mos (new 63),
Modelica.Electrical.Spice3.Examples.Oscillator.mos (new 54),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mos (new 48),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.FOURBIT.mos (new 374),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.NAND.mos (new 51),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.ONEBIT.mos (new 125),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.TWOBIT.mos (new 208),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mos (new 363),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mos (new 45),
Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mos (new 44),
Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mos (new 72),
Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mos (new 41),
Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mos (new 41),
Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mos (new 41),
Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mos (new 43),
Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mos (new 45),
Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mos (new 43),
Modelica.Fluid.Examples.BranchingDynamicPipes.mos (new 115),
Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos (new 45),
Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos (new 51),
Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mos (new 51),
Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mos (new 70),
Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mos (new 98),
Modelica.Fluid.Examples.HeatingSystem.mos (new 47),
Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos (new 104),
Modelica.Fluid.Examples.InverseParameterization.mos (new 55),
Modelica.Fluid.Examples.PumpingSystem.mos (new 42),
Modelica.Fluid.Examples.Tanks.EmptyTanks.mos (new 42),
Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mos (new 43),
Modelica.Fluid.Examples.Tanks.ThreeTanks.mos (new 44),
Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos (new 49),
Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos (new 57),
Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mos (new 46),
Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mos (new 48),
Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mos (new 43),
Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mos (new 41),
Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mos (new 48),
Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos (new 46),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mos (new 67),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL_MultiPhase.mos (new 70),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos (new 85),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start_MultiPhase.mos (new 86),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mos (new 50),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos (new 52),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mos (new 79),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos (new 88),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mos (new 68),
Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos (new 72),
Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mos (new 43),
Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mos (new 44),
Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mos (new 42),
Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mos (new 40),
Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos (new 65),
Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos (new 89),
Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mos (new 87),
Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mos (new 88),
Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos (new 44),
Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos (new 95),
Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos (new 44),
Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mos (new 47),
Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mos (new 66),
Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos (new 42),
Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos (new 46),
Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos (new 42),
Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos (new 44),
Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravity.mos (new 56),
Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mos (new 63),
Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos (new 56),
Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mos (new 48),
Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos (new 47),
Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mos (new 45),
Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mos (new 49),
Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos (new 44),
Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mos (new 47),
Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mos (new 40),
Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos (new 48),
Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mos (new 43),
Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos (new 42),
Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mos (new 41),
Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mos (new 42),
Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos (new 42),
Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mos (new 44),
Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mos (new 41),
Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos (new 42),
Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mos (new 42),
Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos (new 42),
Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos (new 46),
Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos (new 46),
Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mos (new 66),
Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mos (new 49),
Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos (new 76),
Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos (new 51),
Modelica.Mechanics.Rotational.Examples.Backlash.mos (new 56),
Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos (new 53),
Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos (new 51),
Modelica.Mechanics.Rotational.Examples.First.mos (new 48),
Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos (new 48),
Modelica.Mechanics.Rotational.Examples.Friction.mos (new 51),
Modelica.Mechanics.Rotational.Examples.HeatLosses.mos (new 53),
Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos (new 44),
Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos (new 48),
Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos (new 41),
Modelica.Mechanics.Rotational.Examples.RollingWheel.mos (new 50),
Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos (new 45),
Modelica.Mechanics.Translational.Examples.Accelerate.mos (new 47),
Modelica.Mechanics.Translational.Examples.Brake.mos (new 48),
Modelica.Mechanics.Translational.Examples.Damper.mos (new 46),
Modelica.Mechanics.Translational.Examples.ElastoGap.mos (new 67),
Modelica.Mechanics.Translational.Examples.Friction.mos (new 50),
Modelica.Mechanics.Translational.Examples.HeatLosses.mos (new 44),
Modelica.Mechanics.Translational.Examples.InitialConditions.mos (new 56),
Modelica.Mechanics.Translational.Examples.Oscillator.mos (new 48),
Modelica.Mechanics.Translational.Examples.PreLoad.mos (new 46),
Modelica.Mechanics.Translational.Examples.Sensors.mos (new 48),
Modelica.Mechanics.Translational.Examples.SignConvention.mos (new 62),
Modelica.Mechanics.Translational.Examples.WhyArrows.mos (new 46),
Modelica.Media.Examples.IdealGasH2O.mos (new 44),
Modelica.Media.Examples.MixtureGases.mos (new 42),
Modelica.Media.Examples.MoistAir.mos (new 46),
Modelica.Media.Examples.R134a.R134a1.mos (new 265),
Modelica.Media.Examples.R134a.R134a2.mos (new 422),
Modelica.Media.Examples.ReferenceAir.DryAir1.mos (new 43),
Modelica.Media.Examples.ReferenceAir.DryAir2.mos (new 45),
Modelica.Media.Examples.ReferenceAir.Inverse_sh_T.mos (new 46),
Modelica.Media.Examples.ReferenceAir.Inverse_sh_TX.mos (new 44),
Modelica.Media.Examples.ReferenceAir.MoistAir.mos (new 42),
Modelica.Media.Examples.ReferenceAir.MoistAir1.mos (new 45),
Modelica.Media.Examples.ReferenceAir.MoistAir2.mos (new 50),
Modelica.Media.Examples.SimpleLiquidWater.mos (new 39),
Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos (new 46),
Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_T.mos (new 51),
Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sh_TX.mos (new 55),
Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos (new 42),
Modelica.Media.Examples.TestOnly.FlueGas.mos (new 48),
Modelica.Media.Examples.TestOnly.IdealGasN2.mos (new 42),
Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos (new 41),
Modelica.Media.Examples.TestOnly.MixIdealGasAir.mos (new 45),
Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mos (new 42),
Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mos (new 41),
Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mos (new 42),
Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Air.mos (new 42),
Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.Nitrogen.mos (new 42),
Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGas.mos (new 47),
Modelica.Media.Examples.Tests.MediaTestModels.IdealGases.SimpleNaturalGasFixedComposition.mos (new 41),
Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos (new 40),
Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos (new 40),
Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mos (new 42),
Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearWater_pT.mos (new 42),
Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mos (new 41),
Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mos (new 42),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97OnePhase_ph.mos (new 40),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_pT.mos (new 42),
Modelica.Media.Examples.Tests.MediaTestModels.Water.WaterIF97_ph.mos (new 40),
Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mos (new 42),
Modelica.Media.Examples.WaterIF97.mos (new 43),
Modelica.Media.Incompressible.Examples.TestGlycol.mos (new 49),
Modelica.StateGraph.Examples.ControlledTanks.mos (new 42),
Modelica.StateGraph.Examples.ExecutionPaths.mos (new 48),
Modelica.StateGraph.Examples.FirstExample.mos (new 42),
Modelica.StateGraph.Examples.FirstExample_Variant2.mos (new 42),
Modelica.StateGraph.Examples.FirstExample_Variant3.mos (new 42),
Modelica.StateGraph.Examples.ShowCompositeStep.mos (new 44),
Modelica.StateGraph.Examples.ShowExceptions.mos (new 43),
Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos (new 43),
Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mos (new 41),
Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos (new 46),
Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mos (new 46),
Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos (new 44),
Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos (new 41),
Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos (new 41),
Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos (new 46),
Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos (new 41),
Modelica.Thermal.HeatTransfer.Examples.Motor.mos (new 40),
Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mos (new 42),
Modelica.Utilities.Examples.readRealParameterModel.mos (new 41)
-
niklwors
2013-11-22 12:14
#211
Rev.: 18230
-
544 lines of code changed in 9 files:
-
Compiler/Template:
CodegenCpp.mo (+362 -104),
CodegenCpp.tpl (+53 -3)
-
SimulationRuntime/cpp/Core/Modelica:
stdafx.h (+2)
-
SimulationRuntime/cpp/Core/Solver:
SolverDefaultImplementation.cpp (+2),
stdafx.h (+3 -1)
-
SimulationRuntime/cpp/Core/System:
SystemDefaultImplementation.cpp (+109 -2),
stdafx.h (+2 -2)
-
SimulationRuntime/cpp/Include/Core/System:
SystemDefaultImplementation.h (+10 -1)
-
SimulationRuntime/cpp/Solver/CVode:
CVode.cpp (+1 -1)
-
hudson
2013-11-22 11:43
#210
Rev.: 18229
-
86 lines of code changed in 86 files:
-
testsuite/simulation/libraries/msl32_cpp:
Modelica.ComplexBlocks.Examples.TestConversionBlock.mos (+1),
Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos (+1),
Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos (+1),
Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos (+1),
Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos (+1),
Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos (+1),
Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos (+1),
Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos (+1),
Modelica.Electrical.Analog.Examples.ChuaCircuit.mos (+1),
Modelica.Electrical.Analog.Examples.CompareTransformers.mos (+1),
Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos (+1),
Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos (+1),
Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos (+1),
Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos (+1),
Modelica.Electrical.Analog.Examples.HeatingRectifier.mos (+1),
Modelica.Electrical.Analog.Examples.HeatingResistor.mos (+1),
Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos (+1),
Modelica.Electrical.Analog.Examples.NandGate.mos (+1),
Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos (+1),
Modelica.Electrical.Analog.Examples.Rectifier.mos (+1),
Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos (+1),
Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos (+1),
Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos (+1),
Modelica.Electrical.Analog.Examples.SwitchWithArc.mos (+1),
Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos (+1),
Modelica.Electrical.Digital.Examples.Adder4.mos (+1),
Modelica.Electrical.Digital.Examples.BUF3S.mos (+1),
Modelica.Electrical.Digital.Examples.Counter.mos (+1),
Modelica.Electrical.Digital.Examples.Counter3.mos (+1),
Modelica.Electrical.Digital.Examples.DFFREG.mos (+1),
Modelica.Electrical.Digital.Examples.DFFREGL.mos (+1),
Modelica.Electrical.Digital.Examples.DFFREGSRH.mos (+1),
Modelica.Electrical.Digital.Examples.DFFREGSRL.mos (+1),
Modelica.Electrical.Digital.Examples.DLATREG.mos (+1),
Modelica.Electrical.Digital.Examples.DLATREGL.mos (+1),
Modelica.Electrical.Digital.Examples.DLATREGSRH.mos (+1),
Modelica.Electrical.Digital.Examples.DLATREGSRL.mos (+1),
Modelica.Electrical.Digital.Examples.FlipFlop.mos (+1),
Modelica.Electrical.Digital.Examples.FullAdder.mos (+1),
Modelica.Electrical.Digital.Examples.HalfAdder.mos (+1),
Modelica.Electrical.Digital.Examples.INV3S.mos (+1),
Modelica.Electrical.Digital.Examples.MUX2x1.mos (+1),
Modelica.Electrical.Digital.Examples.Multiplexer.mos (+1),
Modelica.Electrical.Digital.Examples.NRXFER.mos (+1),
Modelica.Electrical.Digital.Examples.NXFER.mos (+1),
Modelica.Electrical.Digital.Examples.RAM.mos (+1),
Modelica.Electrical.Digital.Examples.VectorDelay.mos (+1),
Modelica.Electrical.Digital.Examples.WiredX.mos (+1),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos (+1),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos (+1),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos (+1),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos (+1),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos (+1),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos (+1),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos (+1),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos (+1),
Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos (+1),
Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos (+1),
Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos (+1),
Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos (+1),
Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos (+1),
Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos (+1),
Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos (+1),
Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos (+1),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos (+1),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos (+1),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos (+1),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos (+1),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos (+1),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos (+1),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos (+1),
Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos (+1),
Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos (+1),
Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos (+1),
Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos (+1),
Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos (+1),
Modelica.Electrical.MultiPhase.Examples.Rectifier.mos (+1),
Modelica.Electrical.MultiPhase.Examples.TestSensors.mos (+1),
Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos (+1),
Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos (+1),
Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos (+1),
Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos (+1),
Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos (+1),
Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos (+1),
Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos (+1),
Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos (+1)
-
cschubert
2013-11-22 11:39
#209
Rev.: 18228
-
4011 lines of code changed in 87 files:
-
testsuite/simulation/libraries/msl32_cpp:
Makefile (+3 -3),
Modelica.ComplexBlocks.Examples.TestConversionBlock.mos (new 44),
Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos (new 46),
Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mos (new 46),
Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos (new 45),
Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mos (new 45),
Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos (new 56),
Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mos (new 46),
Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos (new 46),
Modelica.Electrical.Analog.Examples.ChuaCircuit.mos (new 43),
Modelica.Electrical.Analog.Examples.CompareTransformers.mos (new 43),
Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos (new 41),
Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mos (new 49),
Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos (new 42),
Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos (new 42),
Modelica.Electrical.Analog.Examples.HeatingRectifier.mos (new 41),
Modelica.Electrical.Analog.Examples.HeatingResistor.mos (new 43),
Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos (new 42),
Modelica.Electrical.Analog.Examples.NandGate.mos (new 41),
Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos (new 43),
Modelica.Electrical.Analog.Examples.Rectifier.mos (new 43),
Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mos (new 42),
Modelica.Electrical.Analog.Examples.ShowVariableResistor.mos (new 44),
Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mos (new 44),
Modelica.Electrical.Analog.Examples.SwitchWithArc.mos (new 41),
Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mos (new 47),
Modelica.Electrical.Digital.Examples.Adder4.mos (new 56),
Modelica.Electrical.Digital.Examples.BUF3S.mos (new 40),
Modelica.Electrical.Digital.Examples.Counter.mos (new 49),
Modelica.Electrical.Digital.Examples.Counter3.mos (new 45),
Modelica.Electrical.Digital.Examples.DFFREG.mos (new 44),
Modelica.Electrical.Digital.Examples.DFFREGL.mos (new 44),
Modelica.Electrical.Digital.Examples.DFFREGSRH.mos (new 45),
Modelica.Electrical.Digital.Examples.DFFREGSRL.mos (new 45),
Modelica.Electrical.Digital.Examples.DLATREG.mos (new 44),
Modelica.Electrical.Digital.Examples.DLATREGL.mos (new 44),
Modelica.Electrical.Digital.Examples.DLATREGSRH.mos (new 45),
Modelica.Electrical.Digital.Examples.DLATREGSRL.mos (new 45),
Modelica.Electrical.Digital.Examples.FlipFlop.mos (new 45),
Modelica.Electrical.Digital.Examples.FullAdder.mos (new 48),
Modelica.Electrical.Digital.Examples.HalfAdder.mos (new 43),
Modelica.Electrical.Digital.Examples.INV3S.mos (new 40),
Modelica.Electrical.Digital.Examples.MUX2x1.mos (new 40),
Modelica.Electrical.Digital.Examples.Multiplexer.mos (new 49),
Modelica.Electrical.Digital.Examples.NRXFER.mos (new 40),
Modelica.Electrical.Digital.Examples.NXFER.mos (new 40),
Modelica.Electrical.Digital.Examples.RAM.mos (new 46),
Modelica.Electrical.Digital.Examples.VectorDelay.mos (new 42),
Modelica.Electrical.Digital.Examples.WiredX.mos (new 46),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mos (new 52),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos (new 58),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos (new 52),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos (new 57),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos (new 54),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos (new 52),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos (new 66),
Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mos (new 61),
Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mos (new 42),
Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos (new 45),
Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mos (new 43),
Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mos (new 41),
Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mos (new 41),
Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mos (new 44),
Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mos (new 41),
Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mos (new 41),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos (new 44),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos (new 48),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos (new 51),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos (new 53),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mos (new 56),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos (new 58),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos (new 53),
Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mos (new 54),
Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mos (new 40),
Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mos (new 46),
Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mos (new 43),
Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mos (new 41),
Modelica.Electrical.MultiPhase.Examples.Rectifier.mos (new 43),
Modelica.Electrical.MultiPhase.Examples.TestSensors.mos (new 41),
Modelica.Electrical.MultiPhase.Examples.TransformerYD.mos (new 42),
Modelica.Electrical.MultiPhase.Examples.TransformerYY.mos (new 42),
Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mos (new 108),
Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mos (new 45),
Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mos (new 45),
Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mos (new 46),
Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mos (new 43),
Modelica.Electrical.QuasiStationary.SinglePhase.Examples.SeriesResonance.mos (new 46)
-
sjoelund.se
2013-11-22 09:27
#208
Rev.: 18226
-
17 lines of code changed in 2 files:
-
Makefile.common (+17),
Makefile.in (-15)
-
sjoelund.se
2013-11-22 09:02
#207
Rev.: 18225
-
1 lines of code changed in 1 file:
-
sjoelund.se
2013-11-22 09:01
#206
Rev.: 18224
-
3 lines of code changed in 2 files:
-
Makefile.common (+1 -1),
configure.in (+2 -2)
-
hudson
2013-11-22 08:31
#205
Rev.: 18223
-
11 lines of code changed in 11 files:
-
testsuite/simulation/libraries/msl32_cpp:
Modelica.Blocks.Examples.BusUsage.mos (+1),
Modelica.Blocks.Examples.Filter.mos (+1),
Modelica.Blocks.Examples.FilterWithDifferentiation.mos (+1),
Modelica.Blocks.Examples.FilterWithRiseTime.mos (+1),
Modelica.Blocks.Examples.IntegerNetwork1.mos (+1),
Modelica.Blocks.Examples.Interaction1.mos (+1),
Modelica.Blocks.Examples.InverseModel.mos (+1),
Modelica.Blocks.Examples.LogicalNetwork1.mos (+1),
Modelica.Blocks.Examples.PID_Controller.mos (+1),
Modelica.Blocks.Examples.RealNetwork1.mos (+1),
Modelica.Blocks.Examples.ShowLogicalSources.mos (+1)
-
cschubert
2013-11-22 08:26
#204
Rev.: 18222
-
502 lines of code changed in 12 files:
-
testsuite/simulation/libraries/msl32_cpp:
Makefile (+3 -3),
Modelica.Blocks.Examples.BusUsage.mos (new 46),
Modelica.Blocks.Examples.Filter.mos (new 52),
Modelica.Blocks.Examples.FilterWithDifferentiation.mos (new 43),
Modelica.Blocks.Examples.FilterWithRiseTime.mos (new 46),
Modelica.Blocks.Examples.IntegerNetwork1.mos (new 45),
Modelica.Blocks.Examples.Interaction1.mos (new 43),
Modelica.Blocks.Examples.InverseModel.mos (new 43),
Modelica.Blocks.Examples.LogicalNetwork1.mos (new 42),
Modelica.Blocks.Examples.PID_Controller.mos (new 46),
Modelica.Blocks.Examples.RealNetwork1.mos (new 44),
Modelica.Blocks.Examples.ShowLogicalSources.mos (new 49)
-
sjoelund.se
2013-11-22 08:10
#203
Rev.: 18221
-
3 lines of code changed in 2 files:
-
Compiler/runtime:
systemimpl.c (+1 -1)
-
testsuite/metamodelica/meta:
List3.mos (+2 -1)
-
sjoelund.se
2013-11-22 07:53
#202
Rev.: 18220
-
16 lines of code changed in 4 files:
-
Makefile.common (+2 -1),
Makefile.in (+2 -1),
configure.in (+6 -2)
-
Compiler/runtime:
FMIImpl.c (+6 -2)
-
adeas31
2013-11-22 03:20
#201
Rev.: 18218
-
30 lines of code changed in 2 files:
-
OMEdit/OMEditGUI/GUI/Widgets:
VariablesWidget.cpp (+27),
VariablesWidget.h (+3)
-
sjoelund.se
2013-11-21 23:47
#200
Rev.: 18217
-
11 lines of code changed in 7 files:
-
Makefile.common (+1 -1),
Makefile.in (+1),
Makefile.omdev.mingw (+1)
-
Compiler/runtime:
FMIImpl.c (-4),
config.unix.h.in (+1 -1)
-
testsuite/openmodelica/bootstrapping:
BuildOMC.mos (+2 -1),
LinkMain.makefile.in (+5 -3)
-
sjoelund.se
2013-11-21 20:09
#199
Rev.: 18215
-
2 lines of code changed in 1 file:
-
testsuite/openmodelica/omcc:
ParserModelica.mo (+2 -6)
-
hudson
2013-11-21 20:05
#198
Rev.: 18214
-
1 lines of code changed in 1 file:
-
testsuite/openmodelica/cppruntime/libraries/msl32:
Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos (+1)
-
cschubert
2013-11-21 20:01
#197
Rev.: 18213
-
33 lines of code changed in 11 files:
-
testsuite/openmodelica/cppruntime/libraries/msl32:
Modelica.Electrical.Analog.Examples.AD_DA_conversion.mos (+4 -3),
Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos (+3 -2),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos (+3 -2),
Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos (+2),
Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mos (+3 -1),
Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mos (+3 -1),
Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos (+3 -1),
Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mos (+3 -1),
Modelica.Mechanics.MultiBody.Examples.Elementary.SpringMassSystem.mos (+3 -1),
Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mos (+3 -1),
Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mos (+3 -1)
-
wbraun
2013-11-21 19:56
#196
Rev.: 18212
-
31 lines of code changed in 1 file:
-
Compiler/BackEnd:
BackendDAEUtil.mo (+31 -3)
-
sjoelund.se
2013-11-21 17:48
#195
Rev.: 18211
-
1233 lines of code changed in 12 files:
-
Compiler/Script:
CevalScript.mo (+10 -5)
-
testsuite/openmodelica/omcc:
Absyn.mo (+1156 -957),
LexTableModelica.mo (+2 -2),
LexerCodeModelica.mo (+4 -5),
LexerModelica.mo (+4 -1),
LoadCompilerSources.mos (new 34),
Main.mo (+4 -33),
ParseCodeModelica.mo (+5 -4),
ParseTableModelica.mo (+2 -2),
ParserModelica.mo (+6 -1),
TokenModelica.mo (+2 -2),
Types.mo (+4 -3)
-
hudson
2013-11-21 15:52
#194
Rev.: 18210
-
162 lines of code changed in 5 files:
-
testsuite/simulation/libraries/msl32_cpp:
Makefile (+1),
Modelica.Blocks.Examples.BooleanNetwork1.mos (+1),
common.mos (+1),
sortResults.py (+158 -156)
-
testsuite/simulation/modelica/hpcom:
Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos (+1)
-
cschubert
2013-11-21 15:02
#193
Rev.: 18209
-
580 lines of code changed in 10 files:
-
testsuite:
Makefile (+5)
-
testsuite/simulation/libraries/common:
ModelTesting.mo (+3),
ModelTesting.mos (+3),
ModelTestingDefaults.mos (+1)
-
testsuite/simulation/libraries/msl32_cpp:
Makefile (new 332),
Modelica.Blocks.Examples.BooleanNetwork1.mos (new 43),
cleanAll.cmd (new 17),
cleanAllButMat.cmd (new 16),
common.mos (new 6),
sortResults.py (new 154)
-
vwaurich
2013-11-21 14:45
#192
Rev.: 18208
-
12574 lines of code changed in 6 files:
-
Compiler/BackEnd:
SimCodeUtil.mo (+3 -1)
-
testsuite/simulation/modelica/hpcom:
Makefile (+1),
Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos (new 57),
Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings_eqs_prof.xml (new 12512),
cleanHpcOmTestsuite.py (+1)
-
testsuite/simulation/modelica/hpcom/ReferenceFiles:
Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat (new)
-
sjoelund.se
2013-11-20 17:15
#191
Rev.: 18207
-
941 lines of code changed in 10 files:
-
Makefile.common (+18 -7)
-
Compiler/Template:
CodegenC.mo (+38 -609),
CodegenC.tpl (-109),
CodegenUtil.mo (+563),
CodegenUtil.tpl (+112),
SimCodeDump.mo (+46 -20),
SimCodeDump.tpl (+6 -3)
-
SimulationRuntime/c/simulation:
simulation_input_xml.cpp (+48 -36)
-
testsuite/openmodelica/cruntime/xmlFiles:
testxmlInfoAllEqnsCorrectOrder.mos (+104 -52),
testxmlInitForChangeableparameter.mos (+6 -6)
-
sjoelund.se
2013-11-20 13:13
#190
Rev.: 18206
-
2 lines of code changed in 3 files:
-
Compiler/BackEnd:
HpcOmTaskGraph.mo (-2)
-
Compiler/Template:
CodegenCpp.mo (+1 -1),
CodegenCpp.tpl (+1 -1)
-
sjoelund.se
2013-11-20 07:44
#189
Rev.: 18205
-
8 lines of code changed in 2 files:
-
configure.in (+4 -3)
-
testsuite/partest:
runtests.pl (+4 -1)
-
sjoelund.se
2013-11-19 23:12
#188
Rev.: 18204
-
3 lines of code changed in 1 file:
-
testsuite/partest:
runtests.pl (+3 -3)
-
sjoelund.se
2013-11-19 23:03
#187
Rev.: 18203
-
14 lines of code changed in 3 files:
-
Makefile.in (-1)
-
testsuite/openmodelica/bootstrapping:
LinkMain.makefile.in (+1 -1)
-
testsuite/partest:
runtests.pl (+13 -7)
-
sjoelund.se
2013-11-19 21:52
#186
Rev.: 18202
-
12 lines of code changed in 6 files:
-
OMEdit/OMEditGUI:
OMEdit.config.in (+2 -2)
-
OMNotebook/OMNotebookGUI:
OMNotebook.config.in (+2)
-
OMPlot/OMPlotGUI:
OMPlotGUI.config.in (+2 -3)
-
OMShell/OMShellGUI:
OMShell.config.in (+2)
-
OMVisualize/OMVisualizeGUI:
OMVisualizeGUI.config.in (+3)
-
mosh/src:
Makefile.in (+1 -1)
-
sjoelund.se
2013-11-19 20:55
#185
Rev.: 18201
-
7 lines of code changed in 2 files:
-
Makefile.common (+1 -1)
-
Compiler/runtime:
systemimpl.c (+6 -5)
-
sjoelund.se
2013-11-19 19:22
#184
Rev.: 18200
-
4 lines of code changed in 3 files:
-
Makefile.common (+2 -2),
Makefile.in (+1),
configure.in (+1)
-
sjoelund.se
2013-11-19 18:51
#183
Rev.: 18199
-
1 lines of code changed in 1 file:
-
adeas31
2013-11-19 18:26
#182
Rev.: 18197
-
12 lines of code changed in 2 files:
-
OMEdit/OMEditGUI/GUI/Widgets:
VariablesWidget.cpp (+12 -23),
VariablesWidget.h (-2)
-
sjoelund.se
2013-11-19 17:09
#181
Rev.: 18195
-
23 lines of code changed in 1 file:
-
hudson
2013-11-19 16:48
#180
Rev.: 18192
-
4 lines of code changed in 4 files:
-
testsuite/simulation/modelica/hpcom:
Modelica.Blocks.Examples.InverseModel.mos (+1),
Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos (+1),
Modelica.Electrical.Analog.Examples.SwitchWithArc.mos (+1),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos (+1)
-
vwaurich
2013-11-19 16:46
#179
Rev.: 18191
-
509 lines of code changed in 19 files:
-
Compiler/BackEnd:
HpcOmSimCode.mo (+2 -3),
SimCodeUtil.mo (+24 -6)
-
testsuite/simulation/modelica/hpcom:
BouncingBall.mos (+1 -1),
ElectricalCircuit.mos (+1 -1),
Makefile (+4 -3),
MergingExample.mos (+1 -1),
Modelica.Blocks.Examples.InverseModel.mos (new 52),
Modelica.Blocks.Examples.InverseModel_eqs_prof.xml (new 260),
Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos (new 48),
Modelica.Electrical.Analog.Examples.OvervoltageProtectionHpcOm.mos (del),
Modelica.Electrical.Analog.Examples.SwitchWithArc.mos (new 48),
Modelica.Electrical.Analog.Examples.SwitchWithArcHpcOm.mos (del),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos (new 64),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDumpHpcOm.mos (del),
Modelica.Electrical.Spice3.Examples.CoupledInductors.mos (+1 -1),
Modelica.Fluid.Examples.BranchingDynamicPipes.mos (+1 -1),
SimpleResistor.mos (+1 -1),
cleanHpcOmTestsuite.py (+1)
-
testsuite/simulation/modelica/hpcom/ReferenceFiles:
Modelica.Blocks.Examples.InverseModel.mat (new)
-
adeas31
2013-11-19 14:18
#178
Rev.: 18189
-
6 lines of code changed in 2 files:
-
OMEdit/OMEditGUI/GUI:
MainWindow.cpp (+4)
-
OMEdit/OMEditGUI/GUI/Widgets:
TransformationsWidget.cpp (+2 -2)
-
hudson
2013-11-19 14:13
#177
Rev.: 18188
-
383 lines of code changed in 2 files:
-
OMEdit/OMEditGUI/GUI/Widgets:
TransformationsWidget.cpp (+302 -302),
TransformationsWidget.h (+81 -81)
-
adeas31
2013-11-19 14:12
#176
Rev.: 18187
-
502 lines of code changed in 15 files:
-
OMEdit/OMEditGUI:
OMEditGUI.pro (+4 -2)
-
OMEdit/OMEditGUI/GUI:
MainWindow.cpp (+31 -1),
MainWindow.h (+7)
-
OMEdit/OMEditGUI/GUI/Containers:
ModelWidgetContainer.cpp (-1)
-
OMEdit/OMEditGUI/GUI/Widgets:
DocumentationWidget.cpp (+2 -2),
TransformationsWidget.cpp (new 302),
TransformationsWidget.h (new 81),
VariablesWidget.cpp (+6 -6),
VariablesWidget.h (+2 -2)
-
OMEdit/OMEditGUI/Resources/css:
stylesheet.qss (+23 -19)
-
OMEdit/OMEditGUI/Util:
Helper.cpp (+12),
Helper.h (+6),
OMDumpXML.cpp (+16),
OMDumpXML.h (+8),
StringHandler.cpp (+2 -2)
-
adeas31
2013-11-19 12:18
#175
Rev.: 18186
-
13 lines of code changed in 2 files:
-
OMEdit/OMEditGUI/Util:
OMDumpXML.cpp (+12 -2),
OMDumpXML.h (+1)
-
vwaurich
2013-11-19 10:14
#174
Rev.: 18185
-
294 lines of code changed in 4 files:
-
testsuite/simulation/modelica/hpcom:
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDumpHpcOm.mos (+4 -3),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump_eqs_prof.xml (+176 -251),
cleanHpcOmTestsuite.py (+8)
-
testsuite/simulation/modelica/hpcom/ReferenceGraphs:
Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump_TaskGraphODE.graphml (+106 -106)
-
vwaurich
2013-11-19 09:13
#173
Rev.: 18184
-
9 lines of code changed in 1 file:
-
Compiler/BackEnd:
SimCodeMain.mo (+9)
-
adrpo
2013-11-19 00:55
#172
Rev.: 18183
-
2 lines of code changed in 2 files:
-
Makefile.common (+1 -1),
Makefile.in (+1)
-
vitalij
2013-11-19 00:15
#171
Rev.: 18182
-
1 lines of code changed in 1 file:
-
testsuite/openmodelica/cruntime/optimization/basic:
VDP.mo (+1 -1)
-
sjoelund.se
2013-11-18 22:48
#170
Rev.: 18181
-
3 lines of code changed in 1 file:
-
.openmodelica.aspell (+3 -1)
-
sjoelund.se
2013-11-18 22:17
#169
Rev.: 18180
-
3 lines of code changed in 1 file:
-
SimulationRuntime/ParModelica/OpenCLRuntime:
ocl_offcomp.c (+3 -3)
-
sjoelund.se
2013-11-18 22:04
#168
Rev.: 18179
-
1 lines of code changed in 1 file:
-
wbraun
2013-11-18 20:05
#167
Rev.: 18178
-
31 lines of code changed in 1 file:
-
testsuite/simulation/libraries/msl32:
Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mos (+31)
-
hudson
2013-11-18 19:36
#166
Rev.: 18176
-
4 lines of code changed in 1 file:
-
Compiler/BackEnd:
Differentiate.mo (+4 -4)
-
wbraun
2013-11-18 19:31
#165
Rev.: 18175
-
5072 lines of code changed in 45 files:
-
Compiler:
CMakeLists.txt (+1 -1),
Makefile.common (+1 -1)
-
Compiler/BackEnd:
BackendDAE.mo (+38),
BackendDAECreate.mo (+63 -1),
BackendDAEOptimize.mo (+129 -1244),
BackendDAETransform.mo (+1 -1),
BackendDAEUtil.mo (+122 -40),
BackendDump.mo (+2),
Derive.mo (del),
Differentiate.mo (new 2553),
ExpressionSolve.mo (+25 -24),
IndexReduction.mo (+43 -29),
OnRelaxation.mo (+3 -3),
SimCodeUtil.mo (+11 -6)
-
Compiler/FrontEnd:
Ceval.mo (+2 -2),
DAEDump.mo (+3 -1),
DAEUtil.mo (+283),
Expression.mo (+20),
Types.mo (+54)
-
Compiler/Script:
CevalScript.mo (+1 -1)
-
Compiler/Template:
CodegenC.mo (+1045 -948),
CodegenC.tpl (+20 -1)
-
Compiler/Util:
List.mo (+68 -1)
-
SimulationRuntime/c/util:
real_array.c (+19),
real_array.h (+4)
-
testsuite/openmodelica/bootstrapping:
LoadCompilerSources.mos (+1 -1)
-
testsuite/openmodelica/cppruntime/libraries/msl32:
Makefile (+1 -1)
-
testsuite/openmodelica/cruntime/xmlFiles:
testxmlInfoAllEqnsCorrectOrder.mos (+10 -10)
-
testsuite/openmodelica/debugDumps:
bltdump.mos (+166 -166),
dumpEncapsulateWhenConditions.mos (+25 -25),
dumpeqninorder.mos (+25 -25),
dumpindxdae.mos (+25 -25),
dumpinitialsystem.mos (+50 -50),
symjacdump.mos (+196 -196)
-
testsuite/openmodelica/interactive-API:
differentiate.mos (+2 -2)
-
testsuite/openmodelica/xml:
XmlDumpComment.mos (+42 -42)
-
testsuite/simulation/libraries/msl32:
Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mos (+2),
Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mos (-2),
Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mos (+9 -3),
Modelica.Mechanics.MultiBody.Examples.Elementary.LineForceWithTwoMasses.mos (+2),
Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mos (-2),
Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mos (-2)
-
testsuite/simulation/libraries/msl32/ReferenceFiles:
Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat (changed)
-
testsuite/simulation/modelica/hpcom:
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDumpHpcOm.mos (+1 -1)
-
testsuite/simulation/modelica/start_value_selection:
asmaFlow.mos (+4 -4)
-
vitalij
2013-11-18 19:21
#164
Rev.: 18174
-
1 lines of code changed in 1 file:
-
vitalij
2013-11-18 19:16
#163
Rev.: 18173
-
1 lines of code changed in 1 file:
-
sjoelund.se
2013-11-18 18:19
#162
Rev.: 18172
-
33 lines of code changed in 14 files:
-
COPYING (+4),
Makefile.common (+13 -1),
Makefile.in (+1),
configure.in (+2 -27)
-
OMEdit/OMEditGUI/GUI/Widgets:
MessagesWidget.cpp (+9 -9)
-
OMEdit/OMEditGUI/Util:
StringHandler.cpp (+2),
StringHandler.h (+1)
-
SimulationRuntime/c:
Makefile.common (+1 -1)
-
testsuite/openmodelica/cruntime/optimization/basic:
BR.mos (-4),
BRscale.mos (-4),
DM.mos (-4),
OSP.mos (-4),
SC.mos (-4),
VDP.mos (-4)
-
hudson
2013-11-18 17:32
#161
Rev.: 18171
-
1 lines of code changed in 1 file:
-
testsuite/simulation/modelica/hpcom:
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDumpHpcOm.mos (+1)
-
vwaurich
2013-11-18 17:10
#160
Rev.: 18170
-
63 lines of code changed in 2 files:
-
testsuite/simulation/modelica/hpcom:
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDumpHpCom.mos (del),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDumpHpcOm.mos (new 63)
-
vwaurich
2013-11-18 14:53
#159
Rev.: 18169
-
116 lines of code changed in 15 files:
-
Compiler/BackEnd:
HpcOmScheduler.mo (+48 -16),
HpcOmSimCode.mo (+8 -13)
-
testsuite/simulation/modelica/hpcom:
BouncingBall.mos (+1),
ElectricalCircuit.mos (+1),
Makefile (+1 -1),
MergingExample.mos (+1),
Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos (del),
Modelica.Electrical.Analog.Examples.OvervoltageProtectionHpcOm.mos (+1),
Modelica.Electrical.Analog.Examples.SwitchWithArcHpcOm.mos (+1),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDumpHpCom.mos (+2 -2),
Modelica.Electrical.Spice3.Examples.CoupledInductors.mos (+1),
Modelica.Fluid.Examples.BranchingDynamicPipes.mos (+1),
Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos (+25 -4),
Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos (+22 -10),
cleanHpcOmTestsuite.py (+2)
-
sjoelund.se
2013-11-18 14:42
#158
Rev.: 18168
-
2 lines of code changed in 1 file:
-
testsuite/openmodelica/bootstrapping:
BuildOMC.mos (+2 -2)
-
perost
2013-11-18 14:36
#157
Rev.: 18167
-
106 lines of code changed in 4 files:
-
Compiler/FrontEnd:
Absyn.mo (+45),
Static.mo (+10 -1)
-
testsuite/flattening/modelica/arrays:
Makefile (+1),
QualifiedEnd.mo (new 50)
-
sjoelund.se
2013-11-18 14:34
#156
Rev.: 18166
-
1 lines of code changed in 1 file:
-
Compiler:
Makefile.in (+1 -26)
-
adeas31
2013-11-18 13:59
#155
Rev.: 18165
-
1 lines of code changed in 1 file:
-
SimulationRuntime/c/simulation/solver:
solver_main.c (+1 -1)
-
wbraun
2013-11-17 19:23
#154
Rev.: 18161
-
14 lines of code changed in 1 file:
-
Compiler/FrontEnd:
ExpressionSimplify.mo (+14)
-
sjoelund.se
2013-11-15 21:57
#153
Rev.: 18159
-
3 lines of code changed in 1 file:
-
Compiler/FrontEnd:
Algorithm.mo (+3 -1)
-
sjoelund.se
2013-11-15 19:36
#152
Rev.: 18157
-
2 lines of code changed in 1 file:
-
Compiler/Script:
CevalScript.mo (+2 -2)
-
sjoelund.se
2013-11-15 18:51
#151
Rev.: 18156
-
73 lines of code changed in 8 files:
-
Compiler/FrontEnd:
ModelicaBuiltin.mo (+15),
UnitAbsynBuilder.mo (+16 -2)
-
Compiler/Script:
CevalScript.mo (+22 -1)
-
Compiler/runtime:
UnitParserExt_omc.cpp (+4 -1),
UnitParserExt_rml.cpp (+3 -1),
unitparserext.cpp (+1)
-
testsuite/openmodelica/interactive-API:
ConvertUnits.mos (new 11),
Makefile (+1)
-
vitalij
2013-11-15 13:56
#150
Rev.: 18155
-
2 lines of code changed in 1 file:
-
SimulationRuntime/c/optimization/lagrangeFun:
ipopt_hessian.c (+2 -1)
-
sjoelund.se
2013-11-15 13:40
#149
Rev.: 18154
-
579 lines of code changed in 2 files:
-
OMEdit/OMEditGUI/Util:
OMDumpXML.cpp (new 389),
OMDumpXML.h (new 190)
-
vitalij
2013-11-15 12:47
#148
Rev.: 18153
-
1 lines of code changed in 1 file:
-
SimulationRuntime/c/optimization/lagrangeFun:
ipopt_hessian.c (+1 -4)
-
sjoelund.se
2013-11-15 12:39
#147
Rev.: 18152
-
334 lines of code changed in 9 files:
-
Compiler/BackEnd:
SimCodeUtil.mo (+2 -2)
-
Compiler/FrontEnd:
Expression.mo (+9 -10)
-
Compiler/Template:
SimCodeDump.mo (+180 -670),
SimCodeDump.tpl (+20 -108),
SimCodeTV.mo (+5)
-
Compiler/scripts:
simcodedump.xsl (+8 -8)
-
OMEdit/OMEditGUI:
OMEditGUI.pro (+2)
-
OMPlot/OMPlotGUI:
OMPlotGUI.config.in (+5)
-
testsuite/openmodelica/cruntime/xmlFiles:
testxmlInfoAllEqnsCorrectOrder.mos (+103 -58)
-
vitalij
2013-11-15 12:25
#146
Rev.: 18151
-
23 lines of code changed in 2 files:
-
SimulationRuntime/c/optimization/lagrangeFun:
ipopt_hessian.c (+13 -11)
-
SimulationRuntime/c/simulation/solver:
solver_main.c (+10 -2)
-
vitalij
2013-11-15 11:23
#145
Rev.: 18150
-
5 lines of code changed in 1 file:
-
SimulationRuntime/c/optimization/lagrangeFun:
ipopt_hessian.c (+5 -4)
-
vitalij
2013-11-15 10:26
#144
Rev.: 18149
-
59 lines of code changed in 1 file:
-
SimulationRuntime/c/optimization/lagrangeFun:
ipopt_hessian.c (+59 -42)
-
lochel
2013-11-15 09:35
#143
Rev.: 18148
-
22 lines of code changed in 2 files:
-
testsuite/simulation/modelica/initialization:
TestHighIndexInitialization.mo (+8 -8),
TestHighIndexInitialization.mos (+14 -43)
-
vitalij
2013-11-15 09:17
#142
Rev.: 18147
-
90 lines of code changed in 3 files:
-
SimulationRuntime/c/optimization:
ipoptODEstruct.h (+2)
-
SimulationRuntime/c/optimization/initialOptimizer:
allocate_ipopt.c (+4)
-
SimulationRuntime/c/optimization/lagrangeFun:
ipopt_hessian.c (+84 -81)
-
adrpo
2013-11-14 20:27
#141
Rev.: 18144
-
10 lines of code changed in 1 file:
-
SimulationRuntime/c/math-support:
ddassl.c (+10 -6)
-
hudson
2013-11-14 19:17
#140
Rev.: 18143
-
1 lines of code changed in 1 file:
-
testsuite/openmodelica/cruntime/xmlFiles:
testxmlInfoAllEqnsCorrectOrder.mos (+1)
-
nutaro
2013-11-14 19:03
#139
Rev.: 18142
-
1994 lines of code changed in 2 files:
-
Compiler/Template:
CodegenAdevs.mo (+1961 -2011),
CodegenAdevs.tpl (+33 -36)
-
wbraun
2013-11-14 18:44
#138
Rev.: 18141
-
952 lines of code changed in 5 files:
-
Compiler/BackEnd:
SimCodeUtil.mo (+11 -9)
-
Compiler/Template:
SimCodeDump.mo (+45 -45),
SimCodeDump.tpl (+3 -3)
-
testsuite/openmodelica/cruntime/xmlFiles:
Makefile (+1),
testxmlInfoAllEqnsCorrectOrder.mos (new 892)
-
lochel
2013-11-14 18:03
#137
Rev.: 18140
-
1 lines of code changed in 1 file:
-
Compiler/BackEnd:
BackendEquation.mo (+1 -23)
-
vitalij
2013-11-14 17:09
#136
Rev.: 18139
-
9 lines of code changed in 2 files:
-
SimulationRuntime/c/optimization/initialOptimizer:
allocate_ipopt.c (+1 -1)
-
SimulationRuntime/c/optimization/lagrangeFun:
ipopt_hessian.c (+8 -1)
-
lochel
2013-11-14 17:09
#135
Rev.: 18138
-
151 lines of code changed in 19 files:
-
Compiler/BackEnd:
BackendDAEOptimize.mo (+13 -13),
BackendDAETransform.mo (+8 -8),
BackendDAEUtil.mo (+7 -45),
BackendDump.mo (+8 -8),
BackendEquation.mo (+45 -7),
BackendQSS.mo (+8 -9),
EvaluateParameter.mo (-1),
HpcOmTaskGraph.mo (+1 -1),
IndexReduction.mo (+12 -12),
Matching.mo (+1 -1),
OnRelaxation.mo (+3 -3),
RemoveSimpleEquations.mo (+6 -6),
SimCodeUtil.mo (+21 -21),
TaskGraph.mo (+6 -6),
Tearing.mo (+2 -2),
Uncertainties.mo (+4 -4),
XMLDump.mo (+6 -6)
-
Compiler/FrontEnd:
Env.mo (-1)
-
Compiler/Script:
Interactive.mo (-1)
-
lochel
2013-11-14 15:30
#134
Rev.: 18135
-
104 lines of code changed in 4 files:
-
Compiler/Template:
CodegenAdevs.mo (+22 -21)
-
SimulationRuntime/c/math-support:
ddassl.c (+68 -41)
-
SimulationRuntime/c/simulation/solver:
dassl.c (+14 -18)
-
SimulationRuntime/c/util:
omc_error.h (-1)
-
sjoelund.se
2013-11-14 14:54
#133
Rev.: 18134
-
28 lines of code changed in 1 file:
-
SimulationRuntime/c/util:
read_matlab4.c (+28 -9)
-
hudson
2013-11-14 14:27
#132
Rev.: 18133
-
79 lines of code changed in 1 file:
-
testsuite/simulation/modelica/hpcom:
cleanHpcOmTestsuite.py (+79 -79)
-
vwaurich
2013-11-14 14:18
#131
Rev.: 18132
-
79 lines of code changed in 1 file:
-
testsuite/simulation/modelica/hpcom:
cleanHpcOmTestsuite.py (new 79)
-
sjoelund.se
2013-11-14 12:49
#130
Rev.: 18131
-
17 lines of code changed in 2 files:
-
doc/bibliography:
openmodelica.bib (+16),
papers.cite (+1)
-
hudson
2013-11-14 10:43
#129
Rev.: 18129
-
1 lines of code changed in 1 file:
-
testsuite/simulation/modelica/hpcom:
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDumpHpCom.mos (+1)
-
vwaurich
2013-11-14 10:36
#128
Rev.: 18128
-
8463 lines of code changed in 5 files:
-
testsuite/simulation/modelica/hpcom:
Makefile (+6 -5),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDumpHpCom.mos (new 64),
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump_eqs_prof.xml (new 6564)
-
testsuite/simulation/modelica/hpcom/ReferenceFiles:
Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mat (new)
-
testsuite/simulation/modelica/hpcom/ReferenceGraphs:
Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump_TaskGraphODE.graphml (new 1829)
-
vwaurich
2013-11-14 10:32
#127
Rev.: 18127
-
8 lines of code changed in 2 files:
-
Compiler/BackEnd:
HpcOmSimCode.mo (+7)
-
testsuite/simulation/modelica/hpcom:
SimpleResistor.mos (+1)
-
nutaro
2013-11-14 00:23
#126
Rev.: 18125
-
1 lines of code changed in 1 file:
-
Compiler/Template:
CodegenAdevs.tpl (+1)
-
wbraun
2013-11-13 20:52
#125
Rev.: 18124
-
22244 lines of code changed in 14 files:
-
Compiler/FrontEnd:
ExpressionSimplify.mo (+6)
-
Compiler/Template:
CodegenAdevs.mo (+23 -34),
CodegenC.mo (+4336 -2925)
-
testsuite/openmodelica/debugDumps:
backenddaeinfo.mos (+2 -2),
bltdump.mos (+1027 -1024),
dumpEncapsulateWhenConditions.mos (+1371 -1374),
dumpeqninorder.mos (+349 -358),
dumpindxdae.mos (+3359 -3368),
dumpinitialsystem.mos (+10863 -10971),
dumprepl.mos (+51 -5)
-
testsuite/openmodelica/xml:
XmlDumpComment.mos (+851 -855)
-
testsuite/simulation/libraries/msl31:
Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos (+1 -1)
-
testsuite/simulation/modelica/tearing:
Tearing12-cel.mos (+3 -3),
Tearing12-omc.mos (+2 -2)
-
adeas31
2013-11-13 20:30
#124
Rev.: 18123
-
2 lines of code changed in 1 file:
-
OMEdit/OMEditGUI/GUI/Widgets:
VariablesWidget.cpp (+2 -2)
-
vwaurich
2013-11-13 16:19
#123
Rev.: 18120
-
55 lines of code changed in 1 file:
-
Compiler/BackEnd:
HpcOmScheduler.mo (+55 -24)
-
vwaurich
2013-11-13 15:54
#122
Rev.: 18118
-
0 lines of code changed in 7 files:
-
testsuite/simulation/modelica/hpcom:
BouncingBall_prof.xml (del),
ElectricalCircuit_prof.xml (del),
MergingExample_prof.xml (del),
Modelica.Electrical.Analog.Examples.OvervoltageProtection_prof.xml (del),
Modelica.Electrical.Spice3.Examples.CoupledInductors_prof.xml (del),
Modelica.Fluid.Examples.BranchingDynamicPipes_prof.xml (del),
SimpleResistor_prof.xml (del)
-
mwalther
2013-11-13 14:55
#121
Rev.: 18117
-
300 lines of code changed in 3 files:
-
Compiler/Template:
CodegenC.tpl (+288 -65),
SimCodeTV.mo (+6)
-
Compiler/Util:
Flags.mo (+6 -1)
-
nutaro
2013-11-13 14:33
#120
Rev.: 18116
-
2 lines of code changed in 1 file:
-
Compiler/Template:
CodegenAdevs.tpl (+2 -9)
-
adrpo
2013-11-13 14:16
#119
Rev.: 18115
-
4 lines of code changed in 1 file:
-
vwaurich
2013-11-13 12:09
#118
Rev.: 18114
-
8 lines of code changed in 2 files:
-
testsuite/simulation/modelica/hpcom:
Modelica.Electrical.Analog.Examples.OvervoltageProtectionHpcOm.mos (+4),
Modelica.Electrical.Analog.Examples.SwitchWithArcHpcOm.mos (+4)
-
vwaurich
2013-11-13 10:53
#117
Rev.: 18113
-
4 lines of code changed in 2 files:
-
testsuite/simulation/modelica/hpcom:
Modelica.Electrical.Analog.Examples.OvervoltageProtectionHpcOm.mos (+2),
Modelica.Electrical.Analog.Examples.SwitchWithArcHpcOm.mos (+2)
-
hudson
2013-11-13 10:29
#116
Rev.: 18112
-
2 lines of code changed in 2 files:
-
testsuite/simulation/modelica/hpcom:
Modelica.Electrical.Analog.Examples.OvervoltageProtectionHpcOm.mos (+1),
Modelica.Electrical.Analog.Examples.SwitchWithArcHpcOm.mos (+1)
-
vwaurich
2013-11-13 10:06
#115
Rev.: 18111
-
1291 lines of code changed in 7 files:
-
testsuite/simulation/modelica/hpcom:
Makefile (+2),
Modelica.Electrical.Analog.Examples.OvervoltageProtectionHpcOm.mos (new 42),
Modelica.Electrical.Analog.Examples.OvervoltageProtection_eqs_prof.xml (new 568),
Modelica.Electrical.Analog.Examples.SwitchWithArcHpcOm.mos (new 42),
Modelica.Electrical.Analog.Examples.SwitchWithArc_eqs_prof.xml (new 637)
-
testsuite/simulation/modelica/hpcom/ReferenceFiles:
Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat (new),
Modelica.Electrical.Analog.Examples.SwitchWithArc.mat (new)
-
vwaurich
2013-11-13 09:37
#114
Rev.: 18110
-
3 lines of code changed in 1 file:
-
Compiler/BackEnd:
SimCodeUtil.mo (+3 -2)
-
adrpo
2013-11-13 08:27
#113
Rev.: 18108
-
4 lines of code changed in 3 files:
-
SimulationRuntime/c/simulation/solver:
model_help.c (+2)
-
SimulationRuntime/c/util:
omc_msvc.h (+1 -1)
-
testsuite/openmodelica/cruntime/msvc:
Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos (+1)
-
adrpo
2013-11-13 07:05
#112
Rev.: 18107
-
2 lines of code changed in 1 file:
-
testsuite/openmodelica/bootstrapping:
SimCodeTest.mos (+2)
-
adrpo
2013-11-13 06:23
#111
Rev.: 18106
-
157 lines of code changed in 4 files:
-
Compiler/BackEnd:
SimCode.mo (+3),
SimCodeMain.mo (+70)
-
Compiler/Template:
CodegenC.mo (+79 -76),
CodegenC.tpl (+5 -3)
-
adrpo
2013-11-13 04:19
#110
Rev.: 18105
-
5 lines of code changed in 1 file:
-
SimulationRuntime/c/simulation/solver:
model_help.c (+5 -4)
-
wbraun
2013-11-13 04:11
#109
Rev.: 18104
-
1 lines of code changed in 1 file:
-
testsuite/simulation/modelica/events:
IntergerZeroCrossings.mos (+1 -1)
-
hudson
2013-11-13 03:37
#108
Rev.: 18103
-
4 lines of code changed in 4 files:
-
testsuite/openmodelica/cruntime/simoptions:
Makefile (+1),
testOutputIntervalDASSL.mos (+1),
testOutputIntervalEuler.mos (+1),
testOutputIntervalRK.mos (+1)
-
wbraun
2013-11-13 03:35
#107
Rev.: 18102
-
329 lines of code changed in 20 files:
-
SimulationRuntime/c:
Makefile.common (+2)
-
SimulationRuntime/c/simulation/solver:
dassl.c (+10 -1),
events.c (+4 -1),
model_help.c (+15 -1),
model_help.h (+1),
perform_simulation.c (+8 -1),
solver_main.c (+26 -5),
solver_main.h (+1)
-
SimulationRuntime/c/util:
simulation_options.c (+4),
simulation_options.h (+1)
-
testsuite:
Makefile (+4 -1)
-
testsuite/openmodelica/cruntime/simoptions:
Makefile (new 53),
testOutputIntervalDASSL.mos (new 65),
testOutputIntervalEuler.mos (new 65),
testOutputIntervalRK.mos (new 65)
-
testsuite/simulation/libraries/msl32:
Modelica.Fluid.Examples.InverseParameterization.mos (-48),
Modelica.Mechanics.Rotational.Examples.HeatLosses.mos (+3 -2)
-
testsuite/simulation/libraries/msl32/ReferenceFiles:
Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mat (changed),
Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat (changed)
-
testsuite/simulation/modelica/events:
IntergerZeroCrossings.mos (+2 -2)
-
niklwors
2013-11-12 17:49
#106
Rev.: 18099
-
71 lines of code changed in 2 files:
-
Compiler/Template:
CodegenCpp.mo (+52 -35),
CodegenCpp.tpl (+19 -7)
-
vwaurich
2013-11-12 16:25
#105
Rev.: 18098
-
563 lines of code changed in 2 files:
-
Compiler/BackEnd:
HpcOmScheduler.mo (+555 -113),
HpcOmSimCode.mo (+8 -2)
-
niklwors
2013-11-12 12:48
#104
Rev.: 18097
-
995 lines of code changed in 3 files:
-
Compiler/Template:
CodegenCpp.mo (+978 -1031),
CodegenCpp.tpl (+16 -9)
-
SimulationRuntime/cpp/Core/SimController:
Main.cpp (+1 -1)
-
wbraun
2013-11-11 15:09
#103
Rev.: 18093
-
30 lines of code changed in 2 files:
-
Compiler/BackEnd:
SimCodeUtil.mo (+29 -2)
-
testsuite/openmodelica/cruntime/xmlFiles:
testxmlInitForChangeableparameter.mos (+1 -1)
-
perost
2013-11-11 11:04
#102
Rev.: 18091
-
3 lines of code changed in 1 file:
-
SimulationRuntime/c/meta:
meta_modelica.c (+3 -3)
-
adeas31
2013-11-11 10:28
#101
Rev.: 18088
-
0 lines of code changed in 1 file:
-
OMEdit/OMEditGUI/Annotations:
TextAnnotation.cpp (-2)
-
adeas31
2013-11-11 09:50
#100
Rev.: 18085
-
23 lines of code changed in 1 file:
-
OMEdit/OMEditGUI/GUI/Widgets:
VariablesWidget.cpp (+23 -19)
-
sjoelund.se
2013-11-10 22:55
#99
Rev.: 18083
-
47 lines of code changed in 2 files:
-
Compiler/Template:
SimCodeDump.mo (+44 -38),
SimCodeDump.tpl (+3 -3)
-
sjoelund.se
2013-11-10 22:08
#98
Rev.: 18082
-
29 lines of code changed in 2 files:
-
Compiler/Template:
SimCodeDump.mo (+27 -23),
SimCodeDump.tpl (+2 -2)
-
adeas31
2013-11-10 20:45
#97
Rev.: 18081
-
63 lines of code changed in 5 files:
-
OMEdit/OMEditGUI/GUI:
MainWindow.cpp (+1 -1)
-
OMEdit/OMEditGUI/GUI/Widgets:
VariablesWidget.cpp (+57 -9),
VariablesWidget.h (+2 -1)
-
OMEdit/OMEditGUI/Util:
Helper.cpp (+2),
Helper.h (+1)
-
sjoelund.se
2013-11-10 15:05
#96
Rev.: 18080
-
337 lines of code changed in 4 files:
-
Compiler/BackEnd:
SimCodeUtil.mo (+2 -1)
-
Compiler/Template:
SimCodeDump.mo (+306 -198),
SimCodeDump.tpl (+23 -13),
SimCodeTV.mo (+6)
-
adeas31
2013-11-09 21:59
#95
Rev.: 18077
-
4 lines of code changed in 1 file:
-
OMEdit/OMEditGUI/GUI/Widgets:
VariablesWidget.cpp (+4 -1)
-
adeas31
2013-11-09 20:55
#94
Rev.: 18076
-
10 lines of code changed in 2 files:
-
OMEdit/OMEditGUI/GUI/Widgets:
VariablesWidget.cpp (+9 -10),
VariablesWidget.h (+1 -1)
-
adeas31
2013-11-09 20:22
#93
Rev.: 18075
-
29 lines of code changed in 2 files:
-
OMEdit/OMEditGUI/GUI/Widgets:
VariablesWidget.cpp (+27 -12),
VariablesWidget.h (+2 -1)
-
sjoelund.se
2013-11-09 19:25
#92
Rev.: 18073
-
13 lines of code changed in 1 file:
-
sjoelund.se
2013-11-09 17:02
#91
Rev.: 18072
-
1 lines of code changed in 1 file:
-
Makefile.libraries (+1 -1)
-
adeas31
2013-11-09 01:30
#90
Rev.: 18071
-
2 lines of code changed in 1 file:
-
OMEdit/OMEditGUI/GUI/Widgets:
VariablesWidget.cpp (+2 -2)
-
adrpo
2013-11-08 23:05
#89
Rev.: 18070
-
1 lines of code changed in 1 file:
-
testsuite/openmodelica/cruntime/xmlFiles:
testxmlInitForChangeableparameter.mos (+1 -2)
-
wbraun
2013-11-08 22:41
#88
Rev.: 18069
-
9 lines of code changed in 8 files:
-
testsuite/simulation/libraries/msl32:
Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mos (+3 -2),
Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos (+3 -2),
Modelica.Electrical.Analog.Examples.Rectifier.mos (+3 -2)
-
testsuite/simulation/libraries/msl32/ReferenceFiles:
Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat (changed),
Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat (changed),
Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat (changed),
Modelica.Electrical.Analog.Examples.Rectifier.mat (changed),
Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat (changed)
-
adrpo
2013-11-08 22:09
#87
Rev.: 18067
-
6 lines of code changed in 2 files:
-
testsuite/openmodelica/cruntime/xmlFiles:
Makefile (+1 -3),
testxmlInitForChangeableparameter.mos (+5 -5)
-
adrpo
2013-11-08 21:54
#86
Rev.: 18065
-
4 lines of code changed in 2 files:
-
testsuite/simulation/libraries/msl32:
Modelica.Fluid.Examples.Tanks.EmptyTanks.mos (+3 -3),
Modelica.Fluid.Examples.Tanks.ThreeTanks.mos (+1 -1)
-
wbraun
2013-11-08 21:04
#85
Rev.: 18064
-
1 lines of code changed in 1 file:
-
testsuite/openmodelica/cruntime/xmlFiles:
Makefile (+1 -1)
-
wbraun
2013-11-08 20:34
#84
Rev.: 18063
-
38 lines of code changed in 13 files:
-
testsuite/simulation/libraries/msl32:
Modelica.Fluid.Examples.BranchingDynamicPipes.mos (+3 -2),
Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mos (+3 -2),
Modelica.Fluid.Examples.Tanks.EmptyTanks.mos (+13 -1),
Modelica.Fluid.Examples.Tanks.ThreeTanks.mos (+19 -1)
-
testsuite/simulation/libraries/msl32/ReferenceFiles:
Modelica.Fluid.Examples.BranchingDynamicPipes.mat (changed),
Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mat (changed),
Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mat (changed),
Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mat (changed),
Modelica.Fluid.Examples.IncompressibleFluidNetwork.mat (changed),
Modelica.Fluid.Examples.Tanks.EmptyTanks.mat (changed),
Modelica.Fluid.Examples.Tanks.ThreeTanks.mat (changed),
Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mat (changed),
Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mat (changed)
-
wbraun
2013-11-08 19:11
#83
Rev.: 18062
-
1 lines of code changed in 1 file:
-
Compiler/BackEnd:
ResidualCmp.mo (+1 -1)
-
hudson
2013-11-08 18:01
#82
Rev.: 18061
-
2 lines of code changed in 2 files:
-
testsuite/openmodelica/cruntime/xmlFiles:
Makefile (+1),
testxmlInitForChangeableparameter.mos (+1)
-
wbraun
2013-11-08 17:53
#81
Rev.: 18060
-
332 lines of code changed in 10 files:
-
Compiler/BackEnd:
BackendVariable.mo (+35),
EvaluateParameter.mo (+4 -25),
SimCode.mo (+1),
SimCodeUtil.mo (+76 -46)
-
Compiler/Template:
CodegenC.mo (+4 -1),
CodegenC.tpl (+1 -1),
SimCodeTV.mo (+1)
-
testsuite:
Makefile (+6)
-
testsuite/openmodelica/cruntime/xmlFiles:
Makefile (new 53),
testxmlInitForChangeableparameter.mos (new 151)
-
hudson
2013-11-08 16:32
#80
Rev.: 18059
-
1 lines of code changed in 1 file:
-
testsuite/simulation/libraries/msl32:
measureCompilerPerformance.py (+1)
-
sjoelund.se
2013-11-08 16:17
#79
Rev.: 18058
-
90 lines of code changed in 1 file:
-
testsuite/simulation/libraries/msl32:
measureCompilerPerformance.py (new 90)
-
sjoelund.se
2013-11-08 15:22
#78
Rev.: 18057
-
18 lines of code changed in 4 files:
-
SimulationRuntime/c/meta:
meta_modelica.c (+8 -3),
meta_modelica_builtin.c (+5 -4),
meta_modelica_builtin.h (+2 -2)
-
SimulationRuntime/c/meta/gc:
mmc_gc.h (+3 -1)
-
lochel
2013-11-08 13:45
#77
Rev.: 18056
-
2 lines of code changed in 2 files:
-
testsuite/simulation/libraries/msl31:
Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mos (+1 -108)
-
testsuite/simulation/modelica/start_value_selection:
UnevaluateableFixedAttribute.mos (+1 -3)
-
sjoelund.se
2013-11-08 13:19
#76
Rev.: 18055
-
10 lines of code changed in 3 files:
-
Compiler/Script:
CevalScript.mo (+4 -3)
-
Compiler/Template:
SimCodeTV.mo (+3 -3)
-
Compiler/Util:
FMI.mo (+3 -3)
-
hudson
2013-11-08 13:13
#75
Rev.: 18054
-
163 lines of code changed in 2 files:
-
testsuite/simulation/modelica/initialization:
TestHighIndexInitialization.mo (+162 -161),
TestHighIndexInitialization.mos (+1)
-
lochel
2013-11-08 13:02
#74
Rev.: 18053
-
407 lines of code changed in 5 files:
-
Compiler/BackEnd:
Initialization.mo (+5 -6)
-
testsuite/simulation/modelica/initialization:
Makefile (+1),
TestHighIndexInitialization.mo (new 161),
TestHighIndexInitialization.mos (new 236),
bug_2263.mos (+4 -4)
-
adrpo
2013-11-07 23:40
#73
Rev.: 18050
-
4 lines of code changed in 2 files:
-
Makefile.common (+1 -1)
-
testsuite/openmodelica/bootstrapping:
LinkMain.makefile.mingw (+3 -3)
-
vitalij
2013-11-07 17:13
#72
Rev.: 18049
-
235 lines of code changed in 16 files:
-
Compiler/FrontEnd:
ExpressionSimplify.mo (+32 -12)
-
testsuite/flattening/libraries/3rdParty/HumMod:
instHumModOMCTotal.mos (+1 -1)
-
testsuite/flattening/libraries/3rdParty/PlanarMechanics:
instantiatePlanarMechanicsForTesting.mos (+4 -4)
-
testsuite/flattening/libraries/msl22:
EnforcedMovement.mos (+1 -1),
MotionCycleWithLoad.mos (+1 -1),
PullinStroke.mos (+1 -1),
TestNand.mos (+13 -13)
-
testsuite/flattening/libraries/msl22/modelicaAdditions:
Engine1.mos (+1 -1),
FourBar1.mos (+40 -40),
FourBar2.mos (+39 -39),
TwoLoop.mos (+31 -31),
robot.mos (+9 -9)
-
testsuite/flattening/modelica/others:
InvertedPendulumTotal.mo (+19 -19),
ThermoPower.Examples.BraytonCycle.ClosedLoopSimulator.mos (+2 -2)
-
testsuite/openmodelica/uncertainties:
DataReconciliationTests21jan2013.mos (+5 -5)
-
testsuite/simulation/modelica/declarations:
ThermoPower.Test.DistributedParameterComponents.TestWaterFlow1DFV_B.mos (+36 -36)
-
vwaurich
2013-11-07 16:22
#71
Rev.: 18048
-
626 lines of code changed in 3 files:
-
Compiler/BackEnd:
HpcOmScheduler.mo (+606 -3),
HpcOmSimCode.mo (+9 -1),
HpcOmTaskGraph.mo (+11 -9)
-
adeas31
2013-11-07 15:58
#70
Rev.: 18047
-
30 lines of code changed in 4 files:
-
OMEdit/OMEditGUI/Component:
Component.cpp (+5 -6),
Component.h (+3 -3)
-
OMEdit/OMEditGUI/GUI/Containers:
ModelWidgetContainer.cpp (+19 -21),
ModelWidgetContainer.h (+3 -2)
-
adeas31
2013-11-07 14:34
#69
Rev.: 18046
-
96 lines of code changed in 9 files:
-
OMEdit/OMEditGUI/GUI:
MainWindow.cpp (+44 -10),
MainWindow.h (+6 -2)
-
OMEdit/OMEditGUI/GUI/Containers:
ModelWidgetContainer.cpp (+2 -1)
-
OMEdit/OMEditGUI/GUI/Dialogs:
SimulationDialog.cpp (+14 -1),
SimulationDialog.h (+1)
-
OMEdit/OMEditGUI/GUI/Widgets:
LibraryTreeWidget.cpp (+20 -5),
LibraryTreeWidget.h (+3 -1)
-
OMEdit/OMEditGUI/Util:
Helper.cpp (+4),
Helper.h (+2)
-
vitalij
2013-11-07 12:52
#68
Rev.: 18044
-
133 lines of code changed in 3 files:
-
Compiler/FrontEnd:
ExpressionSimplify.mo (+1 -1)
-
Compiler/Template:
CodegenC.mo (+117 -93),
CodegenC.tpl (+15 -12)
-
adrpo
2013-11-07 12:29
#67
Rev.: 18043
-
3 lines of code changed in 4 files:
-
Compiler/BackEnd:
Causalize.mo (-2)
-
Compiler/Util:
System.mo (-7)
-
Compiler/runtime:
System_rml.c (-7),
systemimpl.c (+3)
-
sjoelund.se
2013-11-07 09:11
#66
Rev.: 18042
-
1179 lines of code changed in 6 files:
-
Compiler/FrontEnd:
MetaModelicaBuiltin.mo (+59),
Patternm.mo (+11 -8)
-
Compiler/Template:
CodegenC.mo (+1075 -668),
CodegenC.tpl (+20)
-
Compiler/Util:
Util.mo (+14)
-
Compiler/boot:
bootstrap-sources.tar.xz (changed)
-
adeas31
2013-11-07 06:15
#65
Rev.: 18041
-
19 lines of code changed in 1 file:
-
OMEdit/OMEditGUI/GUI/Containers:
ModelWidgetContainer.cpp (+19 -24)
-
adeas31
2013-11-07 04:56
#64
Rev.: 18040
-
28 lines of code changed in 2 files:
-
OMEdit/OMEditGUI/GUI/Dialogs:
SimulationDialog.cpp (+28 -17),
SimulationDialog.h (-1)
-
sjoelund.se
2013-11-06 22:06
#63
Rev.: 18039
-
48 lines of code changed in 2 files:
-
Compiler/FrontEnd:
Absyn.mo (+21 -1)
-
SimulationRuntime/c/meta:
meta_modelica.c (+27 -17)
-
adeas31
2013-11-06 22:06
#62
Rev.: 18038
-
14 lines of code changed in 2 files:
-
OMEdit/OMEditGUI/GUI/Widgets:
VariablesWidget.cpp (+12 -2),
VariablesWidget.h (+2)
-
adeas31
2013-11-06 20:56
#61
Rev.: 18037
-
3804 lines of code changed in 9 files:
-
OMEdit/OMEditGUI/Resources/nls:
OMEdit_de.ts (+426 -348),
OMEdit_es.ts (+416 -336),
OMEdit_fr.ts (+426 -348),
OMEdit_it.ts (+426 -346),
OMEdit_ja.ts (+425 -347),
OMEdit_ro.ts (+418 -338),
OMEdit_ru.ts (+425 -345),
OMEdit_sv.ts (+426 -348),
OMEdit_zh_CN.ts (+416 -336)
-
adeas31
2013-11-06 20:48
#60
Rev.: 18036
-
0 lines of code changed in 1 file:
-
OMEdit/OMEditGUI/GUI/Dialogs:
SimulationDialog.cpp (-1)
-
sjoelund.se
2013-11-06 17:17
#59
Rev.: 18034
-
483 lines of code changed in 2 files:
-
Compiler/Template:
CodegenC.mo (+471 -279),
CodegenC.tpl (+12)
-
wbraun
2013-11-06 17:09
#58
Rev.: 18033
-
6 lines of code changed in 2 files:
-
Compiler/BackEnd:
XMLDump.mo (+4 -2)
-
testsuite/openmodelica/xml:
testMSD.mos (+2 -29)
-
vwaurich
2013-11-06 16:57
#57
Rev.: 18032
-
1 lines of code changed in 2 files:
-
Compiler/FrontEnd:
ExpressionSimplify.mo (-18)
-
testsuite/flattening/modelica/arrays:
ArrayEWOps6.mo (+1 -1)
-
vwaurich
2013-11-06 16:38
#56
Rev.: 18031
-
1 lines of code changed in 1 file:
-
testsuite/flattening/modelica/arrays:
ArrayEWOps6.mo (+1 -1)
-
vwaurich
2013-11-06 15:46
#55
Rev.: 18030
-
18 lines of code changed in 1 file:
-
Compiler/FrontEnd:
ExpressionSimplify.mo (+18)
-
sjoelund.se
2013-11-06 15:31
#54
Rev.: 18029
-
35 lines of code changed in 1 file:
-
Compiler/FrontEnd:
Inst.mo (+35 -23)
-
sjoelund.se
2013-11-06 13:06
#53
Rev.: 18028
-
1273 lines of code changed in 2 files:
-
Compiler/Template:
CodegenC.mo (+1267 -1233),
CodegenC.tpl (+6 -2)
-
adrpo
2013-11-06 11:56
#52
Rev.: 18027
-
14 lines of code changed in 2 files:
-
Compiler/Script:
CevalScript.mo (+11 -15)
-
Compiler/Util:
Print.mo (+3 -3)
-
sjoelund.se
2013-11-06 11:35
#51
Rev.: 18026
-
116 lines of code changed in 6 files:
-
Compiler/Template:
CodegenC.mo (+34 -25),
CodegenC.tpl (+5 -3),
SimCodeTV.mo (+10)
-
Compiler/Util:
System.mo (+14)
-
Compiler/runtime:
System_rml.c (+14),
systemimpl.c (+39 -15)
-
vwaurich
2013-11-06 09:53
#50
Rev.: 18025
-
14 lines of code changed in 3 files:
-
Compiler/BackEnd:
HpcOmScheduler.mo (+3 -691),
HpcOmSimCode.mo (+2 -17),
HpcOmTaskGraph.mo (+9 -11)
-
vwaurich
2013-11-06 09:29
#49
Rev.: 18024
-
719 lines of code changed in 3 files:
-
Compiler/BackEnd:
HpcOmScheduler.mo (+691 -3),
HpcOmSimCode.mo (+17 -2),
HpcOmTaskGraph.mo (+11 -9)
-
adrpo
2013-11-06 08:09
#48
Rev.: 18023
-
1 lines of code changed in 1 file:
-
testsuite/openmodelica/xml:
Makefile (+1 -1)
-
adrpo
2013-11-06 08:08
#47
Rev.: 18022
-
670 lines of code changed in 5 files:
-
Compiler/BackEnd:
XMLDump.mo (+282 -13)
-
testsuite/openmodelica/xml:
BB.mo (new 24),
BB.mos (new 356),
Makefile (+2 -1),
SimpleTriggeredTrapezoid.mos (+6 -6)
-
adrpo
2013-11-06 06:16
#46
Rev.: 18021
-
935 lines of code changed in 4 files:
-
Compiler/BackEnd:
XMLDump.mo (+166 -23)
-
testsuite/openmodelica/xml:
Makefile (+1),
SimpleTriggeredTrapezoid.mo (new 10),
SimpleTriggeredTrapezoid.mos (new 758)
-
adeas31
2013-11-06 04:54
#45
Rev.: 18020
-
47 lines of code changed in 2 files:
-
OMEdit/OMEditGUI/GUI/Widgets:
VariablesWidget.cpp (+39 -32),
VariablesWidget.h (+8 -6)
-
adrpo
2013-11-06 01:48
#44
Rev.: 18018
-
1 lines of code changed in 1 file:
-
testsuite/openmodelica/bootstrapping:
LinkMain.makefile.mingw (+1 -1)
-
sjoelund.se
2013-11-05 23:01
#43
Rev.: 18017
-
0 lines of code changed in 1 file:
-
Compiler/FrontEnd:
Static.mo (-2)
-
sjoelund.se
2013-11-05 20:30
#42
Rev.: 18014
-
58 lines of code changed in 8 files:
-
configure.in (+3 -3)
-
Compiler/FrontEnd:
DAEUtil.mo (-9),
Env.mo (+26 -8),
ExpressionSimplify.mo (+1 -1),
InstUtil.mo (+24 -18),
PrefixUtil.mo (+2 -2),
Static.mo (+1 -1),
UnitAbsynBuilder.mo (+1 -1)
-
adeas31
2013-11-05 19:10
#41
Rev.: 18012
-
8 lines of code changed in 1 file:
-
OMEdit/OMEditGUI/GUI/Dialogs:
SimulationDialog.cpp (+8 -5)
-
sjoelund.se
2013-11-05 16:35
#40
Rev.: 18011
-
37 lines of code changed in 1 file:
-
Compiler/FrontEnd:
UnitAbsynBuilder.mo (+37 -29)
-
sjoelund.se
2013-11-05 14:49
#39
Rev.: 18010
-
59 lines of code changed in 4 files:
-
Compiler/runtime:
Dynload.cpp (+27 -25)
-
SimulationRuntime/c/meta:
meta_modelica.c (+8 -3),
meta_modelica.h (+23 -3)
-
SimulationRuntime/c/meta/gc:
mmc_gc.h (+1)
-
sjoelund.se
2013-11-05 09:46
#38
Rev.: 18009
-
1 lines of code changed in 1 file:
-
Compiler/FrontEnd:
Inst.mo (+1 -1)
-
sjoelund.se
2013-11-05 07:43
#37
Rev.: 18008
-
130 lines of code changed in 2 files:
-
Compiler/Template:
CodegenC.mo (+104 -64),
CodegenC.tpl (+26 -7)
-
sjoelund.se
2013-11-04 23:20
#36
Rev.: 18006
-
464 lines of code changed in 2 files:
-
Compiler/Template:
CodegenC.mo (+460 -482),
CodegenC.tpl (+4 -2)
-
adeas31
2013-11-04 21:04
#35
Rev.: 18004
-
98 lines of code changed in 3 files:
-
OMEdit/OMEditGUI/GUI/Dialogs:
SimulationDialog.cpp (+4 -4)
-
OMEdit/OMEditGUI/GUI/Widgets:
VariablesWidget.cpp (+87 -58),
VariablesWidget.h (+7 -4)
-
niklwors
2013-11-04 18:17
#34
Rev.: 18002
-
27 lines of code changed in 4 files:
-
Compiler/Template:
CodegenCpp.mo (+19 -18),
CodegenCpp.tpl (+4 -3)
-
SimulationRuntime/cpp/Core/SimController:
Initialization.cpp (+3 -3)
-
SimulationRuntime/cpp/Include/Core/System:
ISystemInitialization.h (+1)
-
adeas31
2013-11-04 18:11
#33
Rev.: 18001
-
2 lines of code changed in 1 file:
-
Compiler/runtime:
System_omc.c (+2 -2)
-
sjoelund.se
2013-11-04 17:46
#32
Rev.: 18000
-
99 lines of code changed in 10 files:
-
Compiler/FrontEnd:
ModelicaBuiltin.mo (+10)
-
Compiler/Script:
CevalScript.mo (+11)
-
Compiler/Template:
CodegenC.mo (+4 -4),
CodegenC.tpl (+4 -4)
-
Compiler/Util:
System.mo (+14)
-
Compiler/boot:
bootstrap-sources.tar.xz (changed)
-
Compiler/runtime:
System_rml.c (+14),
systemimpl.c (+39)
-
testsuite/openmodelica/bootstrapping:
BuildOMC.mos (+1 -1),
Sep.mos (+2 -2)
-
adeas31
2013-11-04 16:39
#31
Rev.: 17998
-
1129 lines of code changed in 10 files:
-
OMEdit/OMEditGUI/GUI:
MainWindow.cpp (+7 -1),
MainWindow.h (+1 -1)
-
OMEdit/OMEditGUI/GUI/Containers:
PlotWindowContainer.cpp (+4 -61),
PlotWindowContainer.h (+1 -5)
-
OMEdit/OMEditGUI/GUI/Dialogs:
SimulationDialog.cpp (+149 -137),
SimulationDialog.h (+53 -3)
-
OMEdit/OMEditGUI/GUI/Widgets:
LibraryTreeWidget.cpp (+9),
VariablesWidget.cpp (+775 -305),
VariablesWidget.h (+105 -39)
-
OMEdit/OMEditGUI/Resources/css:
stylesheet.qss (+25 -16)
-
sjoelund.se
2013-11-04 14:42
#30
Rev.: 17997
-
11 lines of code changed in 2 files:
-
Compiler/runtime:
FMIImpl.c (+8 -8),
socketimpl.c (+3 -3)
-
sjoelund.se
2013-11-04 14:33
#29
Rev.: 17996
-
312 lines of code changed in 20 files:
-
Compiler/Util:
ErrorExt.mo (+14 -37)
-
Compiler/boot:
bootstrap-sources.tar.xz (changed)
-
Compiler/runtime:
Dynload.cpp (+4 -4),
Error_omc.cpp (+16 -16),
Error_rml.cpp (+16 -16),
Print_omc.c (+16 -16),
Print_rml.c (+16 -16),
SimulationResults.c (+18 -18),
SimulationResultsCmp.c (+5 -5),
System_omc.c (+2 -2),
System_rml.c (+1 -1),
errorext.cpp (+68 -54),
errorext.h (+11 -10),
printimpl.c (+64 -55),
ptolemyio.cpp (+4 -4),
systemimpl.c (+23 -23)
-
Parser:
BaseModelica_Lexer.g (+6 -6),
Modelica.g (+5 -5),
parse.c (+7 -7)
-
SimulationRuntime/c:
openmodelica.h (+16)
-
hudson
2013-11-04 14:06
#28
Rev.: 17995
-
1 lines of code changed in 1 file:
-
testsuite/simulation/modelica/algorithms_functions:
whenFunctionTuple.mos (+1)
-
wbraun
2013-11-04 13:43
#27
Rev.: 17994
-
73 lines of code changed in 3 files:
-
Compiler/BackEnd:
BackendDAECreate.mo (+3 -4)
-
testsuite/simulation/modelica/algorithms_functions:
Makefile (+1),
whenFunctionTuple.mos (new 69)
-
sjoelund.se
2013-11-04 13:24
#26
Rev.: 17993
-
5 lines of code changed in 1 file:
-
Examples:
GenerateDoc.mos (+5)
-
sjoelund.se
2013-11-04 08:27
#25
Rev.: 17991
-
62 lines of code changed in 1 file:
-
Compiler/FrontEnd:
ValuesUtil.mo (+62 -45)
-
adrpo
2013-11-04 03:04
#24
Rev.: 17989
-
59 lines of code changed in 6 files:
-
Compiler/FrontEnd:
Env.mo (+33 -350),
Inst.mo (-1),
InstUtil.mo (+4 -6),
Lookup.mo (+5 -63)
-
Compiler/Util:
Flags.mo (+17 -22)
-
testsuite/openmodelica/bootstrapping:
MainTestSeparate.mos (-3)
-
adeas31
2013-11-03 23:17
#23
Rev.: 17987
-
5 lines of code changed in 1 file:
-
SimulationRuntime/c/simulation:
simulation_runtime.cpp (+5 -6)
-
sjoelund.se
2013-11-03 23:07
#22
Rev.: 17986
-
82 lines of code changed in 9 files:
-
Makefile.common (+1 -1)
-
Compiler/FrontEnd:
InstUtil.mo (+1),
ModelicaBuiltin.mo (+10)
-
Compiler/Template:
CodegenC.mo (+36 -25),
CodegenC.tpl (+5 -2)
-
Compiler/Util:
Print.mo (+14 -30)
-
Compiler/boot:
bootstrap-sources.tar.xz (changed)
-
Compiler/runtime:
Print_omc.c (+14 -14)
-
SimulationRuntime/c:
openmodelica.h (+1)
-
hudson
2013-11-03 16:21
#21
Rev.: 17983
-
1 lines of code changed in 1 file:
-
Compiler/Template:
Makefile.in (+1)
-
sjoelund.se
2013-11-03 16:19
#20
Rev.: 17982
-
106 lines of code changed in 7 files:
-
configure.in (+5 -1)
-
Compiler:
Makefile.in (+2 -2),
Makefile.omdev.mingw (+1 -1)
-
Compiler/Template:
Makefile (del),
Makefile.common (new 93),
Makefile.in (new 2),
Makefile.omdev.mingw (new 3)
-
sjoelund.se
2013-11-03 12:18
#19
Rev.: 17981
-
11 lines of code changed in 2 files:
-
Compiler/runtime:
corbaimpl.cpp (+8 -8),
omc_communication_impl.cpp (+3 -3)
-
sjoelund.se
2013-11-03 12:01
#18
Rev.: 17980
-
18 lines of code changed in 1 file:
-
Compiler/runtime:
corbaimpl.cpp (+18 -18)
-
sjoelund.se
2013-11-03 08:55
#17
Rev.: 17979
-
1 lines of code changed in 1 file:
-
libraries:
README (+1 -1)
-
sjoelund.se
2013-11-02 22:59
#16
Rev.: 17978
-
5 lines of code changed in 2 files:
-
configure.in (+4)
-
testsuite/openmodelica/bootstrapping:
LinkMain.makefile.in (+1 -1)
-
sjoelund.se
2013-11-02 22:04
#15
Rev.: 17976
-
1 lines of code changed in 1 file:
-
libraries:
README (+1 -1)
-
sjoelund.se
2013-11-02 21:10
#14
Rev.: 17975
-
0 lines of code changed in 1 file:
-
testsuite/openmodelica/bootstrapping:
LinkMain.makefile.in (-2)
-
sjoelund.se
2013-11-02 20:06
#13
Rev.: 17974
-
1 lines of code changed in 1 file:
-
libraries:
README (+1 -1)
-
sjoelund.se
2013-11-02 18:28
#12
Rev.: 17973
-
1 lines of code changed in 1 file:
-
libraries:
README (+1 -1)
-
sjoelund.se
2013-11-02 17:29
#11
Rev.: 17972
-
1 lines of code changed in 1 file:
-
sjoelund.se
2013-11-02 16:13
#10
Rev.: 17971
-
1 lines of code changed in 1 file:
-
libraries:
README (+1 -1)
-
sjoelund.se
2013-11-02 13:57
#9
Rev.: 17970
-
1 lines of code changed in 1 file:
-
Makefile.libraries (+1 -1)
-
sjoelund.se
2013-11-02 09:14
#8
Rev.: 17969
-
1 lines of code changed in 1 file:
-
testsuite/partest:
runtests.pl (+1 -1)
-
sjoelund.se
2013-11-02 08:36
#7
Rev.: 17968
-
24 lines of code changed in 2 files:
-
Examples:
GenerateDoc.mos (+16 -5),
generate_icons.py (+8 -2)
-
sjoelund.se
2013-11-01 22:45
#6
Rev.: 17965
-
2 lines of code changed in 1 file:
-
testsuite/partest:
runtests.pl (+2 -2)
-
sjoelund.se
2013-11-01 22:33
#5
Rev.: 17964
-
268 lines of code changed in 5 files:
-
Compiler/FrontEnd:
ExpressionSimplify.mo (+257 -176)
-
testsuite/flattening/modelica/arrays:
Array9.mo (-1),
MatrixAddition.mo (+1 -1),
MatrixPow.mo (+1 -1)
-
testsuite/openmodelica/xml:
XmlDumpComment.mos (+9 -9)
-
sjoelund.se
2013-11-01 22:32
#4
Rev.: 17963
-
29 lines of code changed in 3 files:
-
testsuite:
rtest (+5 -1)
-
testsuite/partest:
runtest.pl (+8 -1),
runtests.pl (+16 -1)
-
hudson
2013-11-01 15:17
#3
Rev.: 17961
-
2 lines of code changed in 2 files:
-
doc/PDEInModelica/doc:
comparisonToSaldamli.pdf (+1 -1),
domain_comparison.pdf (+1 -1)
-
jansilar
2013-11-01 15:08
#2
Rev.: 17960
-
5182 lines of code changed in 11 files:
-
doc/PDEInModelica/doc:
comparisonToSaldamli.lyx (+243 -616),
comparisonToSaldamli.pdf (new 2138),
domain_comparison.lyx (new 1513),
domain_comparison.pdf (new 821),
modelicaExtension.lyx (+121 -69),
questionsAndNotes.lyx (+315 -206)
-
doc/PDEInModelica/models:
PDEDomains.mo (+27 -18),
advection.mo (+1 -1),
heatPID.mo (+2 -3),
string.mo (+1 -4)
-
sjoelund.se
2013-11-01 11:43
#1
Rev.: 17959
-
91 lines of code changed in 2 files:
-
Compiler/FrontEnd:
Expression.mo (-6),
ExpressionSimplify.mo (+91 -87)